Home
last modified time | relevance | path

Searched +defs:val +defs:t (Results 1 – 25 of 1627) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/
H A Dcommon.c38 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val()
81 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
87 static bool isfull(upb_table* t) { return t->count == t->max_count; } in isfull()
89 static bool init(upb_table* t, uint8_t size_lg2, upb_Arena* a) { in init()
107 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
120 static upb_tabent* getentry_mutable(upb_table* t, uint32_t hash) { in getentry_mutable()
124 static const upb_tabent* findentry(const upb_table* t, lookupkey_t key, in findentry()
137 static upb_tabent* findentry_mutable(upb_table* t, lookupkey_t key, in findentry_mutable()
142 static bool lookup(const upb_table* t, lookupkey_t key, upb_value* v, in lookup()
156 static void insert(upb_table* t, lookupkey_t key, upb_tabkey tabkey, in insert()
[all …]
H A Dtest.cc53 upb_strtable t; in TEST() local
59 upb_value val = {uint64_t(key[0])}; in TEST() local
66 upb_value val; in TEST() local
75 upb_value val; in TEST() local
122 upb_inttable t; in TEST_P() local
129 upb_value val = upb_value_uint32(key * 2); in TEST_P() local
140 upb_value val; in TEST_P() local
155 upb_value val = upb_value_uint32(i * 3); in TEST_P() local
170 upb_value val; in TEST_P() local
183 upb_value val; in TEST_P() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/
Dcommon.c58 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val()
118 static const upb_tabent* upb_getentry(const upb_table* t, uint32_t hash) { in upb_getentry()
124 static bool isfull(upb_table* t) { return t->count == t->max_count; } in isfull()
126 static bool init(upb_table* t, uint8_t size_lg2, upb_Arena* a) { in init()
144 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
157 static upb_tabent* getentry_mutable(upb_table* t, uint32_t hash) { in getentry_mutable()
161 static const upb_tabent* findentry(const upb_table* t, lookupkey_t key, in findentry()
174 static upb_tabent* findentry_mutable(upb_table* t, lookupkey_t key, in findentry_mutable()
179 static bool lookup(const upb_table* t, lookupkey_t key, upb_value* v, in lookup()
193 static void insert(upb_table* t, lookupkey_t key, upb_tabkey tabkey, in insert()
[all …]
Dtest.cc71 upb_strtable t; in TEST() local
77 upb_value val = {uint64_t(key[0])}; in TEST() local
84 upb_value val; in TEST() local
93 upb_value val; in TEST() local
140 upb_inttable t; in TEST_P() local
147 upb_value val = upb_value_uint32(key * 2); in TEST_P() local
158 upb_value val; in TEST_P() local
173 upb_value val = upb_value_uint32(i * 3); in TEST_P() local
188 upb_value val; in TEST_P() local
201 upb_value val; in TEST_P() local
[all …]
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dht_dec.c70 OPJ_UINT32 population_count(OPJ_UINT32 val) in population_count()
95 OPJ_UINT32 count_leading_zeros(OPJ_UINT32 val) in count_leading_zeros()
167 OPJ_UINT32 val; in mel_read() local
169 OPJ_UINT32 t; in mel_read() local
349 int t; in mel_get_run() local
397 OPJ_UINT32 val; in rev_read() local
548 OPJ_UINT32 val; in rev_read_mrp() local
902 OPJ_UINT32 val; in frwd_read() local
904 OPJ_UINT32 t; in frwd_read() local
1583 OPJ_UINT32 val; in opj_t1_ht_decode_cblk() local
[all …]
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DEventNodeTest.cc38 const std::string &val) { node_val = val; }; in TEST()
39 EventNode t("EventName", "<Event>:Node", {{"value0"}, {"value1"}, {"value2"}}, 1, false, in TEST() local
49 const std::string &val) { node_val = val; }; in TEST()
50 EventNode t("EventName", "<Event>:Node", {{"value0"}, {"value1"}, {"value2"}}, 1, true, in TEST() local
64 const std::string &val) { node_val = val; }; in TEST()
65 EventNode t("EventName", "<Event>:Node", {{"value0"}, {"value1"}, {"value2"}}, 1, true, in TEST() local
88 const std::string &val) { node_val = val; }; in TEST()
89 EventNode t("EventName", "<Event>:Node", {{"value0"}, {"value1"}, {"value2"}}, 1, false, in TEST() local
103 const std::string &val) { node_val = val; }; in TEST()
104 EventNode t("EventName", "<Event>:Node", {{"value0"}, {"value1"}, {"value2"}}, 1, false, in TEST() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_flag_utils_test.cc41 Tensor t(DataType::DT_FLOAT, {}); in TEST() local
46 Tensor t(DataType::DT_FLOAT, {}); in TEST() local
53 Tensor t(DataType::DT_FLOAT, {1, 1}); in TEST() local
61 Tensor t(DataType::DT_FLOAT, {1, 2}); in TEST() local
74 Tensor t(DataType::DT_FLOAT, {1, 3}); in TEST() local
84 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
94 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
102 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
110 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
118 Tensor t(DataType::DT_FLOAT, {}); in TEST() local
[all …]
/aosp_15_r20/external/lzma/CPP/Common/
H A DIntToString.cpp26 char * ConvertUInt32ToString(UInt32 val, char *s) throw() in ConvertUInt32ToString()
31 char * ConvertUInt64ToString(UInt64 val, char *s) throw() in ConvertUInt64ToString()
38 wchar_t * ConvertUInt32ToString(UInt32 val, wchar_t *s) throw() in ConvertUInt32ToString()
43 wchar_t * ConvertUInt64ToString(UInt64 val, wchar_t *s) throw() in ConvertUInt64ToString()
50 void ConvertInt64ToString(Int64 val, char *s) throw() in ConvertInt64ToString()
60 void ConvertInt64ToString(Int64 val, wchar_t *s) throw() in ConvertInt64ToString()
71 void ConvertUInt64ToOct(UInt64 val, char *s) throw() in ConvertUInt64ToOct()
82 const unsigned t = (unsigned)val & 7; in ConvertUInt64ToOct() local
93 void ConvertUInt32ToHex(UInt32 val, char *s) throw() in ConvertUInt32ToHex()
104 const unsigned t = (unsigned)val & 0xF; in ConvertUInt32ToHex() local
[all …]
/aosp_15_r20/art/test/ti-agent/
H A Dlocals_helper.cc48 jthread t, in Java_art_Locals_SetLocalVariableObject()
51 jobject val) { in Java_art_Locals_SetLocalVariableObject()
57 jthread t, in Java_art_Locals_SetLocalVariableDouble()
60 jdouble val) { in Java_art_Locals_SetLocalVariableDouble()
66 jthread t, in Java_art_Locals_SetLocalVariableFloat()
69 jfloat val) { in Java_art_Locals_SetLocalVariableFloat()
75 jthread t, in Java_art_Locals_SetLocalVariableLong()
78 jlong val) { in Java_art_Locals_SetLocalVariableLong()
84 jthread t, in Java_art_Locals_SetLocalVariableInt()
87 jint val) { in Java_art_Locals_SetLocalVariableInt()
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_tables.c299 #define TABLE_INDEX_IS_INITIALIZED(t, i) ((t)->index_initialized & (1 << (i))) argument
300 #define TABLE_SET_INDEX_INITIALIZED(t, i) ((t)->index_initialized |= (1 << (i))) argument
373 static apr_table_entry_t *do_table_push(const char *func, apr_table_t *t) in do_table_push() argument
382 #define table_push(t) do_table_push(__FUNCTION__, t) argument
384 #define table_push(t) do_table_push(NULL, t) argument
387 #define table_push(t) ((apr_table_entry_t *) apr_array_push_noclear(&(t)->a)) argument
390 APR_DECLARE(const apr_array_header_t *) apr_table_elts(const apr_table_t *t) in apr_table_elts()
395 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t) in apr_is_empty_table()
402 apr_table_t *t = apr_palloc(p, sizeof(apr_table_t)); in apr_table_make() local
412 APR_DECLARE(apr_table_t *) apr_table_copy(apr_pool_t *p, const apr_table_t *t) in apr_table_copy()
[all …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcommons-logging-1.1.1.jar ... , java.lang.Throwable) Object message Throwable t public void debug (java.lang.Object) ...
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py211 def setprec(self, val): argument
219 def setemin(self, val): argument
227 def setemax(self, val): argument
235 def setround(self, val): argument
243 def setcapitals(self, val): argument
251 def setclamp(self, val): argument
397 def default(self, t): argument
475 def bin_resolve_ulp(self, t): argument
498 def resolve_underflow(self, t): argument
516 def exp(self, t): argument
[all …]
/aosp_15_r20/external/kmod/testsuite/
H A Dtest-util.c32 static int alias_1(const struct test *t) in alias_1()
74 static int test_freadline_wrapped(const struct test *t) in test_freadline_wrapped()
104 static int test_strchr_replace(const struct test *t) in test_strchr_replace()
119 static int test_underscores(const struct test *t) in test_underscores()
122 char *val; in test_underscores() member
135 _cleanup_free_ char *val = iter->val; in test_underscores() local
147 static int test_path_ends_with_kmod_ext(const struct test *t) in test_path_ends_with_kmod_ext()
150 const char *val; in test_path_ends_with_kmod_ext() member
185 static int test_write_str_safe(const struct test *t) in test_write_str_safe()
212 static int test_addu64_overflow(const struct test *t) in test_addu64_overflow()
[all …]
/aosp_15_r20/external/guice/lib/build/
HDcommons-logging-1.0.4.jar ... logClass Class logInterface Class[] interfaces int i Throwable t Throwable t Throwable t private static java.lang. ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDcommons-logging-1.0.4.jar ... logClass Class logInterface Class[] interfaces int i Throwable t Throwable t Throwable t private static java.lang. ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDcommons-logging-1.0.4.jar ... logClass Class logInterface Class[] interfaces int i Throwable t Throwable t Throwable t private static java.lang. ...
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dp256-nistz_test.cc54 P256_POINT val; in TEST() local
70 P256_POINT val; in TEST() local
84 P256_POINT_AFFINE val; in TEST() local
100 P256_POINT_AFFINE val; in TEST() local
170 static bool GetFieldElement(FileTest *t, BN_ULONG out[P256_LIMBS], in GetFieldElement()
303 static void TestNegate(FileTest *t) { in TestNegate()
326 static void TestMulMont(FileTest *t) { in TestMulMont()
365 static void TestFromMont(FileTest *t) { in TestFromMont()
379 static void TestPointAdd(FileTest *t) { in TestPointAdd()
448 static void TestOrdMulMont(FileTest *t) { in TestOrdMulMont()
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64_test.cc52 P256_POINT val; in TEST() local
68 P256_POINT val; in TEST() local
81 P256_POINT_AFFINE val; in TEST() local
97 P256_POINT_AFFINE val; in TEST() local
168 static bool GetFieldElement(FileTest *t, BN_ULONG out[P256_LIMBS], in GetFieldElement()
301 static void TestNegate(FileTest *t) { in TestNegate()
324 static void TestMulMont(FileTest *t) { in TestMulMont()
363 static void TestFromMont(FileTest *t) { in TestFromMont()
377 static void TestPointAdd(FileTest *t) { in TestPointAdd()
446 static void TestOrdMulMont(FileTest *t) { in TestOrdMulMont()
[all …]
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Dp256-nistz_test.cc54 P256_POINT val; in TEST() local
70 P256_POINT val; in TEST() local
84 P256_POINT_AFFINE val; in TEST() local
100 P256_POINT_AFFINE val; in TEST() local
170 static bool GetFieldElement(FileTest *t, BN_ULONG out[P256_LIMBS], in GetFieldElement()
303 static void TestNegate(FileTest *t) { in TestNegate()
326 static void TestMulMont(FileTest *t) { in TestMulMont()
365 static void TestFromMont(FileTest *t) { in TestFromMont()
379 static void TestPointAdd(FileTest *t) { in TestPointAdd()
448 static void TestOrdMulMont(FileTest *t) { in TestOrdMulMont()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64_test.cc52 P256_POINT val; in TEST() local
68 P256_POINT val; in TEST() local
81 P256_POINT_AFFINE val; in TEST() local
97 P256_POINT_AFFINE val; in TEST() local
168 static bool GetFieldElement(FileTest *t, BN_ULONG out[P256_LIMBS], in GetFieldElement()
301 static void TestNegate(FileTest *t) { in TestNegate()
324 static void TestMulMont(FileTest *t) { in TestMulMont()
363 static void TestFromMont(FileTest *t) { in TestFromMont()
377 static void TestPointAdd(FileTest *t) { in TestPointAdd()
446 static void TestOrdMulMont(FileTest *t) { in TestOrdMulMont()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DCollisions.java49 public void testIntegerIteration(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testIntegerIteration() argument
80 public void testStringIteration(String desc, Supplier<Map<String, String>> ms, String val) { in testStringIteration() argument
116 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove() argument
131 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove() argument
136 Object t = each.next(); in testKeysIteratorRemove() local
146 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove() argument
151 Object t = each.next(); in testValuesIteratorRemove() local
161 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove() argument
166 Map.Entry<Object, Object> t = each.next(); in testEntriesIteratorRemove() local
/aosp_15_r20/external/coreboot/util/msrtool/
H A Dmsrutils.c26 static void print_bitval(FILE *f, const struct msrbits *mb, const struct msr val) { in print_bitval()
64 void hexprint(FILE *f, const struct msr val, const uint8_t bits) { in hexprint()
99 void strprint(FILE *f, const struct msr val, const uint8_t bits) { in strprint()
156 uint8_t t; in findmsrdef() local
168 uint8_t t; in msraddrbyname() local
183 void dumpmsrdefs(const struct targetdef *t) { in dumpmsrdefs()
199 int dumpmsrdefsvals(FILE *f, const struct targetdef *t, const uint8_t cpu) { in dumpmsrdefsvals()
200 struct msr val = MSR1(0); in dumpmsrdefsvals() local
266 void decodemsr(const uint8_t cpu, const uint32_t addr, const struct msr val) { in decodemsr()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar()
36 inline bool IsInteger(reflection::BaseType t) { in IsInteger()
39 inline bool IsFloat(reflection::BaseType t) { in IsFloat()
42 inline bool IsLong(reflection::BaseType t) { in IsLong()
301 bool SetField(Table *table, const reflection::Field &field, T val) { in SetField()
325 int64_t val) { in SetAnyFieldI()
334 double val) { in SetAnyFieldF()
343 const char *val) { in SetAnyFieldS()
352 int64_t val) { in SetAnyFieldI()
359 double val) { in SetAnyFieldF()
[all …]
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar()
36 inline bool IsInteger(reflection::BaseType t) { in IsInteger()
39 inline bool IsFloat(reflection::BaseType t) { in IsFloat()
42 inline bool IsLong(reflection::BaseType t) { in IsLong()
261 bool SetField(Table *table, const reflection::Field &field, T val) { in SetField()
285 int64_t val) { in SetAnyFieldI()
294 double val) { in SetAnyFieldF()
303 const char *val) { in SetAnyFieldS()
312 int64_t val) { in SetAnyFieldI()
319 double val) { in SetAnyFieldF()
[all …]
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar()
36 inline bool IsInteger(reflection::BaseType t) { in IsInteger()
39 inline bool IsFloat(reflection::BaseType t) { in IsFloat()
42 inline bool IsLong(reflection::BaseType t) { in IsLong()
301 bool SetField(Table *table, const reflection::Field &field, T val) { in SetField()
325 int64_t val) { in SetAnyFieldI()
334 double val) { in SetAnyFieldF()
343 const char *val) { in SetAnyFieldS()
352 int64_t val) { in SetAnyFieldI()
359 double val) { in SetAnyFieldF()
[all …]

12345678910>>...66