Searched refs:Ch (Results 1 - 25 of 36) sorted by relevance

12

/external/bison/lib/
H A Dstrtol.c201 # define L_(Ch) L##Ch
205 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
206 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
207 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
209 # define ISSPACE(Ch) iswspace (Ch)
[all...]
/external/clang/lib/AST/
H A DTemplateBase.cpp44 const char Ch = Val.getZExtValue(); local
45 Out << ((Ch == '\'') ? "'\\" : "'");
46 Out.write_escaped(StringRef(&Ch, 1), /*UseHexEscapes=*/ true);
/external/llvm/utils/obj2yaml/
H A Dobj2yaml.cpp26 unsigned char printable(unsigned char Ch) { argument
27 return Ch >= ' ' && Ch <= '~' ? Ch : '.';
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DLongDigest.java228 h += Sum1(e) + Ch(e, f, g) + K[t] + W[t++];
233 g += Sum1(d) + Ch(d, e, f) + K[t] + W[t++];
238 f += Sum1(c) + Ch(c, d, e) + K[t] + W[t++];
243 e += Sum1(b) + Ch(b, c, d) + K[t] + W[t++];
248 d += Sum1(a) + Ch(a, b, c) + K[t] + W[t++];
253 c += Sum1(h) + Ch(h, a, b) + K[t] + W[t++];
258 b += Sum1(g) + Ch(g, h, a) + K[t] + W[t++];
263 a += Sum1(f) + Ch(f, g, h) + K[t] + W[t++];
288 private long Ch( method in class:LongDigest
H A DSHA256Digest.java172 h += Sum1(e) + Ch(e, f, g) + K[t] + X[t];
178 g += Sum1(d) + Ch(d, e, f) + K[t] + X[t];
184 f += Sum1(c) + Ch(c, d, e) + K[t] + X[t];
190 e += Sum1(b) + Ch(b, c, d) + K[t] + X[t];
196 d += Sum1(a) + Ch(a, b, c) + K[t] + X[t];
202 c += Sum1(h) + Ch(h, a, b) + K[t] + X[t];
208 b += Sum1(g) + Ch(g, h, a) + K[t] + X[t];
214 a += Sum1(f) + Ch(f, g, h) + K[t] + X[t];
240 private int Ch( method in class:SHA256Digest
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_stdlib.c102 sub esp,0Ch
113 mov edx,dword ptr [ebp+0Ch]
120 add esp,0Ch
146 mov eax,dword ptr [esp+1Ch]
154 mov dword ptr [esp+1Ch],eax
182 mul dword ptr [esp+1Ch]
224 mov eax,dword ptr [esp+0Ch]
232 mov eax,dword ptr [esp+0Ch]
251 cmp eax,dword ptr [esp+0Ch]
274 mov edx,dword ptr [esp+0Ch]
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha256-mips.s75 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(
[all...]
H A Dsha512-armv4.pl113 eor $t1,$t1,$t3 @ Ch(e,f,g)
118 adc $Thi,$Thi,$t1 @ T += Ch(e,f,g)
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
[all...]
H A Dsha512-armv4.s169 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(
[all...]
H A Dsha256-armv4.s64 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(
[all...]
/external/clang/test/SemaTemplate/
H A Dfriend-template.cpp164 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B)
196 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B)
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp33 char Ch = Feature[0]; local
35 return Ch == '+' || Ch =='-';
49 char Ch = Feature[0]; local
51 return Ch == '+';
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c200 #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];
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
487 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
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((
[all...]
/external/openssh/openbsd-compat/
H A Dsha2.c162 #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];
419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
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];
700 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256-internal.c68 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-internal.c68 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256-internal.c68 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
/external/dropbear/libtomcrypt/src/hashes/sha2/
H A Dsha512.c83 #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];
133 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
H A Dsha256.c58 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
98 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
110 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \
/external/openssl/crypto/sha/
H A Dsha256.c146 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
H A Dsha512.c391 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
425 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
439 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
474 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
486 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
502 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha256.c221 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
257 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp590 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Tmp1, StackPtr, local
602 Ch = DAG.getTruncStore(Ch, dl, Tmp2, StackPtr2, MachinePointerInfo(), EltVT,
605 return DAG.getLoad(VT, dl, Ch, StackPtr,
935 SDValue Ch;
948 Ch = Result.getValue(1); // The chain.
962 Chain = Ch;
974 SDValue Lo, Hi, Ch;
996 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1026 Ch
[all...]
H A DLegalizeIntegerTypes.cpp1029 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); local
1038 return DAG.getTruncStore(Ch, dl, Val, Ptr, N->getPointerInfo(),
1786 SDValue Ch = N->getChain(); local
1800 Lo = DAG.getExtLoad(ExtType, dl, NVT, Ch, Ptr, N->getPointerInfo(),
1804 Ch = Lo.getValue(1);
1822 Lo = DAG.getLoad(NVT, dl, Ch, Ptr, N->getPointerInfo(),
1833 Hi = DAG.getExtLoad(ExtType, dl, NVT, Ch, Ptr,
1840 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1851 Hi = DAG.getExtLoad(ExtType, dl, NVT, Ch, Ptr, N->getPointerInfo(),
1860 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, NVT, Ch, Pt
1887 ReplaceValueWith(SDValue(N, 1), Ch); local
2672 SDValue Ch = N->getChain(); local
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h326 TreePatternNode(Record *Op, const std::vector<TreePatternNode*> &Ch,
328 : Operator(Op), Val(0), TransformFn(0), Children(Ch) {

Completed in 441 milliseconds

12