Searched refs:cC (Results 1 – 25 of 116) sorted by relevance
12345
/external/clang/include/clang/Basic/ |
D | Builtins.def | 421 BUILTIN(__builtin___CFStringMakeConstantString, "FC*cC*", "nc") 422 BUILTIN(__builtin___NSStringMakeConstantString, "FC*cC*", "nc") 431 BUILTIN(__builtin_fprintf, "iP*cC*.", "Fp:1:") 439 BUILTIN(__builtin_stpcpy, "c*c*cC*", "nF") 440 BUILTIN(__builtin_stpncpy, "c*c*cC*z", "nF") 441 BUILTIN(__builtin_strcasecmp, "icC*cC*", "nF") 442 BUILTIN(__builtin_strcat, "c*c*cC*", "nF") 443 BUILTIN(__builtin_strchr, "c*cC*i", "nF") 444 BUILTIN(__builtin_strcmp, "icC*cC*", "nF") 445 BUILTIN(__builtin_strcpy, "c*c*cC*", "nF") [all …]
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 534 BUILTIN(__builtin___CFStringMakeConstantString, "FC*cC*", "nc") 535 BUILTIN(__builtin___NSStringMakeConstantString, "FC*cC*", "nc") 544 BUILTIN(__builtin_fprintf, "iP*cC*.", "Fp:1:") 553 BUILTIN(__builtin_stpcpy, "c*c*cC*", "nF") 554 BUILTIN(__builtin_stpncpy, "c*c*cC*z", "nF") 555 BUILTIN(__builtin_strcasecmp, "icC*cC*", "nF") 556 BUILTIN(__builtin_strcat, "c*c*cC*", "nF") 557 BUILTIN(__builtin_strchr, "c*cC*i", "nF") 558 BUILTIN(__builtin_strcmp, "icC*cC*", "nF") 559 BUILTIN(__builtin_strcpy, "c*c*cC*", "nF") [all …]
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 3916 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local 3927 cC = _mm_avg_epu8(cC, cD); in resolve() 3932 cC = _mm_avg_epu8(cC, cE); in resolve() 3934 c8 = _mm_avg_epu8(c8, cC); in resolve() 4061 unsigned int cC = *(unsigned int*)(sourceC + 4 * x); in resolve() local 4072 cC = AVERAGE(cC, cD); in resolve() 4077 cC = AVERAGE(cC, cE); in resolve() 4079 c8 = AVERAGE(c8, cC); in resolve() 4210 __m128i cC = _mm_load_si128((__m128i*)(sourceC + 4 * x)); in resolve() local 4221 cC = _mm_avg_epu16(cC, cD); in resolve() [all …]
|
/external/libopus/celt/ |
D | mathops.h | 52 #define cC 0.08595542f macro 65 float den = (y2 + cB*x2) * (y2 + cC*x2); in fast_atan2f() 68 float den = (x2 + cB*y2) * (x2 + cC*y2); in fast_atan2f() 74 #undef cC
|
/external/libcap/go/ |
D | compare-cap.go | 192 cC := C.cap_get_pid(1) 193 if cC == nil { 196 defer C.cap_free(unsafe.Pointer(cC)) 198 tC := C.cap_to_text(cC, &tCLen) 265 fC := C.cap_to_text(cC, &tCLen)
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.chr.txt | 3 cC
|
/external/hyphenation-patterns/sa/ |
D | hyph-sa.chr.txt | 3 cC
|
/external/hyphenation-patterns/hr/ |
D | hyph-hr.chr.txt | 3 cC
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.chr.txt | 3 cC
|
/external/hyphenation-patterns/la/ |
D | hyph-la.chr.txt | 3 cC
|
D | hyph-la-x-liturgic.chr.txt | 3 cC
|
/external/hyphenation-patterns/eu/ |
D | hyph-eu.chr.txt | 3 cC
|
/external/hyphenation-patterns/pt/ |
D | hyph-pt.chr.txt | 4 cC
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1901.chr.txt | 3 cC
|
D | hyph-de-ch-1901.chr.txt | 3 cC
|
D | hyph-de-1996.chr.txt | 3 cC
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.chr.txt | 3 cC
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.chr.txt | 3 cC
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.chr.txt | 3 cC
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.chr.txt | 3 cC
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.chr.txt | 3 cC
|
/external/hyphenation-patterns/fr/ |
D | hyph-fr.chr.txt | 5 cC
|
/external/hyphenation-patterns/da/ |
D | hyph-da.chr.txt | 3 cC
|
/external/hyphenation-patterns/es/ |
D | hyph-es.chr.txt | 3 cC
|
/external/hyphenation-patterns/sl/ |
D | hyph-sl.chr.txt | 3 cC
|
12345