Home
last modified time | relevance | path

Searched refs:key0 (Results 1 - 24 of 24) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_mailbox.py199 key0 = self._box.add(self._template % 0)
202 method(key0)
204 self.assertRaises(KeyError, lambda: self._box[key0])
205 self.assertRaises(KeyError, lambda: method(key0))
221 key0 = self._box.add(self._template % 0)
224 self._box.discard(key0)
226 self.assertRaises(KeyError, lambda: self._box[key0])
227 self._box.discard(key0)
229 self.assertRaises(KeyError, lambda: self._box[key0])
233 key0
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc153 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/
H A Dmacsec_lib.sh29 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/
H A Dttkern.c234 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in FT_LOCAL_DEF() local
252 if ( key == key0 ) in FT_LOCAL_DEF()
257 if ( key < key0 ) in FT_LOCAL_DEF()
273 if ( key == key0 ) in FT_LOCAL_DEF()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-mips.pl127 my ($key0,$cnt)=($gp,$fp);
142 $PTR_ADD $key0,$key,16
203 lw $s0,0($key0)
205 lw $s1,4($key0)
207 lw $s2,8($key0)
209 lw $s3,12($key0)
222 $PTR_ADD $key0,16
412 lw $s0,0($key0)
414 lw $s1,4($key0)
416 lw $s2,8($key0)
[all...]
H A Daesni-x86_64.pl1210 my ($key0,$ctr)=("%ebp","${ivp}d");
1270 mov 12($key),$key0 # 0-round key LSB
1286 xor $key0,%eax
1287 xor $key0,%edx
1296 xor $key0,%eax
1299 xor $key0,%r10d
1306 xor $key0,%r9d
1309 xor $key0,%r10d
1314 xor $key0,%r9d
1338 bswap $key0
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-mips.pl127 my ($key0,$cnt)=($gp,$fp);
142 $PTR_ADD $key0,$key,16
203 lw $s0,0($key0)
205 lw $s1,4($key0)
207 lw $s2,8($key0)
209 lw $s3,12($key0)
222 $PTR_ADD $key0,16
412 lw $s0,0($key0)
414 lw $s1,4($key0)
416 lw $s2,8($key0)
[all...]
H A Daesni-x86_64.pl1210 my ($key0,$ctr)=("%ebp","${ivp}d");
1270 mov 12($key),$key0 # 0-round key LSB
1286 xor $key0,%eax
1287 xor $key0,%edx
1296 xor $key0,%eax
1299 xor $key0,%r10d
1306 xor $key0,%r9d
1309 xor $key0,%r10d
1314 xor $key0,%r9d
1338 bswap $key0
[all...]
/third_party/lzma/Asm/x86/
H A DAesOpt.asm256 key0 equ @CatStr(xmm, %(ways_start_reg + ways + 1)) define
275 movdqa key0, [keys + 1 * ksize_r]
285 WOP pxor, key0
317 pxor state, key0
319 ; movdqa state, key0
591 key0 equ @CatStr(xmm, %(ways_start_reg + ways + 2)) define
608 movdqa key0, [keys]
624 WOP pxor, key0
648 movdqa state, key0
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java45 Object key0 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), foo_locale, BreakIterator.KIND_WORD); in TestRegUnreg()
84 assertTrue(BreakIterator.unregister(key0), "unregister foo word (thai word)"); in TestRegUnreg()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java42 Object key0 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), foo_locale, BreakIterator.KIND_WORD); in TestRegUnreg()
81 assertTrue(BreakIterator.unregister(key0), "unregister foo word (thai word)"); in TestRegUnreg()
/third_party/rust/crates/cxx/src/
H A Dsip.rs118 fn new_with_keys(key0: u64, key1: u64) -> Self { in new_with_keys()
120 k0: key0, in new_with_keys()
/third_party/icu/icu4c/source/i18n/
H A Dscriptset.cpp289 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/
H A Dscriptset.cpp289 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/skia/third_party/externals/icu/source/i18n/
H A Dscriptset.cpp289 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/
H A Dssl_helpers.c1272 unsigned char *key0 = NULL, *key1 = NULL; in mbedtls_test_ssl_build_transforms() local
1296 CHK((key0 = mbedtls_calloc(1, keylen + 1)) != NULL); in mbedtls_test_ssl_build_transforms()
1298 memset(key0, 0x1, keylen); in mbedtls_test_ssl_build_transforms()
1327 CHK(mbedtls_cipher_setkey(&t_in->cipher_ctx_enc, key0, in mbedtls_test_ssl_build_transforms()
1339 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_dec, key0, in mbedtls_test_ssl_build_transforms()
1558 key0, in mbedtls_test_ssl_build_transforms()
1590 key0, in mbedtls_test_ssl_build_transforms()
1603 mbedtls_free(key0); in mbedtls_test_ssl_build_transforms()
/third_party/skia/tests/
H A DImageFilterCacheTest.cpp71 SkImageFilterCacheKey key0(0, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key()
80 cache->set(key0, filter.get(), skif::FilterResult(image, skif::LayerSpace<SkIPoint>(offset))); in test_dont_find_if_diff_key()
/third_party/python/Lib/
H A Dzipfile.py588 key0 = 305419896
602 nonlocal key0, key1, key2
603 key0 = crc32(c, key0)
604 key1 = (key1 + (key0 & 0xFF)) & 0xFFFFFFFF
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c1009 static const u8 key0[] = variable
1208 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_module_tests.c1158 static const u8 key0[] = variable
1357 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1()
/third_party/openGLES/api/GL/
H A Dglext.h10850 typedef void (APIENTRYP PFNGLPRESENTFRAMEKEYEDNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
10857 GLAPI void APIENTRY glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
/third_party/mesa3d/include/GL/
H A Dglext.h10749 typedef void (APIENTRYP PFNGLPRESENTFRAMEKEYEDNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
10756 GLAPI void APIENTRY glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h10563 typedef void (APIENTRYP PFNGLPRESENTFRAMEKEYEDNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
10570 GLAPI void APIENTRY glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h10562 typedef void (APIENTRYP PFNGLPRESENTFRAMEKEYEDNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);
10569 GLAPI void APIENTRY glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1);

Completed in 186 milliseconds