Home
last modified time | relevance | path

Searched defs:c16 (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/SemaCXX/
Dvector.cpp13 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test()
23 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test()
33 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test()
43 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional()
114 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, in test_implicit_conversions()
Dconstexpr-printing.cpp84 constexpr char16_t c16 = get(u"test\0\\\"\t\a\b\234\u1234"); // \ variable
Dcxx98-compat.cpp143 char16_t c16 = 0; // expected-warning {{'char16_t' type specifier is incompatible with C++98}} variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat512.java12 int c16 = c24 + Nat256.addTo(zz, 0, zz, 8, 0); in mul() local
31 int c16 = c24 + Nat256.addTo(zz, 0, zz, 8, 0); in square() local
/external/icu/icu4c/source/common/
Dutrie.h179 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument
202 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument
295 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument
305 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument
316 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16) argument
327 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16) argument
Dustring.cpp1350 UChar c16; in _charPtr_charAt() local
/external/syslinux/efi/
Dfio.h12 #define WS(c16) (c16 == L' ' || c16 == CHAR_TAB) argument
Dmain.c1223 CHAR16 *c16; in efi_setcwd() local
/external/clang/test/Misc/
Dast-dump-wchar.cpp6 char16_t c16[] = u"test\0\\\"\t\a\b\234\u1234"; variable
/external/icu/icu4c/source/test/perf/unisetperf/draft/
Dtrieset.cpp29 #define UTRIE_GET8_FROM_LEAD(trie, c16) \ argument
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dutf_sanity_check.pass.cpp41 F16_8::intern_type c16[2]; in main() local
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1181 ir_constant *c16 = in reverse_to_shifts() local
1491 ir_constant *c16 = new(ir) ir_constant(16u, elements); in imul_high_to_mul() local
/external/icu/icu4c/source/io/
Dustdio.cpp640 UChar c16 = *(str->fPos)++; in ufile_getch32() local
/external/pdfium/third_party/lcms/src/
Dcmsopt.c1276 Curves16Data* c16; in CurvesAlloc() local
1436 … Curves16Data* c16 = CurvesAlloc(Dest ->ContextID, Data ->nCurves, 256, Data ->TheCurves); in OptimizeByJoiningCurves() local
1446 … Curves16Data* c16 = CurvesAlloc(Dest ->ContextID, Data ->nCurves, 65536, Data ->TheCurves); in OptimizeByJoiningCurves() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c227 LLVMValueRef c16; in yuv_to_rgb_soa() local
/external/icu/icu4c/source/i18n/
Drematch.cpp365 UChar c16 = (UChar)escapedChar; in appendReplacement() local
387 UChar c16 = (UChar)c; in appendReplacement() local
401 UChar c16 = (UChar)c; in appendReplacement() local
/external/skqp/src/svg/
DSkSVGDevice.cpp147 const uint16_t* c16 = reinterpret_cast<const uint16_t*>(text); in SVGTextBuilder() local
/external/libopus/silk/
DSigProc_FIX.h444 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… argument
DMacroCount.h197 static OPUS_INLINE opus_int64 silk_SMLALBB(opus_int64 a64, opus_int16 b16, opus_int16 c16){ in silk_SMLALBB()
/external/skia/src/svg/
DSkSVGDevice.cpp148 const uint16_t* c16 = reinterpret_cast<const uint16_t*>(text); in SVGTextBuilder() local
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c2878 UChar32 c16, c8; in tres_getString() local