/external/bison/lib/ |
D | strtol.c | 201 # define L_(Ch) L##Ch argument 205 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument 206 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc) argument 207 # define TOUPPER(Ch) __towupper_l ((Ch), loc) argument 209 # define ISSPACE(Ch) iswspace (Ch) argument 210 # define ISALPHA(Ch) iswalpha (Ch) argument 211 # define TOUPPER(Ch) towupper (Ch) argument 219 # define L_(Ch) Ch argument 223 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument 224 # define ISALPHA(Ch) __isalpha_l ((Ch), loc) argument [all …]
|
/external/icu4c/data/lang/ |
D | vi.txt | 189 Arab{"Chữ Ả Rập"} 190 Armn{"Chữ Armenia"} 191 Beng{"Chữ Bengali"} 192 Bopo{"Chữ Bopomofo"} 193 Brai{"Chữ nổi Braille"} 194 Cyrl{"Chữ Kirin"} 195 Deva{"Chữ Devanagari"} 196 Ethi{"Chữ Ethiopia"} 197 Geor{"Chữ Georgia"} 198 Grek{"Chữ Hy Lạp"} [all …]
|
D | agq.txt | 21 cs{"Chɛ̂"} 57 zh{"Chàenê"}
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_stdlib.c | 102 sub esp,0Ch in _allmul() 113 mov edx,dword ptr [ebp+0Ch] in _allmul() 120 add esp,0Ch in _allmul() 146 mov eax,dword ptr [esp+1Ch] in _alldiv() 154 mov dword ptr [esp+1Ch],eax in _alldiv() 182 mul dword ptr [esp+1Ch] in _alldiv() 224 mov eax,dword ptr [esp+0Ch] in _aulldiv() 232 mov eax,dword ptr [esp+0Ch] in _aulldiv() 251 cmp eax,dword ptr [esp+0Ch] in _aulldiv() 274 mov edx,dword ptr [esp+0Ch] in _allrem() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | SHA256Digest.java | 172 h += Sum1(e) + Ch(e, f, g) + K[t] + X[t]; in processBlock() 178 g += Sum1(d) + Ch(d, e, f) + K[t] + X[t]; in processBlock() 184 f += Sum1(c) + Ch(c, d, e) + K[t] + X[t]; in processBlock() 190 e += Sum1(b) + Ch(b, c, d) + K[t] + X[t]; in processBlock() 196 d += Sum1(a) + Ch(a, b, c) + K[t] + X[t]; in processBlock() 202 c += Sum1(h) + Ch(h, a, b) + K[t] + X[t]; in processBlock() 208 b += Sum1(g) + Ch(g, h, a) + K[t] + X[t]; in processBlock() 214 a += Sum1(f) + Ch(f, g, h) + K[t] + X[t]; in processBlock() 240 private int Ch( in Ch() method in SHA256Digest
|
D | LongDigest.java | 228 h += Sum1(e) + Ch(e, f, g) + K[t] + W[t++]; in processBlock() 233 g += Sum1(d) + Ch(d, e, f) + K[t] + W[t++]; in processBlock() 238 f += Sum1(c) + Ch(c, d, e) + K[t] + W[t++]; in processBlock() 243 e += Sum1(b) + Ch(b, c, d) + K[t] + W[t++]; in processBlock() 248 d += Sum1(a) + Ch(a, b, c) + K[t] + W[t++]; in processBlock() 253 c += Sum1(h) + Ch(h, a, b) + K[t] + W[t++]; in processBlock() 258 b += Sum1(g) + Ch(g, h, a) + K[t] + W[t++]; in processBlock() 263 a += Sum1(f) + Ch(f, g, h) + K[t] + W[t++]; in processBlock() 288 private long Ch( in Ch() method in LongDigest
|
/external/icu4c/data/locales/ |
D | en_HK.txt | 208 "Chōtoku", 209 "Chōhō", 211 "Chōwa", 215 "Chōgen", 216 "Chōryaku", 217 "Chōkyū", 233 "Chōji", 243 "Chōshō", 255 "Chōkan", 336 "Chōroku", [all …]
|
D | he.txt | 574 "Chōtoku", 575 "Chōhō", 577 "Chōwa", 581 "Chōgen", 582 "Chōryaku", 583 "Chōkyū", 599 "Chōji", 609 "Chōshō", 621 "Chōkan", 702 "Chōroku", [all …]
|
D | root.txt | 945 "Chōtoku", 946 "Chōhō", 948 "Chōwa", 952 "Chōgen", 953 "Chōryaku", 954 "Chōkyū", 970 "Chōji", 980 "Chōshō", 992 "Chōkan", 1073 "Chōroku", [all …]
|
/external/llvm/utils/obj2yaml/ |
D | obj2yaml.cpp | 26 unsigned char printable(unsigned char Ch) { in printable() argument 27 return Ch >= ' ' && Ch <= '~' ? Ch : '.'; in printable()
|
/external/openssl/crypto/sha/asm/ |
D | sha256-mips.s | 75 xor $15,$30 # Ch(e,f,g) 127 xor $16,$25 # Ch(e,f,g) 179 xor $17,$24 # Ch(e,f,g) 231 xor $18,$7 # Ch(e,f,g) 283 xor $19,$3 # Ch(e,f,g) 335 xor $20,$2 # Ch(e,f,g) 387 xor $21,$1 # Ch(e,f,g) 439 xor $22,$31 # Ch(e,f,g) 491 xor $23,$30 # Ch(e,f,g) 543 xor $8,$25 # Ch(e,f,g) [all …]
|
D | sha512-armv4.pl | 452 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps 471 veor $Ch,$f,$g 473 vand $Ch,$e 475 veor $Ch,$g @ Ch(e,f,g) 478 vadd.i64 $T1,$Ch 486 vand $Ch,$a,$c 490 vorr $Maj,$Ch @ Maj(a,b,c)
|
D | sha512-armv4.s | 169 eor r10,r10,r12 @ Ch(e,f,g) 174 adc r4,r4,r10 @ T += Ch(e,f,g) 306 eor r10,r10,r12 @ Ch(e,f,g) 311 adc r4,r4,r10 @ T += Ch(e,f,g) 468 veor d29,d22 @ Ch(e,f,g) 505 veor d29,d21 @ Ch(e,f,g) 542 veor d29,d20 @ Ch(e,f,g) 579 veor d29,d19 @ Ch(e,f,g) 616 veor d29,d18 @ Ch(e,f,g) 653 veor d29,d17 @ Ch(e,f,g) [all …]
|
D | sha256-armv4.s | 64 eor r2,r2,r10 @ Ch(e,f,g) 108 eor r2,r2,r9 @ Ch(e,f,g) 152 eor r2,r2,r8 @ Ch(e,f,g) 196 eor r2,r2,r7 @ Ch(e,f,g) 240 eor r2,r2,r6 @ Ch(e,f,g) 284 eor r2,r2,r5 @ Ch(e,f,g) 328 eor r2,r2,r4 @ Ch(e,f,g) 372 eor r2,r2,r11 @ Ch(e,f,g) 416 eor r2,r2,r10 @ Ch(e,f,g) 460 eor r2,r2,r9 @ Ch(e,f,g) [all …]
|
/external/icu4c/data/region/ |
D | vi.txt | 15 002{"Châu Phi"} 18 009{"Châu Đại Dương"} 24 018{"Miền Nam Châu Phi"} 25 019{"Châu Mỹ"} 26 021{"Miền Bắc Châu Mỹ"} 37 142{"Châu Á"} 40 150{"Âu Châu"} 42 154{"Miền Bắc Châu Âu"} 44 419{"Châu Mỹ La-tinh"} 117 EU{"Liên Minh Châu Âu"} [all …]
|
D | vai_Latn.txt | 54 CL{"Chéli"} 56 CN{"Cháína"} 63 CZ{"Chɛki Boloe"} 206 TD{"Chádi"}
|
D | lag.txt | 54 CL{"Chíile"} 56 CN{"Chíina"} 63 CZ{"Jamuhúuri ya Chéeki"} 207 TD{"Cháadi"}
|
/external/clang/test/SemaTemplate/ |
D | friend-template.cpp | 164 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B) in op() argument 196 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B) in op() argument
|
/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 33 char Ch = Feature[0]; in hasFlag() local 35 return Ch == '+' || Ch =='-'; in hasFlag() 49 char Ch = Feature[0]; in isEnabled() local 51 return Ch == '+'; in isEnabled()
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 200 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 351 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 361 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 374 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 461 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform() 487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform() 678 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 688 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 701 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ [all …]
|
/external/openssh/openbsd-compat/ |
D | sha2.c | 162 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \ 310 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \ 397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform() 579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \ 591 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \ 678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 700 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
D | sha512.c | 83 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 120 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in _sha512_compress() 133 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in _sha512_compress()
|
/external/icu4c/data/translit/ |
D | Greek_Latin_UNGEGN.txt | 127 Χ } $beforeLower ↔ Ch ; 137 | Ch ← H ;
|
/external/icu4c/data/coll/ |
D | om.txt | 17 "&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha256-internal.c | 68 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|