Home
last modified time | relevance | path

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

12345678910>>...378

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
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 …]
/external/libhevc/common/arm/
Dihevc_func_selector.h41 #define INTER_PRED_LUMA_COPY C
42 #define INTER_PRED_LUMA_HORZ C
43 #define INTER_PRED_LUMA_VERT C
44 #define INTER_PRED_LUMA_COPY_W16OUT C
45 #define INTER_PRED_LUMA_HORZ_W16OUT C
47 #define INTER_PRED_LUMA_VERT_W16OUT C
48 #define INTER_PRED_LUMA_VERT_W16INP C
49 #define INTER_PRED_LUMA_VERT_W16INP_W16OUT C
51 #define INTER_PRED_CHROMA_COPY C
52 #define INTER_PRED_CHROMA_HORZ C
[all …]
/external/libhevc/common/mips/
Dihevc_func_selector.h41 #define INTER_PRED_LUMA_COPY C
42 #define INTER_PRED_LUMA_HORZ C
43 #define INTER_PRED_LUMA_VERT C
44 #define INTER_PRED_LUMA_COPY_W16OUT C
45 #define INTER_PRED_LUMA_HORZ_W16OUT C
47 #define INTER_PRED_LUMA_VERT_W16OUT C
48 #define INTER_PRED_LUMA_VERT_W16INP C
49 #define INTER_PRED_LUMA_VERT_W16INP_W16OUT C
51 #define INTER_PRED_CHROMA_COPY C
52 #define INTER_PRED_CHROMA_HORZ C
[all …]
/external/libhevc/common/x86/
Dihevc_func_selector.h42 #define INTER_PRED_LUMA_COPY C
43 #define INTER_PRED_LUMA_HORZ C
44 #define INTER_PRED_LUMA_VERT C
45 #define INTER_PRED_LUMA_COPY_W16OUT C
46 #define INTER_PRED_LUMA_HORZ_W16OUT C
47 #define INTER_PRED_LUMA_VERT_W16OUT C
48 #define INTER_PRED_LUMA_VERT_W16INP C
49 #define INTER_PRED_LUMA_VERT_W16INP_W16OUT C
51 #define INTER_PRED_CHROMA_COPY C
52 #define INTER_PRED_CHROMA_HORZ C
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go30 C C.LLVMContextRef member
33 C C.LLVMModuleRef member
36 C C.LLVMTypeRef member
39 C C.LLVMValueRef member
42 C C.LLVMComdatRef member
45 C C.LLVMBasicBlockRef member
48 C C.LLVMBuilderRef member
51 C C.LLVMModuleProviderRef member
54 C C.LLVMMemoryBufferRef member
57 C C.LLVMPassManagerRef member
[all …]
Dtarget.go28 C C.LLVMTargetDataRef member
31 C C.LLVMTargetRef member
34 C C.LLVMTargetMachineRef member
36 ByteOrdering C.enum_LLVMByteOrdering
37 RelocMode C.LLVMRelocMode
38 CodeGenOptLevel C.LLVMCodeGenOptLevel
39 CodeGenFileType C.LLVMCodeGenFileType
40 CodeModel C.LLVMCodeModel
44 BigEndian ByteOrdering = C.LLVMBigEndian
45 LittleEndian ByteOrdering = C.LLVMLittleEndian
[all …]
Dexecutionengine.go25 func LinkInMCJIT() { C.LLVMLinkInMCJIT() }
26 func LinkInInterpreter() { C.LLVMLinkInInterpreter() }
29 C C.LLVMGenericValueRef member
32 C C.LLVMExecutionEngineRef member
36 C C.struct_LLVMMCJITCompilerOptions member
40 options.C.OptLevel = C.uint(level)
44 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
52 options.C.CodeModel = C.LLVMCodeModel(CodeModel)
56 func llvmGenericValueRefPtr(t *GenericValue) *C.LLVMGenericValueRef {
[all …]
Ddibuilder.go92 ref C.LLVMDIBuilderRef
98 d := C.LLVMCreateDIBuilder(m.C)
104 C.LLVMDisposeDIBuilder(d.ref)
109 C.LLVMDIBuilderFinalize(d.ref)
125 file := C.CString(cu.File)
126 defer C.free(unsafe.Pointer(file))
127 dir := C.CString(cu.Dir)
128 defer C.free(unsafe.Pointer(dir))
129 producer := C.CString(cu.Producer)
130 defer C.free(unsafe.Pointer(producer))
[all …]
/external/llvm/bindings/go/llvm/
Dir.go29 C C.LLVMContextRef member
32 C C.LLVMModuleRef member
35 C C.LLVMTypeRef member
38 C C.LLVMValueRef member
41 C C.LLVMBasicBlockRef member
44 C C.LLVMBuilderRef member
47 C C.LLVMModuleProviderRef member
50 C C.LLVMMemoryBufferRef member
53 C C.LLVMPassManagerRef member
56 C C.LLVMUseRef member
[all …]
Dtarget.go28 C C.LLVMTargetDataRef member
31 C C.LLVMTargetRef member
34 C C.LLVMTargetMachineRef member
36 ByteOrdering C.enum_LLVMByteOrdering
37 RelocMode C.LLVMRelocMode
38 CodeGenOptLevel C.LLVMCodeGenOptLevel
39 CodeGenFileType C.LLVMCodeGenFileType
40 CodeModel C.LLVMCodeModel
44 BigEndian ByteOrdering = C.LLVMBigEndian
45 LittleEndian ByteOrdering = C.LLVMLittleEndian
[all …]
Dexecutionengine.go25 func LinkInMCJIT() { C.LLVMLinkInMCJIT() }
26 func LinkInInterpreter() { C.LLVMLinkInInterpreter() }
29 C C.LLVMGenericValueRef member
32 C C.LLVMExecutionEngineRef member
36 C C.struct_LLVMMCJITCompilerOptions member
40 options.C.OptLevel = C.uint(level)
44 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
48 options.C.EnableFastISel = boolToLLVMBool(fastisel)
52 options.C.CodeModel = C.LLVMCodeModel(CodeModel)
56 func llvmGenericValueRefPtr(t *GenericValue) *C.LLVMGenericValueRef {
[all …]
Ddibuilder.go92 ref C.LLVMDIBuilderRef
98 d := C.LLVMNewDIBuilder(m.C)
104 C.LLVMDIBuilderDestroy(d.ref)
109 C.LLVMDIBuilderFinalize(d.ref)
125 file := C.CString(cu.File)
126 defer C.free(unsafe.Pointer(file))
127 dir := C.CString(cu.Dir)
128 defer C.free(unsafe.Pointer(dir))
129 producer := C.CString(cu.Producer)
130 defer C.free(unsafe.Pointer(producer))
[all …]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_freebsd.go160 sizeofPtr = C.sizeofPtr
161 sizeofShort = C.sizeof_short
162 sizeofInt = C.sizeof_int
163 sizeofLong = C.sizeof_long
164 sizeofLongLong = C.sizeof_longlong
170 _C_short C.short
171 _C_int C.int
172 _C_long C.long
173 _C_long_long C.longlong
178 type Timespec C.struct_timespec
[all …]
Dtypes_solaris.go81 sizeofPtr = C.sizeofPtr
82 sizeofShort = C.sizeof_short
83 sizeofInt = C.sizeof_int
84 sizeofLong = C.sizeof_long
85 sizeofLongLong = C.sizeof_longlong
86 PathMax = C.PATH_MAX
87 MaxHostNameLen = C.MAXHOSTNAMELEN
93 _C_short C.short
94 _C_int C.int
95 _C_long C.long
[all …]
Dtypes_openbsd.go72 sizeofPtr = C.sizeofPtr
73 sizeofShort = C.sizeof_short
74 sizeofInt = C.sizeof_int
75 sizeofLong = C.sizeof_long
76 sizeofLongLong = C.sizeof_longlong
82 _C_short C.short
83 _C_int C.int
84 _C_long C.long
85 _C_long_long C.longlong
90 type Timespec C.struct_timespec
[all …]
Dtypes_dragonfly.go71 sizeofPtr = C.sizeofPtr
72 sizeofShort = C.sizeof_short
73 sizeofInt = C.sizeof_int
74 sizeofLong = C.sizeof_long
75 sizeofLongLong = C.sizeof_longlong
81 _C_short C.short
82 _C_int C.int
83 _C_long C.long
84 _C_long_long C.longlong
89 type Timespec C.struct_timespec
[all …]
Dtypes_darwin.go76 sizeofPtr = C.sizeofPtr
77 sizeofShort = C.sizeof_short
78 sizeofInt = C.sizeof_int
79 sizeofLong = C.sizeof_long
80 sizeofLongLong = C.sizeof_longlong
86 _C_short C.short
87 _C_int C.int
88 _C_long C.long
89 _C_long_long C.longlong
94 type Timespec C.struct_timespec
[all …]
Dtypes_netbsd.go73 sizeofPtr = C.sizeofPtr
74 sizeofShort = C.sizeof_short
75 sizeofInt = C.sizeof_int
76 sizeofLong = C.sizeof_long
77 sizeofLongLong = C.sizeof_longlong
83 _C_short C.short
84 _C_int C.int
85 _C_long C.long
86 _C_long_long C.longlong
91 type Timespec C.struct_timespec
[all …]
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp50 StringRef upto(Cursor C) const { in upto()
51 assert(C.Ptr >= Ptr && C.Ptr <= End); in upto()
52 return StringRef(Ptr, C.Ptr - Ptr); in upto()
85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() argument
86 while (isblank(C.peek())) in skipWhitespace()
87 C.advance(); in skipWhitespace()
88 return C; in skipWhitespace()
91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() argument
94 static Cursor skipComment(Cursor C) { in skipComment() argument
95 if (C.peek() != ';') in skipComment()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp56 StringRef upto(Cursor C) const { in upto()
57 assert(C.Ptr >= Ptr && C.Ptr <= End); in upto()
58 return StringRef(Ptr, C.Ptr - Ptr); in upto()
91 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() argument
92 while (isblank(C.peek())) in skipWhitespace()
93 C.advance(); in skipWhitespace()
94 return C; in skipWhitespace()
97 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() argument
100 static Cursor skipComment(Cursor C) { in skipComment() argument
101 if (C.peek() != ';') in skipComment()
[all …]
/external/python/cpython2/Modules/
Dcmathmodule.c1107 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in initcmath() macro
1110 C(P34,INF) C(P,INF) C(P,INF) C(P,-INF) C(P,-INF) C(P34,-INF) C(N,INF) in initcmath()
1111 C(P12,INF) C(U,U) C(U,U) C(U,U) C(U,U) C(P12,-INF) C(N,N) in initcmath()
1112 C(P12,INF) C(U,U) C(P12,0.) C(P12,-0.) C(U,U) C(P12,-INF) C(P12,N) in initcmath()
1113 C(P12,INF) C(U,U) C(P12,0.) C(P12,-0.) C(U,U) C(P12,-INF) C(P12,N) in initcmath()
1114 C(P12,INF) C(U,U) C(U,U) C(U,U) C(U,U) C(P12,-INF) C(N,N) in initcmath()
1115 C(P14,INF) C(0.,INF) C(0.,INF) C(0.,-INF) C(0.,-INF) C(P14,-INF) C(N,INF) in initcmath()
1116 C(N,INF) C(N,N) C(N,N) C(N,N) C(N,N) C(N,-INF) C(N,N) in initcmath()
1120 C(INF,-P34) C(INF,-P) C(INF,-P) C(INF,P) C(INF,P) C(INF,P34) C(INF,N) in initcmath()
1121 C(INF,-P12) C(U,U) C(U,U) C(U,U) C(U,U) C(INF,P12) C(N,N) in initcmath()
[all …]
/external/python/cpython3/Modules/
Dcmathmodule.c1301 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in PyInit_cmath() macro
1304 C(P34,INF) C(P,INF) C(P,INF) C(P,-INF) C(P,-INF) C(P34,-INF) C(N,INF) in PyInit_cmath()
1305 C(P12,INF) C(U,U) C(U,U) C(U,U) C(U,U) C(P12,-INF) C(N,N) in PyInit_cmath()
1306 C(P12,INF) C(U,U) C(P12,0.) C(P12,-0.) C(U,U) C(P12,-INF) C(P12,N) in PyInit_cmath()
1307 C(P12,INF) C(U,U) C(P12,0.) C(P12,-0.) C(U,U) C(P12,-INF) C(P12,N) in PyInit_cmath()
1308 C(P12,INF) C(U,U) C(U,U) C(U,U) C(U,U) C(P12,-INF) C(N,N) in PyInit_cmath()
1309 C(P14,INF) C(0.,INF) C(0.,INF) C(0.,-INF) C(0.,-INF) C(P14,-INF) C(N,INF) in PyInit_cmath()
1310 C(N,INF) C(N,N) C(N,N) C(N,N) C(N,N) C(N,-INF) C(N,N) in PyInit_cmath()
1314 C(INF,-P34) C(INF,-P) C(INF,-P) C(INF,P) C(INF,P) C(INF,P34) C(INF,N) in PyInit_cmath()
1315 C(INF,-P12) C(U,U) C(U,U) C(U,U) C(U,U) C(INF,P12) C(N,N) in PyInit_cmath()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c212 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____),
213 _(L8_SNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, SSSS),
214 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____),
215 _(I8_UNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, ____),
216 _(I8_SNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, SSSS),
217 _(A8_UNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, ____),
218 _(A8_SNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, SSSS),
219 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____),
220 _(R8_SNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, SSSS),
221 _(B5G5R5X1_UNORM , A1R5G5B5, 0, C, C, C, 1, 2, 1, 0, x, NONE, ____),
[all …]
/external/guava/guava/src/com/google/common/collect/
DTreeRangeSet.java44 public class TreeRangeSet<C extends Comparable<?>>
45 extends AbstractRangeSet<C> {
48 final NavigableMap<Cut<C>, Range<C>> rangesByLowerBound;
53 public static <C extends Comparable<?>> TreeRangeSet<C> create() { in create()
54 return new TreeRangeSet<C>(new TreeMap<Cut<C>, Range<C>>()); in create()
60 public static <C extends Comparable<?>> TreeRangeSet<C> create(RangeSet<C> rangeSet) { in create()
61 TreeRangeSet<C> result = create(); in create()
66 private TreeRangeSet(NavigableMap<Cut<C>, Range<C>> rangesByLowerCut) { in TreeRangeSet() argument
70 private transient Set<Range<C>> asRanges;
73 public Set<Range<C>> asRanges() { in asRanges()
[all …]
/external/icu/icu4c/source/data/unidata/
DFractionalUCA.txt266 [top_byte 0C SYMBOL CURRENCY ] # 5937 primary weights
282 [top_byte 1C DIGIT ]
298 [top_byte 2C Latn ]
314 [top_byte 3C Latn ]
330 [top_byte 4C Latn ]
346 [top_byte 5C Latn ]
362 [top_byte 6C Orya COMPRESS ] # 68 primary weights
378 [top_byte 7C Dsrt Shaw Dupl Osma Elba Aghb Sora Mroo Linb Lina Cprt Sarb Narb Avst Palm Nbat Hatr A…
394 [top_byte 8C Hani Hans Hant ]
410 [top_byte 9C Hani Hans Hant ]
[all …]

12345678910>>...378