Home
last modified time | relevance | path

Searched +defs:val +defs:o (Results 1 – 25 of 1690) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/cronet/base/containers/
H A Dspan_reader_unittest.cc40 auto o = r.Read(2u); in TEST() local
48 auto o = r.Read(5u); in TEST() local
55 auto o = r.Read(1u); in TEST() local
63 auto o = r.Read(2u); in TEST() local
77 auto o = r.Read<2u>(); in TEST() local
84 auto o = r.Read<5u>(); in TEST() local
90 auto o = r.Read<1u>(); in TEST() local
97 auto o = r.Read<2u>(); in TEST() local
168 uint8_t val; in TEST() local
178 uint16_t val; in TEST() local
[all …]
/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c400 hamt_hash(PyObject *o) in hamt_hash()
593 hamt_node_bitmap_clone_without(PyHamtNode_Bitmap *o, uint32_t bit) in hamt_node_bitmap_clone_without()
689 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc()
1024 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without() local
1097 PyObject *key, PyObject **val) in hamt_node_bitmap_find()
1318 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_collision_assoc()
1530 PyObject *key, PyObject **val) in hamt_node_collision_find()
1610 PyObject *val = node->c_array[i + 1]; in hamt_node_collision_dump() local
1679 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_array_assoc()
1873 PyObject *val = child->b_array[1]; in hamt_node_array_without() local
[all …]
DPython-ast.c994 static PyObject* ast2obj_object(struct ast_state *Py_UNUSED(state), void *o) in ast2obj_object()
3609 mod_ty o = (mod_ty)_o; in ast2obj_mod() local
3686 stmt_ty o = (stmt_ty)_o; in ast2obj_stmt() local
4251 expr_ty o = (expr_ty)_o; in ast2obj_expr() local
4731 PyObject* ast2obj_expr_context(struct ast_state *state, expr_context_ty o) in ast2obj_expr_context()
4746 PyObject* ast2obj_boolop(struct ast_state *state, boolop_ty o) in ast2obj_boolop()
4758 PyObject* ast2obj_operator(struct ast_state *state, operator_ty o) in ast2obj_operator()
4803 PyObject* ast2obj_unaryop(struct ast_state *state, unaryop_ty o) in ast2obj_unaryop()
4821 PyObject* ast2obj_cmpop(struct ast_state *state, cmpop_ty o) in ast2obj_cmpop()
4860 comprehension_ty o = (comprehension_ty)_o; in ast2obj_comprehension() local
[all …]
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStat.java18 public String id() { int o = __offset(4); return o != 0 ? __string(o + bb_pos) : null; } in id() local
21 public long val() { int o = __offset(6); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in val() method in Stat
22 …public boolean mutateVal(long val) { int o = __offset(6); if (o != 0) { bb.putLong(o + bb_pos, val… in mutateVal() local
23 public int count() { int o = __offset(8); return o != 0 ? bb.getShort(o + bb_pos) & 0xFFFF : 0; } in count() local
24 …public boolean mutateCount(int count) { int o = __offset(8); if (o != 0) { bb.putShort(o + bb_pos,… in mutateCount() local
28 long val, in createStat()
39 public static void addVal(FlatBufferBuilder builder, long val) { builder.addLong(1, val, 0L); } in addVal()
42 int o = builder.endTable(); in endStat() local
59 int val = bb.getShort(__offset(8, bb.capacity() - tableOffset, bb)) & 0xFFFF; in __lookup_by_key() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
HDtrove4j-20160824.jar ... java.util.Map$Entry { private Byte val final synthetic Byte val$v final synthetic Byte val ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/intellij/deps/trove4j/1.0.20181211/
HDtrove4j-1.0.20181211.jar ... java.util.Map$Entry { private Byte val final synthetic Byte val$v final synthetic Byte val ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jetbrains/intellij/deps/trove4j/1.0.20200330/
HDtrove4j-1.0.20200330.jar ... int computeHashCode (java.lang.Object) Object o public final boolean equals (java.lang.Object ...
/aosp_15_r20/external/kotlinc/lib/
HDtrove4j.jar ... int computeHashCode (java.lang.Object) Object o public final boolean equals (java.lang.Object ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
HDtrove4j-1.1.jar ... java.util.Map$Entry { private Double val final synthetic Double val$v final synthetic Double val ...
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c565 static PyObject* ast2obj_object(void *o) in ast2obj_object()
2136 mod_ty o = (mod_ty)_o; in ast2obj_mod() local
2191 stmt_ty o = (stmt_ty)_o; in ast2obj_stmt() local
2568 expr_ty o = (expr_ty)_o; in ast2obj_expr() local
2932 PyObject* ast2obj_expr_context(expr_context_ty o) in ast2obj_expr_context()
2962 slice_ty o = (slice_ty)_o; in ast2obj_slice() local
3019 PyObject* ast2obj_boolop(boolop_ty o) in ast2obj_boolop()
3034 PyObject* ast2obj_operator(operator_ty o) in ast2obj_operator()
3079 PyObject* ast2obj_unaryop(unaryop_ty o) in ast2obj_unaryop()
3100 PyObject* ast2obj_cmpop(cmpop_ty o) in ast2obj_cmpop()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_sampler.c26 __set_u32(uint32_t *o, uint32_t v, unsigned lo, unsigned hi) in __set_u32()
35 __set_ufixed(uint32_t *o, float v, unsigned lo, unsigned hi) in __set_ufixed()
42 __set_sfixed(uint32_t *o, float v, unsigned lo, unsigned hi) in __set_sfixed()
49 __set_bool(uint32_t *o, bool b, unsigned lo, unsigned hi) in __set_bool()
57 #define SAMP_SET_U(o, NV, i, FIELD, val) \ argument
61 #define SAMP_SET_UF(o, NV, i, FIELD, val) \ argument
65 #define SAMP_SET_SF(o, NV, i, FIELD, val) \ argument
69 #define SAMP_SET_B(o, NV, i, FIELD, b) \ argument
73 #define SAMP_SET_E(o, NV, i, FIELD, E) \ argument
/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c421 PyObject *typ, PyObject *val, PyObject *tb) in _gen_throw()
484 PyObject *val; in _gen_throw() local
572 PyObject *val = NULL; in gen_throw() local
928 PyAsyncGenObject *o; in _Py_MakeCoro() local
1022 gen_is_coroutine(PyObject *o) in gen_is_coroutine()
1042 _PyCoro_GetAwaitableIter(PyObject *o) in _PyCoro_GetAwaitableIter()
1425 #define _PyAsyncGenWrappedValue_CheckExact(o) \ argument
1428 #define PyAsyncGenASend_CheckExact(o) \ argument
1441 async_gen_repr(PyAsyncGenObject *o) in async_gen_repr()
1449 async_gen_init_hooks(PyAsyncGenObject *o) in async_gen_init_hooks()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Dtestable_classes.hpp21 int& val() { return val_; } in val() function
22 const int& val() const { return val_; } in val() function
45 int& val() { return val_; } in val() function
46 const int& val() const { return val_; } in val() function
85 int& val(int& i) { return i; } in val() function
86 int& val(Abstract& a) { return a.val(); } in val() function
87 int& val(Impl& a) { return a.val(); } in val() function
88 int& val(ScopeGuard& g) { return g.val(); } in val() function
89 template <typename T> int& val(T& o) { return *o; } in val() function
91 const int& val(const int& i) { return i; } in val() function
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Doneof_def.c36 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/
Doneof_def.c57 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/external/libopenapv/app/
H A Doapv_app_args.h59 void *val; /* actual value */ member
81 args_opt_t *o; in args_search_long_key() local
97 args_opt_t *o; in args_search_short_arg() local
139 args_opt_t *o = ops + idx; in args_get_arg() local
216 char line[256] = "", tag[50] = "", val[256] = ""; in args_parse_cfg() local
358 static int args_get(args_parser_t *args, char *keyl, void **val, int *flag) in args_get()
394 static int args_set_int(args_parser_t *args, char *keyl, int val) in args_set_int()
433 static int args_get_int(args_parser_t *args, char *keyl, int *val, int *flag) in args_get_int()
491 args_opt_t *o = args->opts + idx; in args_get_help() local
528 args_opt_t *o = args->opts; in args_check_mandatory() local
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_dirwrite.c850 const TIFFField *o; in TIFFWriteDirectorySec() local
1161 TIFFDirEntry *o; in TIFFWriteDirectorySec() local
1197 TIFFDirEntry *o; in TIFFWriteDirectorySec() local
1260 static int8_t TIFFClampDoubleToInt8(double val) in TIFFClampDoubleToInt8()
1269 static int16_t TIFFClampDoubleToInt16(double val) in TIFFClampDoubleToInt16()
1278 static int32_t TIFFClampDoubleToInt32(double val) in TIFFClampDoubleToInt32()
1287 static uint8_t TIFFClampDoubleToUInt8(double val) in TIFFClampDoubleToUInt8()
1296 static uint16_t TIFFClampDoubleToUInt16(double val) in TIFFClampDoubleToUInt16()
1305 static uint32_t TIFFClampDoubleToUInt32(double val) in TIFFClampDoubleToUInt32()
1485 int o; in TIFFWriteDirectoryTagShortPerSample() local
[all …]
/aosp_15_r20/external/lua/src/
H A Dlapi.c46 #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 …]
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDlog4j-over-slf4j-1.4.2.jar ... , java.lang.Object) Object message Object o public void trace (java.lang.String, ...
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c127 VALUE val = ObjectCache_Get(msg); in Message_GetRubyWrapper() local
215 const upb_FieldDef** f, const upb_OneofDef** o, in Match()
232 const upb_FieldDef** f, const upb_OneofDef** o) { in extract_method_call()
271 static VALUE Message_oneof_accessor(VALUE _self, const upb_OneofDef* o, in Message_oneof_accessor()
294 static void Message_setfield(upb_Message* msg, const upb_FieldDef* f, VALUE val, in Message_setfield()
440 const upb_OneofDef* o; in Message_method_missing() local
478 const upb_OneofDef* o; in Message_respond_to_missing() local
507 static int Map_initialize_kwarg(VALUE key, VALUE val, VALUE _self) { in Map_initialize_kwarg()
525 static void Map_InitFromValue(upb_Map* map, const upb_FieldDef* f, VALUE val, in Map_InitFromValue()
540 static upb_MessageValue MessageValue_FromValue(VALUE val, TypeInfo info, in MessageValue_FromValue()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c127 VALUE val = ObjectCache_Get(msg); in Message_GetRubyWrapper() local
215 const upb_FieldDef** f, const upb_OneofDef** o, in Match()
232 const upb_FieldDef** f, const upb_OneofDef** o) { in extract_method_call()
271 static VALUE Message_oneof_accessor(VALUE _self, const upb_OneofDef* o, in Message_oneof_accessor()
294 static void Message_setfield(upb_Message* msg, const upb_FieldDef* f, VALUE val, in Message_setfield()
440 const upb_OneofDef* o; in Message_method_missing() local
478 const upb_OneofDef* o; in Message_respond_to_missing() local
507 static int Map_initialize_kwarg(VALUE key, VALUE val, VALUE _self) { in Map_initialize_kwarg()
525 static void Map_InitFromValue(upb_Map* map, const upb_FieldDef* f, VALUE val, in Map_InitFromValue()
540 static upb_MessageValue MessageValue_FromValue(VALUE val, TypeInfo info, in MessageValue_FromValue()
[all …]
/aosp_15_r20/external/guice/lib/build/
HDcommons-logging-1.0.4.jar ... implements java.security.PrivilegedAction { private final String val$name void <init> (java.lang ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDcommons-logging-1.0.4.jar ... implements java.security.PrivilegedAction { private final String val$name void <init> (java.lang ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDcommons-logging-1.0.4.jar ... implements java.security.PrivilegedAction { private final String val$name void <init> (java.lang ...
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/
H A Dvec_half.h11 static inline uint16_t float2half_scalar(float val) { in float2half_scalar()
15 __m128i o = in float2half_scalar() local
30 static inline float half2float_scalar(uint16_t val) { in half2float_scalar()
34 __m256 o = _mm256_cvtph_ps(v); in half2float_scalar() local

12345678910>>...68