/external/libchrome/crypto/ |
D | hmac_win.cc | 52 unsigned char key0[SHA256_BLOCK_SIZE]; in ComputeHMACSHA256() local 56 SHA256_End(&ctx, key0, NULL, SHA256_LENGTH); in ComputeHMACSHA256() 57 memset(key0 + SHA256_LENGTH, 0, SHA256_BLOCK_SIZE - SHA256_LENGTH); in ComputeHMACSHA256() 59 memcpy(key0, key, key_len); in ComputeHMACSHA256() 61 memset(key0 + key_len, 0, SHA256_BLOCK_SIZE - key_len); in ComputeHMACSHA256() 69 padded_key[i] = key0[i] ^ 0x36; in ComputeHMACSHA256() 79 padded_key[i] = key0[i] ^ 0x5c; in ComputeHMACSHA256()
|
/external/autotest/site_utils/bootperf-bin/ |
D | resultset.py | 223 def DeltaData(self, key0, key1): argument 231 self._keyvals[key0], 241 def DeltaStatistics(self, key0, key1): argument 252 return _ListStats(self.DeltaData(key0, key1))
|
/external/freetype/src/sfnt/ |
D | ttkern.c | 230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning() local 248 if ( key == key0 ) in tt_face_get_kerning() 253 if ( key < key0 ) in tt_face_get_kerning() 269 if ( key == key0 ) in tt_face_get_kerning()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttkern.c | 230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning() local 248 if ( key == key0 ) in tt_face_get_kerning() 253 if ( key < key0 ) in tt_face_get_kerning() 269 if ( key == key0 ) in tt_face_get_kerning()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | ttkern.c | 230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning() local 248 if ( key == key0 ) in tt_face_get_kerning() 253 if ( key < key0 ) in tt_face_get_kerning() 269 if ( key == key0 ) in tt_face_get_kerning()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | JSONObjectComparator.java | 20 String key0 = arg0.get(sortSpec.getField()).toString().toLowerCase(); in compare() local 22 compareValue = key0.compareTo(key1) * sortSpec.getDirectionMultiplier(); in compare()
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | agent-subst-test.properties | 1 key0=no$replace} key
|
/external/boringssl/src/crypto/aes/asm/ |
D | aesni-x86_64.pl | 1161 my ($key0,$ctr)=("${key_}d","${ivp}d"); 1218 mov 12($key),$key0 # 0-round key LSB 1234 xor $key0,%eax 1235 xor $key0,%edx 1244 xor $key0,%eax 1247 xor $key0,%r10d 1254 xor $key0,%r9d 1257 xor $key0,%r10d 1262 xor $key0,%r9d 1286 bswap $key0 [all …]
|
/external/icu/android_icu4j/src/main/tests/android/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()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | BreakIteratorRegTest.java | 38 …Object key0 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), foo_locale, BreakIterato… in TestRegUnreg() local 77 assertTrue(BreakIterator.unregister(key0), "unregister foo word (thai word)"); in TestRegUnreg()
|
/external/clang/test/CodeGen/ |
D | 2008-03-24-BitField-And-Alloca.c | 59 unsigned int key0; member
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.cpp | 251 uhash_compareScriptSet(UElement key0, UElement key1) { in uhash_compareScriptSet() argument 252 icu::ScriptSet *s0 = static_cast<icu::ScriptSet *>(key0.pointer); in uhash_compareScriptSet()
|
/external/skia/tests/ |
D | ImageFilterCacheTest.cpp | 61 SkImageFilter::Cache::Key key0(0, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() local 69 cache->set(key0, image, offset); in test_dont_find_if_diff_key()
|
/external/libpng/ |
D | example.c | 883 char key0[]="Title"; 885 text_ptr[0].key = key0;
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_module_tests.c | 1004 static const u8 key0[] = variable 1203 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1()
|
/external/v8/build/config/android/ |
D | internal_rules.gni | 375 # --python-arg=@FileArg($rebased_build_config_path:key0:key1)
|
/external/mesa3d/include/GL/ |
D | glext.h | 11508 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL… 11515 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL…
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 10577 …uint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GL…
|