Home
last modified time | relevance | path

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

12345678910>>...241

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DUnicodeCaseFold.cpp16 int llvm::sys::unicode::foldCharSimple(int C) { in foldCharSimple() argument
17 if (C < 0x0041) in foldCharSimple()
18 return C; in foldCharSimple()
20 if (C <= 0x005a) in foldCharSimple()
21 return C + 32; in foldCharSimple()
23 if (C == 0x00b5) in foldCharSimple()
25 if (C < 0x00c0) in foldCharSimple()
26 return C; in foldCharSimple()
28 if (C <= 0x00d6) in foldCharSimple()
29 return C + 32; in foldCharSimple()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dkeccak1600-armv4.pl90 my @C = map("r$_",(0..9));
159 add @C[9],sp,#$A[4][2]
162 ldmia @C[9],{@C[4]-@C[9]} @ A[4][2..4]
176 ldmia @E[2],{@C[0]-@C[3]} @ A[0][0..1]
179 eor @C[0],@C[0],@E[0]
180 eor @C[1],@C[1],@E[1]
181 eor @C[2],@C[2],@E[2]
183 eor @C[3],@C[3],@E[3]
185 eor @C[4],@C[4],@E[0]
186 eor @C[5],@C[5],@E[1]
[all …]
H A Dkeccak1600-s390x.pl50 my @C = map("%r$_",(0,1,5..7));
65 { my @C = @C; # copy, because we mess them up...
75 lg @C[0],$A[4][0]($src)
76 lg @C[1],$A[4][1]($src)
77 lg @C[2],$A[4][2]($src)
78 lg @C[3],$A[4][3]($src)
79 lg @C[4],$A[4][4]($src)
90 xgr @C[0],@D[0]
91 xg @C[1],$A[0][1]($src)
92 xg @C[2],$A[0][2]($src)
[all …]
H A Dkeccak1600-armv8.pl121 my @C = map("x$_", (26,27,28,30));
127 adr $C[2],iotas
129 stp $C[2],x30,[sp,#16] // 32 bytes on top are mine
134 eor $C[0],$A[0][0],$A[1][0]
136 eor $C[1],$A[0][1],$A[1][1]
137 eor $C[2],$A[0][2],$A[1][2]
138 eor $C[3],$A[0][3],$A[1][3]
140 $C[4]=$A[0][4];
141 $C[5]=$A[1][4];
143 eor $C[4],$A[0][4],$A[1][4]
[all …]
H A Dkeccak1600-x86_64.pl72 my @C = ("%rax","%rbx","%rcx","%rdx","%rbp");
90 mov $A[4][0](%rdi),@C[0]
91 mov $A[4][1](%rdi),@C[1]
92 mov $A[4][2](%rdi),@C[2]
93 mov $A[4][3](%rdi),@C[3]
94 mov $A[4][4](%rdi),@C[4]
104 xor $A[0][2](%rdi),@C[2]
105 xor $A[0][3](%rdi),@C[3]
106 xor @D[0], @C[0]
107 xor $A[0][1](%rdi),@C[1]
[all …]
H A Dkeccak1600-c64x.pl33 my @C = (0..4,$A[3][0],$A[4][0]);
119 XOR A$A[0][2],A$A[1][2],A$C[2] ; Theta
120 || XOR B$A[0][2],B$A[1][2],B$C[2]
121 || XOR A$A[0][3],A$A[1][3],A$C[3]
122 || XOR B$A[0][3],B$A[1][3],B$C[3]
123 || XOR A$A[0][0],A$A[1][0],A$C[0]
124 || XOR B$A[0][0],B$A[1][0],B$C[0]
125 XOR A$A[2][2],A$C[2],A$C[2]
126 || XOR B$A[2][2],B$C[2],B$C[2]
127 || XOR A$A[2][3],A$C[3],A$C[3]
[all …]
H A Dkeccak1600-mmx.pl72 my @C = map("mm$_",(0..4));
86 &movq (@C[0],&QWP($A[4][0],"esi"));
87 &movq (@C[1],&QWP($A[4][1],"esi"));
88 &movq (@C[2],&QWP($A[4][2],"esi"));
89 &movq (@C[3],&QWP($A[4][3],"esi"));
90 &movq (@C[4],&QWP($A[4][4],"esi"));
97 &pxor (@C[0],&QWP($A[0][0],"esi"));
98 &pxor (@C[1],&QWP($A[0][1],"esi"));
99 &pxor (@C[2],&QWP($A[0][2],"esi"));
100 &pxor (@C[3],&QWP($A[0][3],"esi"));
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dkeccak1600-armv4.pl88 my @C = map("r$_",(0..9));
157 add @C[9],sp,#$A[4][2]
160 ldmia @C[9],{@C[4]-@C[9]} @ A[4][2..4]
174 ldmia @E[2],{@C[0]-@C[3]} @ A[0][0..1]
177 eor @C[0],@C[0],@E[0]
178 eor @C[1],@C[1],@E[1]
179 eor @C[2],@C[2],@E[2]
181 eor @C[3],@C[3],@E[3]
183 eor @C[4],@C[4],@E[0]
184 eor @C[5],@C[5],@E[1]
[all …]
H A Dkeccak1600-armv8.pl117 my @C = map("x$_", (26,27,28,30));
123 adr $C[2],iotas
125 stp $C[2],x30,[sp,#16] // 32 bytes on top are mine
130 eor $C[0],$A[0][0],$A[1][0]
132 eor $C[1],$A[0][1],$A[1][1]
133 eor $C[2],$A[0][2],$A[1][2]
134 eor $C[3],$A[0][3],$A[1][3]
136 $C[4]=$A[0][4];
137 $C[5]=$A[1][4];
139 eor $C[4],$A[0][4],$A[1][4]
[all …]
H A Dkeccak1600-s390x.pl48 my @C = map("%r$_",(0,1,5..7));
63 { my @C = @C; # copy, because we mess them up...
73 lg @C[0],$A[4][0]($src)
74 lg @C[1],$A[4][1]($src)
75 lg @C[2],$A[4][2]($src)
76 lg @C[3],$A[4][3]($src)
77 lg @C[4],$A[4][4]($src)
88 xgr @C[0],@D[0]
89 xg @C[1],$A[0][1]($src)
90 xg @C[2],$A[0][2]($src)
[all …]
H A Dkeccak1600-x86_64.pl70 my @C = ("%rax","%rbx","%rcx","%rdx","%rbp");
88 mov $A[4][0](%rdi),@C[0]
89 mov $A[4][1](%rdi),@C[1]
90 mov $A[4][2](%rdi),@C[2]
91 mov $A[4][3](%rdi),@C[3]
92 mov $A[4][4](%rdi),@C[4]
102 xor $A[0][2](%rdi),@C[2]
103 xor $A[0][3](%rdi),@C[3]
104 xor @D[0], @C[0]
105 xor $A[0][1](%rdi),@C[1]
[all …]
H A Dkeccak1600-c64x.pl33 my @C = (0..4,$A[3][0],$A[4][0]);
119 XOR A$A[0][2],A$A[1][2],A$C[2] ; Theta
120 || XOR B$A[0][2],B$A[1][2],B$C[2]
121 || XOR A$A[0][3],A$A[1][3],A$C[3]
122 || XOR B$A[0][3],B$A[1][3],B$C[3]
123 || XOR A$A[0][0],A$A[1][0],A$C[0]
124 || XOR B$A[0][0],B$A[1][0],B$C[0]
125 XOR A$A[2][2],A$C[2],A$C[2]
126 || XOR B$A[2][2],B$C[2],B$C[2]
127 || XOR A$A[2][3],A$C[3],A$C[3]
[all …]
H A Dkeccak1600-mmx.pl73 my @C = map("mm$_",(0..4));
87 &movq (@C[0],&QWP($A[4][0],"esi"));
88 &movq (@C[1],&QWP($A[4][1],"esi"));
89 &movq (@C[2],&QWP($A[4][2],"esi"));
90 &movq (@C[3],&QWP($A[4][3],"esi"));
91 &movq (@C[4],&QWP($A[4][4],"esi"));
98 &pxor (@C[0],&QWP($A[0][0],"esi"));
99 &pxor (@C[1],&QWP($A[0][1],"esi"));
100 &pxor (@C[2],&QWP($A[0][2],"esi"));
101 &pxor (@C[3],&QWP($A[0][3],"esi"));
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go29 C C.LLVMContextRef member
32 C C.LLVMModuleRef member
35 C C.LLVMTypeRef member
38 C C.LLVMValueRef member
41 C C.LLVMComdatRef member
44 C C.LLVMBasicBlockRef member
47 C C.LLVMBuilderRef member
50 C C.LLVMModuleProviderRef member
53 C C.LLVMMemoryBufferRef member
56 C C.LLVMPassManagerRef member
[all …]
H A Dtarget.go27 C C.LLVMTargetDataRef member
30 C C.LLVMTargetRef member
33 C C.LLVMTargetMachineRef member
35 ByteOrdering C.enum_LLVMByteOrdering
36 RelocMode C.LLVMRelocMode
37 CodeGenOptLevel C.LLVMCodeGenOptLevel
38 CodeGenFileType C.LLVMCodeGenFileType
39 CodeModel C.LLVMCodeModel
43 BigEndian ByteOrdering = C.LLVMBigEndian
44 LittleEndian ByteOrdering = C.LLVMLittleEndian
[all …]
H A Ddibuilder.go91 ref C.LLVMDIBuilderRef
97 d := C.LLVMCreateDIBuilder(m.C)
103 C.LLVMDisposeDIBuilder(d.ref)
108 C.LLVMDIBuilderFinalize(d.ref)
126 file := C.CString(cu.File)
127 defer C.free(unsafe.Pointer(file))
128 dir := C.CString(cu.Dir)
129 defer C.free(unsafe.Pointer(dir))
130 producer := C.CString(cu.Producer)
131 defer C.free(unsafe.Pointer(producer))
[all …]
H A Dexecutionengine.go24 func LinkInMCJIT() { C.LLVMLinkInMCJIT() }
25 func LinkInInterpreter() { C.LLVMLinkInInterpreter() }
28 C C.LLVMGenericValueRef member
31 C C.LLVMExecutionEngineRef member
35 C C.struct_LLVMMCJITCompilerOptions member
39 options.C.OptLevel = C.uint(level)
43 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
47 options.C.EnableFastISel = boolToLLVMBool(fastisel)
51 options.C.CodeModel = C.LLVMCodeModel(CodeModel)
55 func llvmGenericValueRefPtr(t *GenericValue) *C.LLVMGenericValueRef {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst.cc41 #ifndef C
42 # define C char macro
52 template struct __moneypunct_cache<C, false>;
53 template struct __moneypunct_cache<C, true>;
56 template class moneypunct<C, false>;
57 template class moneypunct<C, true>;
58 template class moneypunct_byname<C, false>;
59 template class moneypunct_byname<C, true>;
62 template class money_get<C, istreambuf_iterator<C> >;
63 template class money_put<C, ostreambuf_iterator<C> >;
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dkeccak1600.c126 uint64_t C[5], D[5]; in Theta() local
129 C[0] = A[0][0]; in Theta()
130 C[1] = A[0][1]; in Theta()
131 C[2] = A[0][2]; in Theta()
132 C[3] = A[0][3]; in Theta()
133 C[4] = A[0][4]; in Theta()
136 C[0] ^= A[y][0]; in Theta()
137 C[1] ^= A[y][1]; in Theta()
138 C[2] ^= A[y][2]; in Theta()
139 C[3] ^= A[y][3]; in Theta()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/
H A Dkeccak1600.c119 uint64_t C[5], D[5]; in Theta() local
122 C[0] = A[0][0]; in Theta()
123 C[1] = A[0][1]; in Theta()
124 C[2] = A[0][2]; in Theta()
125 C[3] = A[0][3]; in Theta()
126 C[4] = A[0][4]; in Theta()
129 C[0] ^= A[y][0]; in Theta()
130 C[1] ^= A[y][1]; in Theta()
131 C[2] ^= A[y][2]; in Theta()
132 C[3] ^= A[y][3]; in Theta()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp52 StringRef upto(Cursor C) const { in upto()
53 assert(C.Ptr >= Ptr && C.Ptr <= End); in upto()
54 return StringRef(Ptr, C.Ptr - Ptr); in upto()
87 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() argument
88 while (isblank(C.peek())) in skipWhitespace()
89 C.advance(); in skipWhitespace()
90 return C; in skipWhitespace()
93 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() argument
96 static Cursor skipComment(Cursor C) { in skipComment() argument
97 if (C.peek() != ';') in skipComment()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst-numeric.h25 #ifndef C
32 template const num_get<C>& use_facet<num_get<C> >(const locale&); in _GLIBCXX_VISIBILITY()
33 template const num_put<C>& use_facet<num_put<C> >(const locale&); in _GLIBCXX_VISIBILITY()
35 template bool has_facet<num_get<C> >(const locale&); in _GLIBCXX_VISIBILITY()
36 template bool has_facet<num_put<C> >(const locale&); in _GLIBCXX_VISIBILITY()
42 template class num_get<C, istreambuf_iterator<C> >; in _GLIBCXX_VISIBILITY()
43 template class num_put<C, ostreambuf_iterator<C> >; in _GLIBCXX_VISIBILITY()
48 istreambuf_iterator<C> in _GLIBCXX_VISIBILITY()
49 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
50 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale-inst.cc41 #ifndef C
42 # define C char macro
55 template struct __moneypunct_cache<C, false>;
56 template struct __moneypunct_cache<C, true>;
59 template class moneypunct<C, false>;
60 template class moneypunct<C, true>;
61 template class moneypunct_byname<C, false>;
62 template class moneypunct_byname<C, true>;
67 template struct __numpunct_cache<C>;
70 template class numpunct<C>;
[all …]
/netbsd-src/sys/arch/atari/stand/keymaps/de/
H A Dde-kbdmap.c16 #define C KBD_MODE_CAPS macro
26 /* 0x0C */ { C, 0xDF }, { 0, '\'' }, { 0, '\b' }, { 0, '\t' },
27 /* 0x10 */ { C, 'q' }, { C, 'w' }, { C, 'e' }, { C, 'r' },
28 /* 0x14 */ { C, 't' }, { C, 'z' }, { C, 'u' }, { C, 'i' },
29 /* 0x18 */ { C, 'o' }, { C, 'p' }, { C, 0xFC }, { 0, '+' },
30 /* 0x1C */ { 0, '\r' }, { 0, 0 }, { C, 'a' }, { C, 's' },
31 /* 0x20 */ { C, 'd' }, { C, 'f' }, { C, 'g' }, { C, 'h' },
32 /* 0x24 */ { C, 'j' }, { C, 'k' }, { C, 'l' }, { C, 0xF6 },
33 /* 0x28 */ { C, 0xE4 }, { 0, '#' }, { 0, 0 }, { 0, '~' },
34 /* 0x2C */ { C, 'y' }, { C, 'x' }, { C, 'c' }, { C, 'v' },
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Daorsmul_1.asm85 ldq r3, 0(up) C
86 and r18, 7, r20 C
87 lda r18, -9(r18) C
88 cmpeq r20, 1, r21 C
89 beq r21, $L1 C
91 $1mod8: ldq r5, 0(rp) C
92 mulq v0, r3, r7 C
93 umulh v0, r3, r8 C
94 ADDSUB r5, r7, r23 C
95 CMPCY( r5, r23), r20 C
[all …]

12345678910>>...241