/third_party/python/Lib/test/ |
D | test_mailbox.py | 194 key0 = self._box.add(self._template % 0) 197 method(key0) 199 self.assertRaises(KeyError, lambda: self._box[key0]) 200 self.assertRaises(KeyError, lambda: method(key0)) 216 key0 = self._box.add(self._template % 0) 219 self._box.discard(key0) 221 self.assertRaises(KeyError, lambda: self._box[key0]) 222 self._box.discard(key0) 224 self.assertRaises(KeyError, lambda: self._box[key0]) 228 key0 = self._box.add(self._template % 0) [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 126 my ($key0,$cnt)=($gp,$fp); 141 $PTR_ADD $key0,$key,16 202 lw $s0,0($key0) 204 lw $s1,4($key0) 206 lw $s2,8($key0) 208 lw $s3,12($key0) 221 $PTR_ADD $key0,16 411 lw $s0,0($key0) 413 lw $s1,4($key0) 415 lw $s2,8($key0) [all …]
|
D | aesni-x86_64.pl | 1204 my ($key0,$ctr)=("%ebp","${ivp}d"); 1264 mov 12($key),$key0 # 0-round key LSB 1280 xor $key0,%eax 1281 xor $key0,%edx 1290 xor $key0,%eax 1293 xor $key0,%r10d 1300 xor $key0,%r9d 1303 xor $key0,%r10d 1308 xor $key0,%r9d 1332 bswap $key0 [all …]
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 126 my ($key0,$cnt)=($gp,$fp); 141 $PTR_ADD $key0,$key,16 202 lw $s0,0($key0) 204 lw $s1,4($key0) 206 lw $s2,8($key0) 208 lw $s3,12($key0) 221 $PTR_ADD $key0,16 411 lw $s0,0($key0) 413 lw $s1,4($key0) 415 lw $s2,8($key0) [all …]
|
D | aesni-x86_64.pl | 1204 my ($key0,$ctr)=("%ebp","${ivp}d"); 1264 mov 12($key),$key0 # 0-round key LSB 1280 xor $key0,%eax 1281 xor $key0,%edx 1290 xor $key0,%eax 1293 xor $key0,%r10d 1300 xor $key0,%r9d 1303 xor $key0,%r10d 1308 xor $key0,%r9d 1332 bswap $key0 [all …]
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | pointer-auth-arm64.cc | 153 uint64_t key0 = key.high; in ComputePAC() local 160 uint64_t modk0 = ((key0 & 0x1) << 63) | ((key0 >> 2) << 1) | in ComputePAC() 161 ((key0 >> 63) ^ ((key0 >> 1) & 0x1)); in ComputePAC() 163 uint64_t working_val = data ^ key0; in ComputePAC() 189 working_val ^= key0; in ComputePAC()
|
/third_party/ltp/testcases/network/virt/ |
D | macsec_lib.sh | 29 local key0="01234567890123456789012345678901" 40 ROD $cmd tx sa $sa pn 100 on key $keyid0 $key0 47 "$cmd rx address $h0 port 1 sa $sa pn 100 on key $keyid0 $key0"
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttkern.c | 234 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning() local 252 if ( key == key0 ) in tt_face_get_kerning() 257 if ( key < key0 ) in tt_face_get_kerning() 273 if ( key == key0 ) in tt_face_get_kerning()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 42 …Object key0 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), foo_locale, BreakIterato… in TestRegUnreg() local 81 assertTrue(BreakIterator.unregister(key0), "unregister foo word (thai word)"); in TestRegUnreg()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 45 …Object key0 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), foo_locale, BreakIterato… in TestRegUnreg() local 84 assertTrue(BreakIterator.unregister(key0), "unregister foo word (thai word)"); in TestRegUnreg()
|
/third_party/rust/crates/cxx/src/ |
D | sip.rs | 118 fn new_with_keys(key0: u64, key1: u64) -> Self { in new_with_keys() 120 k0: key0, in new_with_keys()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | scriptset.cpp | 289 uhash_compareScriptSet(UElement key0, UElement key1) { in uhash_compareScriptSet() argument 290 icu::ScriptSet *s0 = static_cast<icu::ScriptSet *>(key0.pointer); in uhash_compareScriptSet()
|
/third_party/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 289 uhash_compareScriptSet(UElement key0, UElement key1) { in uhash_compareScriptSet() argument 290 icu::ScriptSet *s0 = static_cast<icu::ScriptSet *>(key0.pointer); in uhash_compareScriptSet()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | scriptset.cpp | 289 uhash_compareScriptSet(UElement key0, UElement key1) { in uhash_compareScriptSet() argument 290 icu::ScriptSet *s0 = static_cast<icu::ScriptSet *>(key0.pointer); in uhash_compareScriptSet()
|
/third_party/mbedtls/tests/src/test_helpers/ |
D | ssl_helpers.c | 1101 unsigned char *key0 = NULL, *key1 = NULL; in mbedtls_test_ssl_build_transforms() local 1129 CHK((key0 = mbedtls_calloc(1, keylen + 1)) != NULL); in mbedtls_test_ssl_build_transforms() 1131 memset(key0, 0x1, keylen); in mbedtls_test_ssl_build_transforms() 1154 CHK(mbedtls_cipher_setkey(&t_in->cipher_ctx_enc, key0, in mbedtls_test_ssl_build_transforms() 1166 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_dec, key0, in mbedtls_test_ssl_build_transforms() 1386 key0, in mbedtls_test_ssl_build_transforms() 1418 key0, in mbedtls_test_ssl_build_transforms() 1431 mbedtls_free(key0); in mbedtls_test_ssl_build_transforms()
|
/third_party/skia/tests/ |
D | ImageFilterCacheTest.cpp | 71 SkImageFilterCacheKey key0(0, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() local 80 cache->set(key0, filter.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_dont_find_if_diff_key()
|
/third_party/skia/third_party/externals/libpng/ |
D | example.c | 858 char key0[] = "Title"; 860 text_ptr[0].key = key0;
|
/third_party/openGLES/extensions/NV/ |
D | NV_present_video.txt | 79 enum target0, uint fill0, uint key0, 164 enum target0, uint fill0, uint key0, 237 "The parameters <type>, <target0>, <fill0>, <key0>, <target1>, 245 be read. Similarly, <key0> and <key1> name an object from which key 287 <fill1>, <key0>, and <key1>. 290 requirements, the image objects named by <fill0> and <key0> are 593 4 CARD32 key0
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_present_video.txt | 79 enum target0, uint fill0, uint key0, 164 enum target0, uint fill0, uint key0, 237 "The parameters <type>, <target0>, <fill0>, <key0>, <target1>, 245 be read. Similarly, <key0> and <key1> name an object from which key 287 <fill1>, <key0>, and <key1>. 290 requirements, the image objects named by <fill0> and <key0> are 593 4 CARD32 key0
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_module_tests.c | 1158 static const u8 key0[] = variable 1357 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_module_tests.c | 1009 static const u8 key0[] = variable 1208 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1()
|
/third_party/python/Lib/ |
D | zipfile.py | 557 key0 = 305419896 571 nonlocal key0, key1, key2 572 key0 = crc32(c, key0) 573 key1 = (key1 + (key0 & 0xFF)) & 0xFFFFFFFF
|
/third_party/mesa3d/include/GL/ |
D | glext.h | 10749 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL… 10756 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL…
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glext.h | 10562 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL… 10569 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL…
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glext.h | 10563 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL… 10570 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL…
|