/aosp_15_r20/external/mesa3d/src/nouveau/winsys/ |
H A D | drf.h | 36 #define DRF_MW_SPANS(o,drf) (DRF_LW_IDX((o),drf) != DRF_HW_IDX((o),drf)) argument 37 #define DRF_MW_SIZE(o) (sizeof((o)[0]) * 8) argument 39 #define DRF_LW_IDX(o,drf) (DRF_LO(DRF_MW(drf)) / DRF_MW_SIZE(o)) argument 40 #define DRF_LW_LO(o,drf) (DRF_LO(DRF_MW(drf)) % DRF_MW_SIZE(o)) argument 41 #define DRF_LW_HI(o,drf) (DRF_MW_SPANS((o),drf) ? (DRF_MW_SIZE(o) - 1) : DRF_HW_HI((o),drf)) argument 42 #define DRF_LW_BITS(o,drf) (DRF_LW_HI((o),drf) - DRF_LW_LO((o),drf) + 1) argument 43 #define DRF_LW_MASK(o,drf) (~0ULL >> (64 - DRF_LW_BITS((o),drf))) argument 44 #define DRF_LW_SMASK(o,drf) (DRF_LW_MASK((o),drf) << DRF_LW_LO((o),drf)) argument 45 #define DRF_LW_GET(o,drf) (((o)[DRF_LW_IDX((o),drf)] >> DRF_LW_LO((o),drf)) & DRF_LW_MASK((o),drf… argument 46 #define DRF_LW_VAL(o,drf,v) (((v) & DRF_LW_MASK((o),drf)) << DRF_LW_LO((o),drf)) argument [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | drf.h | 36 #define DRF_MW_SPANS(o,drf) (DRF_LW_IDX((o),drf) != DRF_HW_IDX((o),drf)) argument 37 #define DRF_MW_SIZE(o) (sizeof((o)[0]) * 8) argument 39 #define DRF_LW_IDX(o,drf) (DRF_LO(DRF_MW(drf)) / DRF_MW_SIZE(o)) argument 40 #define DRF_LW_LO(o,drf) (DRF_LO(DRF_MW(drf)) % DRF_MW_SIZE(o)) argument 41 #define DRF_LW_HI(o,drf) (DRF_MW_SPANS((o),drf) ? (DRF_MW_SIZE(o) - 1) : DRF_HW_HI((o),drf)) argument 42 #define DRF_LW_BITS(o,drf) (DRF_LW_HI((o),drf) - DRF_LW_LO((o),drf) + 1) argument 43 #define DRF_LW_MASK(o,drf) (~0ULL >> (64 - DRF_LW_BITS((o),drf))) argument 44 #define DRF_LW_SMASK(o,drf) (DRF_LW_MASK((o),drf) << DRF_LW_LO((o),drf)) argument 45 #define DRF_LW_GET(o,drf) (((o)[DRF_LW_IDX((o),drf)] >> DRF_LW_LO((o),drf)) & DRF_LW_MASK((o),drf… argument 46 #define DRF_LW_VAL(o,drf,v) (((v) & DRF_LW_MASK((o),drf)) << DRF_LW_LO((o),drf)) argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 89 void lupb_MessageDef_pushsubmsgdef(lua_State* L, const upb_FieldDef* f) { in lupb_MessageDef_pushsubmsgdef() 103 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_ContainingOneof() local 104 const upb_OneofDef* o = upb_FieldDef_ContainingOneof(f); in lupb_FieldDef_ContainingOneof() local 110 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_ContainingType() local 117 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_Default() local 127 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_Type() local 133 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_HasSubDef() local 139 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_Index() local 145 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_IsExtension() local 151 const upb_FieldDef* f = lupb_FieldDef_check(L, 1); in lupb_FieldDef_Label() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | OmniFunction.java | 69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke() 72 public R apply(A o, B o2) { in apply() 81 public void accept(A o, B o2) { in accept() 96 public boolean test(A o, B o2, C o3, D o4, E o5) { in test() 101 public boolean test(A o, B o2, C o3, D o4) { in test() 106 public boolean test(A o, B o2, C o3) { in test() 111 public boolean test(A o, B o2) { in test() 116 public boolean test(A o) { in test() 146 public R apply(A a, B b, C c, D d, E e, F f) { in apply() 151 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_opcache.py | 14 def f(o): function 42 def f(): function 63 def f(): function 80 def f(): function 100 def f(): function 115 def f(): function 125 def f(): function 135 def f(): function 149 def f(): function 169 def f(): function [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | LinkedList.java | 137 final Node<E> f = first; in linkFirst() local 182 private E unlinkFirst(Node<E> f) { in unlinkFirst() 253 final Node<E> f = first; in getFirst() local 279 final Node<E> f = first; in removeFirst() local 327 public boolean contains(Object o) { in contains() 366 public boolean remove(Object o) { in remove() 606 public int indexOf(Object o) { in indexOf() 635 public int lastIndexOf(Object o) { in lastIndexOf() 662 final Node<E> f = first; in peek() local 684 final Node<E> f = first; in poll() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | LinkedList.java | 137 final Node<E> f = first; in linkFirst() local 182 private E unlinkFirst(Node<E> f) { in unlinkFirst() 253 final Node<E> f = first; in getFirst() local 279 final Node<E> f = first; in removeFirst() local 327 public boolean contains(Object o) { in contains() 366 public boolean remove(Object o) { in remove() 606 public int indexOf(Object o) { in indexOf() 635 public int lastIndexOf(Object o) { in lastIndexOf() 662 final Node<E> f = first; in peek() local 684 final Node<E> f = first; in poll() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/ |
D | LinkedList.java | 137 final Node<E> f = first; in linkFirst() local 182 private E unlinkFirst(Node<E> f) { in unlinkFirst() 253 final Node<E> f = first; in getFirst() local 279 final Node<E> f = first; in removeFirst() local 327 public boolean contains(Object o) { in contains() 366 public boolean remove(Object o) { in remove() 606 public int indexOf(Object o) { in indexOf() 635 public int lastIndexOf(Object o) { in lastIndexOf() 662 final Node<E> f = first; in peek() local 684 final Node<E> f = first; in poll() local [all …]
|
/aosp_15_r20/external/protobuf/java/core/src/stubs/sun/misc/ |
H A D | Unsafe.java | 42 public boolean getBoolean(Object o, long offset) { /* null implementation */ return false; } in getBoolean() 44 public byte getByte(Object o, long offset) { /* null implementation */ return 0; } in getByte() 46 public float getFloat(Object o, long offset) { /* null implementation */ return 0; } in getFloat() 47 public double getDouble(Object o, long offset) { /* null implementation */ return 0; } in getDouble() 48 public int getInt(Object o, long offset) { /* null implementation */ return 0; } in getInt() 50 public long getLong(Object o, long offset) { /* null implementation */ return 0; } in getLong() 52 public Object getObject(Object o, long offset) { /* null implementation */ return null; } in getObject() 53 public long objectFieldOffset(java.lang.reflect.Field f) { /* null implementation */ return 0; } in objectFieldOffset() 54 public void putBoolean(Object o, long offset, boolean x) { /* null implementation */ } in putBoolean() 56 public void putByte(Object o, long offset, byte x) { /* null implementation */ } in putByte() [all …]
|
/aosp_15_r20/art/runtime/native/ |
H A D | java_lang_reflect_Field.cc | 79 ObjPtr<mirror::Object> o, in GetFieldValue() 80 ObjPtr<mirror::Field> f, in GetFieldValue() 140 ObjPtr<mirror::Field>* f, in CheckReceiver() 171 ObjPtr<mirror::Field> f = soa.Decode<mirror::Field>(javaField); in Field_get() local 172 ObjPtr<mirror::Object> o; in Field_get() local 198 ObjPtr<mirror::Field> f = soa.Decode<mirror::Field>(javaField); in GetPrimitiveField() local 199 ObjPtr<mirror::Object> o; in GetPrimitiveField() local 269 ALWAYS_INLINE inline static void SetFieldValue(ObjPtr<mirror::Object> o, in SetFieldValue() 270 ObjPtr<mirror::Field> f, in SetFieldValue() 365 ObjPtr<mirror::Field> f = soa.Decode<mirror::Field>(javaField); in Field_set() local [all …]
|
/aosp_15_r20/external/lua/src/ |
H A D | lapi.c | 46 #define isvalid(L, o) (!ttisnil(o) || o != &G(L)->nilvalue) argument 59 StkId o = ci->func + idx; in index2value() local 86 StkId o = ci->func + idx; in index2stack() local 261 const TValue *o = index2value(L, idx); in lua_type() local 274 const TValue *o = index2value(L, idx); in lua_iscfunction() local 280 const TValue *o = index2value(L, idx); in lua_isinteger() local 287 const TValue *o = index2value(L, idx); in lua_isnumber() local 293 const TValue *o = index2value(L, idx); in lua_isstring() local 299 const TValue *o = index2value(L, idx); in lua_isuserdata() local 357 const TValue *o = index2value(L, idx); in lua_tonumberx() local [all …]
|
H A D | luac.c | 149 Proto* f; in combine() local 173 const Proto* f; in pmain() local 266 static void PrintType(const Proto* f, int i) in PrintType() 268 const TValue* o=&f->k[i]; in PrintType() local 295 static void PrintConstant(const Proto* f, int i) in PrintConstant() 297 const TValue* o=&f->k[i]; in PrintConstant() local 335 static void PrintCode(const Proto* f) in PrintCode() 342 OpCode o=GET_OPCODE(i); in PrintCode() local 669 static void PrintHeader(const Proto* f) in PrintHeader() 689 static void PrintDebug(const Proto* f) in PrintDebug() [all …]
|
H A D | lfunc.c | 28 GCObject *o = luaC_newobj(L, LUA_VCCL, sizeCclosure(nupvals)); in luaF_newCclosure() local 36 GCObject *o = luaC_newobj(L, LUA_VLCL, sizeLclosure(nupvals)); in luaF_newLclosure() local 51 GCObject *o = luaC_newobj(L, LUA_VUPVAL, sizeof(UpVal)); in luaF_initupvals() local 66 GCObject *o = luaC_newobj(L, LUA_VUPVAL, sizeof(UpVal)); in newupval() local 247 GCObject *o = luaC_newobj(L, LUA_VPROTO, sizeof(Proto)); in luaF_newproto() local 248 Proto *f = gco2p(o); in luaF_newproto() local 273 void luaF_freeproto (lua_State *L, Proto *f) { in luaF_freeproto() 289 const char *luaF_getlocalname (const Proto *f, int local_number, int pc) { in luaF_getlocalname()
|
/aosp_15_r20/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/ |
H A D | NullAwayTryFinallyCases.java | 32 public void tryFinallyMininal(@Nullable Object o) { in tryFinallyMininal() 40 public void tryFinallyMininalRet(@Nullable Object o) { in tryFinallyMininalRet() 49 public void tryFinallyMininalThrow(@Nullable Object o) { in tryFinallyMininalThrow() 58 public void tryFinallyThrowWFix(@Nullable Object o) { in tryFinallyThrowWFix() 72 public void tryFinallyThrowWFix2(@Nullable Object o) { in tryFinallyThrowWFix2() 81 public void tryFinallyPassThrough(@Nullable Object o) { in tryFinallyPassThrough() 94 public void tryCatchMininal(@Nullable Object o) { in tryCatchMininal() 101 public void tryCatchMininalRet(@Nullable Object o) { in tryCatchMininalRet() 109 public void tryCatchMininalThrow(@Nullable Object o) { in tryCatchMininalThrow() 118 public void derefOnFinallyReturn(@Nullable Object o) { in derefOnFinallyReturn() [all …]
|
H A D | ReadBeforeInitNegativeCases.java | 34 Object f; field in ReadBeforeInitNegativeCases.T1 61 Object f = new Object(); field in ReadBeforeInitNegativeCases.T2 70 Object f; field in ReadBeforeInitNegativeCases.T3 83 static Object f; field in ReadBeforeInitNegativeCases.StaticStuff 107 Object f; field in ReadBeforeInitNegativeCases.AnonymousInner 126 Object f; field in ReadBeforeInitNegativeCases.InvokePrivate 170 Object f; field in ReadBeforeInitNegativeCases.SingleInitializer 184 Object f; field in ReadBeforeInitNegativeCases.SingleInitializer2 210 static Object f; field in ReadBeforeInitNegativeCases.SingleStaticInitializer 227 Object f; field in ReadBeforeInitNegativeCases.CompareToNullInInit [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/random/ |
H A D | RandomSupport.java | 985 long i = index, f = fence; in tryAdvance() local 996 long i = index, f = fence; in forEachRemaining() local 1000 int o = origin, b = bound; in forEachRemaining() local 1043 long i = index, f = fence; in tryAdvance() local 1054 long i = index, f = fence; in forEachRemaining() local 1058 long o = origin, b = bound; in forEachRemaining() local 1101 long i = index, f = fence; in tryAdvance() local 1112 long i = index, f = fence; in forEachRemaining() local 1116 double o = origin, b = bound; in forEachRemaining() local 1738 long i = index, f = fence; in tryAdvance() local [all …]
|
/aosp_15_r20/art/test/450-checker-types/src/ |
H A D | Main.java | 204 public void testInstanceOf(Object o) { in testInstanceOf() 213 public static boolean $inline$InstanceofSubclassB(Object o) { return o instanceof SubclassB; } in $inline$InstanceofSubclassB() 214 public static boolean $inline$InstanceofSubclassC(Object o) { return o instanceof SubclassC; } in $inline$InstanceofSubclassC() 231 public void testInstanceOf_NotInlined(Object o) { in testInstanceOf_NotInlined() 255 public void testNotInstanceOf_NotInlined(Object o) { in testNotInstanceOf_NotInlined() 278 public void testInstanceOf_Inlined(Object o) { in testInstanceOf_Inlined() 293 public void testInstanceOfKeep(Object o) { in testInstanceOfKeep() 308 public void testInstanceOfNested(Object o) { in testInstanceOfNested() 324 Object o; in testInstanceOfWithPhi() local 342 Object o = new SubclassA(); in testInstanceOfInFor() local [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | conversions_data_info.h | 256 float DataInfoSpec<InType, OutType>::round_to_int(float f) in round_to_int() 285 long long DataInfoSpec<InType, OutType>::round_to_int_and_clamp(double f) in round_to_int_and_clamp() 321 OutType f; in absolute() member 540 cl_float f = round_to_int(*in); in conv_sat() local 550 InType f = rint(*in); in conv_sat() local 558 InType f = rint(*in); in conv_sat() local 620 InType *o = (InType *)pIn; in init() local 646 cl_ulong *o = (cl_ulong *)pIn; in init() local 709 cl_uint *o = (cl_uint *)pIn; in init() local 730 InType *f = (InType *)pIn; in init() local [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | genobject.c | 928 PyAsyncGenObject *o; in _Py_MakeCoro() local 962 gen_new_with_qualname(PyTypeObject *type, PyFrameObject *f, in gen_new_with_qualname() 1003 PyGen_NewWithQualName(PyFrameObject *f, PyObject *name, PyObject *qualname) in PyGen_NewWithQualName() 1009 PyGen_New(PyFrameObject *f) in PyGen_New() 1022 gen_is_coroutine(PyObject *o) in gen_is_coroutine() 1042 _PyCoro_GetAwaitableIter(PyObject *o) in _PyCoro_GetAwaitableIter() 1360 PyCoro_New(PyFrameObject *f, PyObject *name, PyObject *qualname) in PyCoro_New() 1425 #define _PyAsyncGenWrappedValue_CheckExact(o) \ argument 1428 #define PyAsyncGenASend_CheckExact(o) \ argument 1441 async_gen_repr(PyAsyncGenObject *o) in async_gen_repr() [all …]
|
/aosp_15_r20/art/test/712-varhandle-invocations/src/ |
H A D | VarHandleTypeConversionTests.java | 58 private Object o; field in VarHandleTypeConversionTests.ReferenceReturnTypeTest 772 float f = (float) vh.get(); in doTest() local 820 float f = (float) vh.get(); in doTest() local 868 float f = (float) vh.get(); in doTest() local 912 float f = (float) vh.get(); in doTest() local 960 float f = (float) vh.get(); in doTest() local 1012 float f = (float) vh.get(); in doTest() local 1068 float f = (float) vh.get(); in doTest() local 1125 float f = (float) vh.get(); in doTest() local 1160 public boolean equals(Object o) { in equals() [all …]
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/ |
H A D | ExpanderTest.java | 100 try (SevenZFile f = new SevenZFile(archive)) { in sevenZFileVersion() 109 try (ZipFile f = new ZipFile(archive)) { in zipFileVersion() 118 try (ZipFile f = new ZipFile(archive)) { in fileCantEscapeViaAbsolutePath() 129 try (ZipFile f = new ZipFile(archive)) { in fileCantEscapeDoubleDotPath() 146 try (ZipFile f = new ZipFile(archive)) { in fileCantEscapeDoubleDotPathWithSimilarSibling() 157 try (OutputStream o = Files.newOutputStream(dummy.toPath())) { in setup7z() 180 try (OutputStream o = Files.newOutputStream(dummy.toPath())) { in setupZip() 204 try (OutputStream o = Files.newOutputStream(dummy.toPath())) { in setupZip()
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
H A D | Pass3aVerifier.java | 520 public void visitLoadClass(final LoadClass o) { in visitLoadClass() 542 public void visitLDC(final LDC o) { in visitLDC() 561 public void visitLDC2_W(final LDC2_W o) { in visitLDC2_W() 576 private ObjectType getObjectType(final FieldInstruction o) { in getObjectType() 588 public void visitFieldInstruction(final FieldInstruction o) { in visitFieldInstruction() 600 Field f = null; in visitFieldInstruction() local 662 public void visitInvokeInstruction(final InvokeInstruction o) { in visitInvokeInstruction() 741 public void visitINSTANCEOF(final INSTANCEOF o) { in visitINSTANCEOF() 751 public void visitCHECKCAST(final CHECKCAST o) { in visitCHECKCAST() 761 public void visitNEW(final NEW o) { in visitNEW() [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | oneof_def.c | 36 upb_OneofDef* _upb_OneofDef_At(const upb_OneofDef* o, int i) { in _upb_OneofDef_At() 44 bool upb_OneofDef_HasOptions(const upb_OneofDef* o) { in upb_OneofDef_HasOptions() 53 const char* upb_OneofDef_FullName(const upb_OneofDef* o) { in upb_OneofDef_FullName() 57 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() 61 const upb_MessageDef* upb_OneofDef_ContainingType(const upb_OneofDef* o) { in upb_OneofDef_ContainingType() 65 int upb_OneofDef_FieldCount(const upb_OneofDef* o) { return o->field_count; } in upb_OneofDef_FieldCount() 67 const upb_FieldDef* upb_OneofDef_Field(const upb_OneofDef* o, int i) { in upb_OneofDef_Field() 72 int upb_OneofDef_numfields(const upb_OneofDef* o) { return o->field_count; } in upb_OneofDef_numfields() 74 uint32_t upb_OneofDef_Index(const upb_OneofDef* o) { in upb_OneofDef_Index() 79 bool upb_OneofDef_IsSynthetic(const upb_OneofDef* o) { return o->synthetic; } in upb_OneofDef_IsSynthetic() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | oneof_def.c | 57 upb_OneofDef* _upb_OneofDef_At(const upb_OneofDef* o, int i) { in _upb_OneofDef_At() 65 bool upb_OneofDef_HasOptions(const upb_OneofDef* o) { in upb_OneofDef_HasOptions() 69 const char* upb_OneofDef_FullName(const upb_OneofDef* o) { in upb_OneofDef_FullName() 73 const char* upb_OneofDef_Name(const upb_OneofDef* o) { in upb_OneofDef_Name() 77 const upb_MessageDef* upb_OneofDef_ContainingType(const upb_OneofDef* o) { in upb_OneofDef_ContainingType() 81 int upb_OneofDef_FieldCount(const upb_OneofDef* o) { return o->field_count; } in upb_OneofDef_FieldCount() 83 const upb_FieldDef* upb_OneofDef_Field(const upb_OneofDef* o, int i) { in upb_OneofDef_Field() 88 int upb_OneofDef_numfields(const upb_OneofDef* o) { return o->field_count; } in upb_OneofDef_numfields() 90 uint32_t upb_OneofDef_Index(const upb_OneofDef* o) { in upb_OneofDef_Index() 95 bool upb_OneofDef_IsSynthetic(const upb_OneofDef* o) { return o->synthetic; } in upb_OneofDef_IsSynthetic() [all …]
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_instruction.cc | 35 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument 455 #define VAR_ARGS_CHECK(o, c, pname, f, i, a, e, v) \ argument 462 #define VAR_ARGS_RANGE_CHECK(o, c, pname, f, i, a, e, v) \ argument 469 #define EXPERIMENTAL_CHECK(o, c, pname, f, i, a, e, v) \ argument
|