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

1 2

  /external/clang/lib/AST/
TemplateBase.cpp 43 const unsigned char Ch = Val->getZExtValue();
44 const std::string Str(1, Ch);
45 Out << ((Ch == '\'') ? "'\\" : "'");
  /external/bison/lib/
strtol.c 201 # 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/bouncycastle/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.12/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/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 34 char Ch = Feature[0];
36 return Ch == '+' || Ch =='-';
50 char Ch = Feature[0];
52 return Ch == '+';
  /external/openssl/crypto/sha/asm/
sha256-armv4.s 51 eor r2,r2,r10 @ Ch(e,f,g)
81 eor r2,r2,r9 @ Ch(e,f,g)
111 eor r2,r2,r8 @ Ch(e,f,g)
141 eor r2,r2,r7 @ Ch(e,f,g)
171 eor r2,r2,r6 @ Ch(e,f,g)
201 eor r2,r2,r5 @ Ch(e,f,g)
231 eor r2,r2,r4 @ Ch(e,f,g)
261 eor r2,r2,r11 @ Ch(e,f,g)
291 eor r2,r2,r10 @ Ch(e,f,g)
321 eor r2,r2,r9 @ Ch(e,f,g
    [all...]
sha512-armv4.s 140 eor r10,r10,r12 @ Ch(e,f,g)
145 adc r4,r4,r10 @ T += Ch(e,f,g)
280 eor r10,r10,r12 @ Ch(e,f,g)
285 adc r4,r4,r10 @ T += Ch(e,f,g)
sha512-armv4.pl 100 eor $t1,$t1,$t3 @ Ch(e,f,g)
105 adc $Thi,$Thi,$t1 @ T += Ch(e,f,g)
sha256-armv4.pl 67 eor $t1,$t1,$g @ Ch(e,f,g)
  /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/wpa_supplicant_8/src/crypto/
sha256-internal.c 84 #define Ch(x,y,z) (z ^ (x & (y ^ z)))
120 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 435 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
469 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
483 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
518 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
530 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
546 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
  /external/wpa_supplicant/
sha256.c 218 #define Ch(x,y,z) (z ^ (x & (y ^ z)))
254 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 221 #define Ch(x,y,z) (z ^ (x & (y ^ z)))
257 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 659 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Tmp1, StackPtr,
671 Ch = DAG.getTruncStore(Ch, dl, Tmp2, StackPtr2, MachinePointerInfo(), EltVT,
674 return DAG.getLoad(VT, dl, Ch, StackPtr,
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 709 SDValue Ch = LD->getChain();
720 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset,
727 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset,
733 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
738 ReplaceValueWith(SDValue(LD, 1), Ch);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 325 TreePatternNode(Record *Op, const std::vector<TreePatternNode*> &Ch,
327 : Operator(Op), Val(0), TransformFn(0), Children(Ch) {
  /external/quake/quake/src/QW/client/
sys_wina.asm 282 or ah,00Ch
  /external/qemu-pc-bios/vgabios/
clext.c 1532 ;; 8Ch
1552 ;; 9Ch
1594 ;; 0Ch

Completed in 610 milliseconds

1 2