| /third_party/typescript/tests/baselines/reference/ |
| D | destructuringArrayBindingPatternAndAssignment1ES6.js | 52 var [c14, c15, c16] = [1, 2, "string"]; variable 98 var [c14, c15, c16] = [1, 2, "string"]; variable
|
| D | constDeclarations-validContexts.js | 64 const c16 = 0 constant 177 const c16 = 0; constant
|
| D | destructuringArrayBindingPatternAndAssignment1ES5.js | 52 var [c14, c15, c16] = [1, 2, "string"]; variable
|
| D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 52 var [c14, c15, c16] = [1, 2, "string"]; variable
|
| /third_party/skia/docs/examples/ |
| D | Dither_a.cpp | 9 SkCanvas c16(bm16); in draw() local
|
| D | dither1.cpp | 8 SkCanvas c16(bm16); in draw() local
|
| /third_party/flutter/skia/docs/examples/ |
| D | Dither_a.cpp | 9 SkCanvas c16(bm16); in draw() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 201 #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
|
| /third_party/node/deps/icu-small/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 201 #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
|
| /third_party/icu/icu4c/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 201 #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
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | utrie.h | 178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument 201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument 294 #define UTRIE_GET16_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, index, 0, c16) argument 304 #define UTRIE_GET32_FROM_LEAD(trie, c16) _UTRIE_GET_RAW(trie, data32, 0, c16) argument 315 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16) argument 326 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16) argument
|
| /third_party/musl/src/multibyte/ |
| D | c16rtomb.c | 5 size_t c16rtomb(char *restrict s, char16_t c16, mbstate_t *restrict ps) in c16rtomb()
|
| /third_party/icu/icu4c/source/test/perf/unisetperf/draft/ |
| D | trieset.cpp | 29 #define UTRIE_GET8_FROM_LEAD(trie, c16) \ argument
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringArrayBindingPatternAndAssignment1ES5iterable.ts | 52 var [c14, c15, c16] = [1, 2, "string"]; variable
|
| D | destructuringArrayBindingPatternAndAssignment1ES6.ts | 53 var [c14, c15, c16] = [1, 2, "string"]; variable
|
| D | destructuringArrayBindingPatternAndAssignment1ES5.ts | 51 var [c14, c15, c16] = [1, 2, "string"]; variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | constDeclarations-validContexts.ts | 67 const c16 = 0 constant
|
| /third_party/ffmpeg/libavcodec/ |
| D | vp9prob.c | 126 unsigned *c16 = s->td[0].counts.tx16p[i], *c32 = s->td[0].counts.tx32p[i]; in ff_vp9_adapt_probs() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_alu.c | 63 nir_ssa_def *c16 = nir_imm_int(b, 16); in lower_alu_instr() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | lower_instructions.cpp | 1026 ir_constant *c16 = in reverse_to_shifts() local 1340 ir_constant *c16 = new(ir) ir_constant(16u, elements); in imul_high_to_mul() local
|
| /third_party/flutter/skia/third_party/externals/icu/source/io/ |
| D | ustdio.cpp | 640 UChar c16 = *(str->fPos)++; in ufile_getch32() local
|
| /third_party/skia/third_party/externals/icu/source/io/ |
| D | ustdio.cpp | 640 UChar c16 = *(str->fPos)++; in ufile_getch32() local
|
| /third_party/icu/icu4c/source/io/ |
| D | ustdio.cpp | 640 UChar c16 = *(str->fPos)++; in ufile_getch32() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_format_yuv.c | 227 LLVMValueRef c16; in yuv_to_rgb_soa() local
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| D | test_optimizer.cpp | 1472 Temp c16 = inputs[4]; variable
|