HomeSort by relevance Sort by last modified time
    Searched refs:Ch (Results 1 - 25 of 38) sorted by null

1 2

  /external/bison/lib/
strtol.c 192 # define L_(Ch) L##Ch
196 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
197 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
198 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
200 # define ISSPACE(Ch) iswspace (Ch)
    [all...]
  /external/clang/lib/AST/
TemplateBase.cpp 44 const char Ch = Val.getZExtValue();
45 Out << ((Ch == '\'') ? "'\\" : "'");
46 Out.write_escaped(StringRef(&Ch, 1), /*UseHexEscapes=*/ true);
  /external/llvm/utils/obj2yaml/
obj2yaml.cpp 23 unsigned char printable(unsigned char Ch) {
24 return Ch >= ' ' && Ch <= '~' ? Ch : '.';
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 228 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(
SHA256Digest.java 172 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(
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 102 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/
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...]
sha512-armv4.pl 113 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 @ Maj(a,b,c
    [all...]
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...]
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...]
sha256-armv4.pl 83 eor $t1,$t1,$g @ Ch(e,f,g)
sha512-parisc.pl 109 or $t0,$t1,$t1 ; Ch(e,f,g)
410 xor $a3,$a1,$a1 ; Ch(e,f,g)
418 addc $a1,$hhi,$hhi ; h += Ch(e,f,g)
  /external/clang/test/SemaTemplate/
friend-template.cpp 164 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/
SubtargetFeature.cpp 33 char Ch = Feature[0];
35 return Ch == '+' || Ch =='-';
49 char Ch = Feature[0];
51 return Ch == '+';
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 200 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
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((e), (f), (g)) + K512[j] +
    [all...]
  /external/openssh/openbsd-compat/
sha2.c 162 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
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/src/crypto/
sha256-internal.c 68 #define Ch(x,y,z) (z ^ (x & (y ^ z)))
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 83 #define Ch(x,y,z) (z ^ (x & (y ^ z)))
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]; \
sha256.c 58 #define Ch(x,y,z) (z ^ (x & (y ^ z)))
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/
sha256.c 146 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
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]; \
sha512.c 391 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
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/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp 593 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Tmp1, StackPtr,
605 Ch = DAG.getTruncStore(Ch, dl, Tmp2, StackPtr2, MachinePointerInfo(), EltVT,
608 return DAG.getLoad(VT, dl, Ch, StackPtr,
    [all...]
LegalizeVectorTypes.cpp 807 SDValue Ch = LD->getChain();
819 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset,
826 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset,
832 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
837 ReplaceValueWith(SDValue(LD, 1), Ch);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 326 TreePatternNode(Record *Op, const std::vector<TreePatternNode*> &Ch,
328 : Operator(Op), Val(0), TransformFn(0), Children(Ch) {

Completed in 903 milliseconds

1 2