Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 3209) sorted by relevance

12345678910>>...129

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeCaseFold.cpp48 if (C <= 0x0147 && C % 2 == 1) in foldCharSimple()
61 if (C <= 0x017d && C % 2 == 1) in foldCharSimple()
155 if (C <= 0x01b5 && C % 2 == 1) in foldCharSimple()
163 if (C <= 0x01bc && C % 4 == 0) in foldCharSimple()
183 if (C <= 0x01db && C % 2 == 1) in foldCharSimple()
361 if (C <= 0x04cd && C % 2 == 1) in foldCharSimple()
381 if (C <= 0x10cd && C % 6 == 5) in foldCharSimple()
468 if (C <= 0x1f5f && C % 2 == 1) in foldCharSimple()
601 if (C <= 0x2c6b && C % 2 == 1) in foldCharSimple()
618 if (C <= 0x2c75 && C % 3 == 2) in foldCharSimple()
[all …]
H A DSHA1.cpp59 E += (((B | C) & D) | (B & C)) + blk(Buf, I) + 0x8F1BBCDC + rol(A, 5); in r3()
94 uint32_t C = InternalState.State[2]; in hashBlock() local
99 r0(A, B, C, D, E, 0, InternalState.Buffer.L); in hashBlock()
100 r0(E, A, B, C, D, 1, InternalState.Buffer.L); in hashBlock()
101 r0(D, E, A, B, C, 2, InternalState.Buffer.L); in hashBlock()
102 r0(C, D, E, A, B, 3, InternalState.Buffer.L); in hashBlock()
103 r0(B, C, D, E, A, 4, InternalState.Buffer.L); in hashBlock()
104 r0(A, B, C, D, E, 5, InternalState.Buffer.L); in hashBlock()
185 InternalState.State[2] += C; in hashBlock()
232 for (uint8_t C : Data) in update() local
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl305 eor @C[1],@C[9],@C[2]
309 eor @C[3],@C[3],@C[6]
315 eor @C[5],@C[5],@C[8]
320 eor @C[7],@C[7],@C[4]
322 eor @C[6],@C[6],@C[5]
330 eor @C[0],@C[0],@C[4]
416 eor @C[6],@C[6],@C[4]
418 eor @C[7],@C[7],@C[5]
489 eor @C[4],@C[4],@C[6]
490 eor @C[5],@C[5],@C[7]
[all …]
H A Dkeccak1600-s390x.pl142 ogr @C[1],@C[2]
151 ngr @C[4],@C[3]
154 xgr @C[2],@C[1] # not @C[2]
156 ogr @C[2],@C[3]
184 ogr @C[0],@C[4]
194 xgr @C[4],@C[0] # not @C[4]
200 ngr @C[3],@C[2]
225 ngr @C[2],@C[3]
233 ngr @C[4],@C[3]
240 ngr @C[1],@C[0]
[all …]
H A Dkeccak1600-x86_64.pl155 or @C[2],@C[1]
163 and @C[3],@C[4]
169 or @C[3],@C[2]
197 or @C[4],@C[0]
210 or @C[3],@C[4]
215 and @C[2],@C[3]
245 and @C[3],@C[4]
255 and @C[0],@C[1]
278 or @C[3],@C[2]
286 or @C[3],@C[4]
[all …]
H A Dkeccak1600-armv8.pl162 eor $C[5],$C[0],$C[2],ror#63
170 eor $C[5],$C[1],$C[3],ror#63
171 eor $C[2],$C[2],$C[4],ror#63
172 eor $C[3],$C[3],$C[0],ror#63
173 eor $C[4],$C[4],$C[1],ror#63
401 subs $C[0],$C[2],$C[3] // len - bsz
573 rax1 $C[5],$C[0],$C[2] // D[1]
574 rax1 $C[6],$C[1],$C[3] // D[2]
575 rax1 $C[2],$C[2],$C[4] // D[3]
576 rax1 $C[3],$C[3],$C[0] // D[4]
[all …]
H A Dkeccak1600-c64x.pl154 || ROTL A$C[2],0,B$C[5]
160 || ROTL A$C[3],0,B$C[6]
165 || XOR A$C[0],A$C[5],A$C[5] ; C[0] ^ ROL64(C[2],1)
166 || XOR B$C[0],B$C[5],B$C[5]
178 || ROTL A$C[4],0,B$C[5]
180 || XOR B$C[1],B$C[6],B$C[6]
188 || ROTL A$C[1],0,B$C[1]
194 || ROTL A$C[0],0,B$C[6]
196 || XOR B$C[5],B$C[2],B$C[2]
204 || XOR B$C[6],B$C[3],B$C[3]
[all …]
H A Dkeccak1600-mmx.pl127 &psrlq (@C[0],63);
136 &movq (@C[0],@C[1]);
149 &pxor (@C[1],@C[3]);
152 &pxor (@C[2],@C[4]);
159 &pxor (@C[3],@C[2]);
172 &pxor (@C[2],@C[1]);
192 &pandn (@C[2],@C[3]);
194 &pxor (@C[2],@C[1]);
201 &pandn (@C[3],@C[4]);
202 &pandn (@C[4],@C[0]);
[all …]
H A Dkeccak1600-ppc64.pl120 rotldi $C[5],$C[2],1
122 rotldi $C[6],$C[3],1
123 xor $C[5],$C[5],$C[0]
124 rotldi $C[7],$C[4],1
132 rotldi $C[5],$C[0],1
133 xor $C[6],$C[6],$C[1]
134 xor $C[2],$C[2],$C[7]
135 rotldi $C[7],$C[1],1
136 xor $C[3],$C[3],$C[5]
137 xor $C[4],$C[4],$C[7]
[all …]
/freebsd/crypto/openssl/crypto/sha/
H A Dkeccak1600.c313 A[0][1] = C[1] ^ (~C[2] & C[3]); in Round()
314 A[0][2] = C[2] ^ (~C[3] & C[4]); in Round()
315 A[0][3] = C[3] ^ (~C[4] & C[0]); in Round()
316 A[0][4] = C[4] ^ (~C[0] & C[1]); in Round()
330 A[1][0] = C[0] ^ (~C[1] & C[2]); in Round()
331 A[1][1] = C[1] ^ (~C[2] & C[3]); in Round()
332 A[1][2] = C[2] ^ (~C[3] & C[4]); in Round()
333 A[1][3] = C[3] ^ (~C[4] & C[0]); in Round()
334 A[1][4] = C[4] ^ (~C[0] & C[1]); in Round()
342 A[2][0] = C[0] ^ (~C[1] & C[2]); in Round()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp51 assert(C.Ptr >= Ptr && C.Ptr <= End); in upto()
91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() argument
105 if (C.peek() != '/' || C.peek(1) != '*') in skipMachineOperandComment()
108 while (C.peek() != '*' || C.peek(1) != '/') in skipMachineOperandComment()
119 return isalpha(C) || isdigit(C) || C == '_' || C == '-' || C == '.' || in isIdentifierChar()
156 for (C.advance(); C.peek() != '"'; C.advance()) { in lexStringConstant()
549 return C == 'H' || C == 'K' || C == 'L' || C == 'M' || C == 'R'; in isValidHexFloatingPointPrefix()
559 ((C.peek(1) == '-' || C.peek(1) == '+') && isdigit(C.peek(2))))) { in lexFloatingPointLiteral()
569 if (C.peek() != '0' || (C.peek(1) != 'x' && C.peek(1) != 'X')) in maybeLexHexadecimalLiteral()
591 if (!isdigit(C.peek()) && (C.peek() != '-' || !isdigit(C.peek(1)))) in maybeLexNumericalLiteral()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp220 reportBug(getArgumentValueString(CE, C), C); in analyzerEval()
249 reportBug(getArgumentValueString(CE, C), C); in analyzerCheckInlined()
271 C.getConstraintManager().printValue(Out, C.getState(), Sym); in printHelper()
299 reportBug("n/a", C); in analyzerValue()
308 QualType Ty = C.getSVal(Arg).getType(C.getASTContext()); in analyzerDumpSValType()
319 printAndReport(C, V); in analyzerDump()
362 C.getState(), C.getSVal(getArgExpr(CE, C)), ElementTy); in analyzerDumpElementCount()
368 C.getState()->dump(); in analyzerPrintState()
443 C); in analyzerDenote()
461 C.addTransition(C.getState()->set<DenotedSymbols>(Sym, E)); in analyzerDenote()
[all …]
H A DErrnoTesterChecker.cpp87 C.addTransition(setErrnoValue(C.getState(), C.getLocationContext(), in evalSetErrno()
100 C.addTransition(State); in evalGetErrno()
116 C.addTransition(StateSuccess); in evalSetErrnoIfError()
117 C.addTransition(StateFailure); in evalSetErrnoIfError()
132 nullptr, Call.getOriginExpr(), C.getLocationContext(), C.blockCount()); in evalSetErrnoIfErrorRange()
138 C.addTransition(StateSuccess); in evalSetErrnoIfErrorRange()
139 C.addTransition(StateFailure); in evalSetErrnoIfErrorRange()
159 C.addTransition(StateSuccess, in evalSetErrnoCheckState()
163 C.addTransition( in evalSetErrnoCheckState()
173 (*Fn)(C, Call); in evalCall()
[all …]
H A DUnixAPIChecker.cpp116 CheckOpen(C, CE); in checkPreStmt()
119 CheckOpenAt(C, CE); in checkPreStmt()
122 CheckPthreadOnce(C, CE); in checkPreStmt()
190 ReportOpenBug(C, state, in CheckOpenVariant()
201 ReportOpenBug(C, state, in CheckOpenVariant()
465 CheckCallocZero(C, CE); in checkPreStmt()
468 CheckMallocZero(C, CE); in checkPreStmt()
471 CheckReallocZero(C, CE); in checkPreStmt()
474 CheckReallocfZero(C, CE); in checkPreStmt()
477 CheckAllocaZero(C, CE); in checkPreStmt()
[all …]
H A DObjCSelfInitChecker.cpp123 C.addTransition(state); in addSelfFlag()
135 SVal exprVal = C.getSVal(E); in isInvalidSelf()
152 if (!isInvalidSelf(E, C)) in checkForInvalidSelf()
202 E->getBase(), C, in checkPostStmt()
251 if (isSelfVar(argV, C)) { in checkPreCall()
280 if (isSelfVar(argV, C)) { in checkPostCall()
296 C.addTransition(state); in checkPostCall()
311 C); in checkLocation()
322 if ((isSelfVar(loc, C)) && in checkBind()
325 !isSelfVar(val, C)) { in checkBind()
[all …]
H A DStreamChecker.cpp190 return C.getSValBuilder() in makeRetVal()
553 initMacroValues(C); in checkPreCall()
571 return C.isDifferent(); in evalCall()
612 C.addTransition(State); in preFreopen()
686 CE, C.getLocationContext(), SVB.makeIntVal(0, C.getASTContext().IntTy)); in evalFclose()
801 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFreadFwrite()
887 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFgetx()
1051 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFscanf()
1146 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalGetdelim()
1215 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFseek()
[all …]
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_dgst.c32 c->C = RIPEMD160_C; in RIPEMD160_Init()
61 C = ctx->C; in ripemd160_block_data_order()
69 RIP1(A, B, C, D, E, WL00, SL00); in ripemd160_block_data_order()
72 RIP1(E, A, B, C, D, WL01, SL01); in ripemd160_block_data_order()
75 RIP1(D, E, A, B, C, WL02, SL02); in ripemd160_block_data_order()
78 RIP1(C, D, E, A, B, WL03, SL03); in ripemd160_block_data_order()
184 c = C; in ripemd160_block_data_order()
190 C = ctx->C; in ripemd160_block_data_order()
280 ctx->B = ctx->C + d + E; in ripemd160_block_data_order()
281 ctx->C = ctx->D + e + A; in ripemd160_block_data_order()
[all …]
/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_dgst.c34 c->C = INIT_DATA_C; in MD5_Init()
46 register unsigned MD32_REG_T A, B, C, D, l; in md5_block_data_order() local
59 C = c->C; in md5_block_data_order()
68 R0(A, B, C, D, X(0), 7, 0xd76aa478L); in md5_block_data_order()
71 R0(D, A, B, C, X(1), 12, 0xe8c7b756L); in md5_block_data_order()
74 R0(C, D, A, B, X(2), 17, 0x242070dbL); in md5_block_data_order()
77 R0(B, C, D, A, X(3), 22, 0xc1bdceeeL); in md5_block_data_order()
80 R0(A, B, C, D, X(4), 7, 0xf57c0fafL); in md5_block_data_order()
92 R0(A, B, C, D, X(8), 7, 0x698098d8L); in md5_block_data_order()
113 R1(A, B, C, D, X(1), 5, 0xf61e2562L); in md5_block_data_order()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp100 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in FullCommentParts()
325 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in visitParagraphComment()
461 visit(C); in visitFullComment()
489 if (!C) in visitNonStandaloneParagraphComment()
492 for (Comment::child_iterator I = C->child_begin(), E = C->child_end(); in visitNonStandaloneParagraphComment()
501 switch (C) { in appendToResultWithHTMLEscaping()
521 Result << C; in appendToResultWithHTMLEscaping()
776 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
1069 visit(C); in visitFullComment()
1081 switch (C) { in appendToResultWithXMLEscaping()
[all …]
/freebsd/sbin/growfs/
H A Ddebug.h70 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument
71 #define DBG_DUMP_FS(F,C) dbg_dump_fs((F),(C)) argument
72 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument
73 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument
77 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument
78 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument
79 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument
80 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument
81 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument
83 #define DBG_DUMP_SPTBL(F,C,M) dbg_dump_sptbl((F),(C),(M)) argument
[all …]
/freebsd/crypto/openssl/crypto/md4/
H A Dmd4_dgst.c34 c->C = INIT_DATA_C; in MD4_Init()
59 C = c->C; in md4_block_data_order()
68 R0(A, B, C, D, X(0), 3, 0); in md4_block_data_order()
71 R0(D, A, B, C, X(1), 7, 0); in md4_block_data_order()
74 R0(C, D, A, B, X(2), 11, 0); in md4_block_data_order()
77 R0(B, C, D, A, X(3), 19, 0); in md4_block_data_order()
80 R0(A, B, C, D, X(4), 3, 0); in md4_block_data_order()
83 R0(D, A, B, C, X(5), 7, 0); in md4_block_data_order()
92 R0(A, B, C, D, X(8), 3, 0); in md4_block_data_order()
95 R0(D, A, B, C, X(9), 7, 0); in md4_block_data_order()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h31 inline unsigned char getSwappedBytes(unsigned char C) { return llvm::byteswap(C); } in getSwappedBytes() argument
32 inline signed char getSwappedBytes( signed char C) { return llvm::byteswap(C); } in getSwappedBytes() argument
33 inline char getSwappedBytes( char C) { return llvm::byteswap(C); } in getSwappedBytes() argument
35 inline unsigned short getSwappedBytes(unsigned short C) { return llvm::byteswap(C); } in getSwappedBytes() argument
36 inline signed short getSwappedBytes( signed short C) { return llvm::byteswap(C); } in getSwappedBytes() argument
38 inline unsigned int getSwappedBytes(unsigned int C) { return llvm::byteswap(C); } in getSwappedBytes() argument
39 inline signed int getSwappedBytes( signed int C) { return llvm::byteswap(C); } in getSwappedBytes() argument
41 inline unsigned long getSwappedBytes(unsigned long C) { return llvm::byteswap(C); } in getSwappedBytes() argument
42 inline signed long getSwappedBytes( signed long C) { return llvm::byteswap(C); } in getSwappedBytes() argument
44 inline unsigned long long getSwappedBytes(unsigned long long C) { return llvm::byteswap(C); } in getSwappedBytes() argument
[all …]
/freebsd/lib/libmd/
H A Drmd160c.c92 c->C=RIPEMD160_C; in RIPEMD160_Init()
268 u_int32_t A,B,C,D,E; in ripemd160_block() local
273 A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E; in ripemd160_block()
275 RIP1(A,B,C,D,E,WL00,SL00); in ripemd160_block()
276 RIP1(E,A,B,C,D,WL01,SL01); in ripemd160_block()
360 a=A; b=B; c=C; d=D; e=E; in ripemd160_block()
362 A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E; in ripemd160_block()
450 ctx->B=ctx->C+d+E; in ripemd160_block()
451 ctx->C=ctx->D+e+A; in ripemd160_block()
453 ctx->E=ctx->A+b+C; in ripemd160_block()
[all …]
/freebsd/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl30 $C="ecx";
37 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
53 local(%n)=($A,$D,$B,$A,$C,$B,$D,$C);
61 &mov($tmp1,$C) if $pos < 0;
198 &mov($C, &wparam(2));
200 &shl($C, 6);
203 &sub($C, 64);
205 &push($C); # Put on the TOS
207 &mov($C, &DWP( 8,$tmp1,"",0));
297 &add($C,$tmp1);
[all …]
/freebsd/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl25 $C="edi";
84 local(%n)=($A,$E,$B,$A,$C,$B,$D,$C,$E,$D);
330 &mov($C, &DWP( 8,$tmp2,"",0));
355 &mov($tmp1, $C);
360 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
448 &mov(&swtmp(16+2), $C);
451 &mov($C, &DWP( 8,$tmp2,"",0));
565 &add($C, $tmp1);
567 &add($C, $tmp1);
576 &mov(&DWP(16,$tmp2,"",0), $C);
[all …]

12345678910>>...129