/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | sip.rs | 123 let full = hash_with(SipHasher13::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_1_3() localVariable 217 let full = hash_with(SipHasher::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_2_4() localVariable 233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable 275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | sip.rs | 123 let full = hash_with(SipHasher13::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_1_3() localVariable 217 let full = hash_with(SipHasher::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_2_4() localVariable 233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable 275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | sip.rs | 123 let full = hash_with(SipHasher13::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_1_3() localVariable 217 let full = hash_with(SipHasher::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_2_4() localVariable 233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable 275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | sip.rs | 123 let full = hash_with(SipHasher13::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_1_3() localVariable 217 let full = hash_with(SipHasher::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_2_4() localVariable 233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable 275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | sip.rs | 123 let full = hash_with(SipHasher13::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_1_3() localVariable 217 let full = hash_with(SipHasher::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_2_4() localVariable 233 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 241 let val = 0xdeadbeef_deadbeef_u64; in test_hash_usize() localVariable 256 let val = 0xdeadbeef_deadbeef_u64; in test_hash_no_bytes_dropped_64() localVariable 275 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | i915_pm_backlight.c | 55 char full[PATH_MAX]; in backlight_read() local 80 char full[PATH_MAX]; in backlight_write() local 99 static void test_and_verify(struct context *context, int val) in test_and_verify() 126 int val; in test_bad_brightness() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/siphasher/src/ |
D | tests.rs | 138 let full = hash_with(SipHasher13::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_1_3() localVariable 232 let full = hash_with(SipHasher24::new_with_keys(k0, k1), &Bytes(&buf)); in test_siphash_2_4() localVariable 254 let val = 0xdead_beef_dead_beef_u64; in test_hash_no_bytes_dropped_64() localVariable 273 let val = 0xdeadbeef_u32; in test_hash_no_bytes_dropped_32() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/text/ |
D | encode.c | 112 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum() 162 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field() 167 const char* full = upb_FieldDef_FullName(f); in txtenc_field() local 254 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry() 287 upb_MessageValue key, val; in txtenc_map() local 299 upb_MessageValue key, val; in txtenc_map() local 345 uint64_t val; in txtenc_unknown() local 351 uint32_t val; in txtenc_unknown() local 357 uint64_t val; in txtenc_unknown() local 422 upb_MessageValue val; in txtenc_msg() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/text/ |
H A D | encode.c | 101 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum() 230 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field() 235 const char* full = upb_FieldDef_FullName(f); in txtenc_field() local 322 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry() 355 upb_MessageValue key, val; in txtenc_map() local 369 upb_MessageValue key, val; in txtenc_map() local 415 uint64_t val; in txtenc_unknown() local 421 uint32_t val; in txtenc_unknown() local 427 uint64_t val; in txtenc_unknown() local 492 upb_MessageValue val; in txtenc_msg() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_pmu_caps_test.c | 30 unsigned int full; member 62 uint64_t val; in main() local
|
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/ |
H A D | keep_sorted.py | 101 def full(self): member in _Line 187 def strip_ignored_prefixes(val): argument
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | jsr166-tests.jar | ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done
final synthetic jsr166.AbstractExecutorServiceTest this$0 ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | jsr166-tests.jar | ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done
final synthetic jsr166.AbstractExecutorServiceTest this$0 ... |
/aosp_15_r20/external/libcap-ng/src/ |
H A D | cap-ng.c | 245 unsigned int val = strtoul(buf, NULL, 10); in init_lib() local 1125 int empty = 0, full = 0; in capng_have_capabilities() local 1214 int empty = 0, full = 0; in capng_have_permitted_capabilities() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/ |
D | gzappend.c | 225 unsigned long val; in read4() local 261 int ret, lastbit, left, full; in gzscan() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LDMLUtilities.java | 85 Document full = null; in getFullyResolvedLDML() local 765 String val = in mergeLDMLDocuments() local 1247 String val = getAttributeValue(node, LDMLConstants.TYPE); in appendXPathAttribute() local 1803 public static void setAttributeValue(Node sNode, String attribName, String val) { in setAttributeValue() 1902 Document full = parse(sourceDir + File.separator + locale, ignoreError); in parseAndResolveAliases() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_subgroups.c | 294 nir_def *val = intrin->src[0].ssa; in lower_shuffle() local 564 nir_def *val = nir_ballot(b, options->ballot_components, options->ballot_bit_size, src); in lower_boolean_reduce() local 722 nir_def *full, *partial; in lower_scan_reduce() local 760 build_ballot_imm_ishl(nir_builder *b, int64_t val, nir_def *shift, in build_ballot_imm_ishl() 1027 nir_def *val; in lower_subgroups_instr() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/httplive/ |
H A D | M3UParser.cpp | 854 AString val(attr, equalPos + 1, attr.size() - equalPos - 1); in parseStreamInf() local 967 AString val(attr, equalPos + 1, attr.size() - equalPos - 1); in parseCipherInfo() local 1003 AString full; in getFullCipherUri() local 1108 AString val(attr, equalPos + 1, attr.size() - equalPos - 1); in parseMedia() local
|
/aosp_15_r20/external/strace/ |
H A D | sockaddr.c | 305 bool full = sax25->fsa_ax25.sax25_ndigis || in print_sockaddr_data_ax25() local 421 btohs(uint16_t val) in btohs()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_array_ops.py | 120 def full(shape, fill_value, dtype=None): # pylint: disable=redefined-outer-name function 146 def _array_internal(val, dtype=None, copy=True, ndmin=0): # pylint: disable=redefined-outer-name argument 196 def array(val, dtype=None, copy=True, ndmin=0): # pylint: disable=redefined-outer-name argument 458 def imag(val): argument 684 def real(val): argument
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_wolfssl.c | 672 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() 673 size_t match_len, int full) in domain_suffix_match() 704 size_t match_len, int full) in tls_match_suffix_helper() 774 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix()
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-list.c | 318 bool full; in event_format_write() local 428 long long val; in show_options() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | HuffmanDecoder.h | 435 bool Build(const Byte *lens, bool full) throw() in Build() 488 const unsigned val = (i << 3) + len; in Build() local
|
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/ |
H A D | lz4.c | 191 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read16() local 196 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read32() local 201 size_t val; memcpy(&val, memPtr, sizeof(val)); return val; in LZ4_read_ARCH() local 293 static unsigned LZ4_NbCommonBytes (register size_t val) in LZ4_NbCommonBytes() 410 typedef enum { full = 0, partial = 1 } earlyEnd_directive; enumerator
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 847 const uint8_t val = rng.getUint8(); in testMemoryMapping() local 987 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomRead() local 1000 const uint8_t val = rng.getUint8(); in randomWrite() local 1014 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomModify() local 1181 void removeFirstEqual(vector<T> &vec, const T &val) in removeFirstEqual() 1309 bool MemoryHeap::full(void) const in full() function in vkt::memory::__anon0c28680a0111::MemoryHeap
|