Home
last modified time | relevance | path

Searched refs:c16 (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutrie.h178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument
180 ((int32_t)((trie)->index[(offset)+((c16)>>UTRIE_SHIFT)])<<UTRIE_INDEX_SHIFT)+ \
181 ((c16)&UTRIE_MASK) \
201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument
202 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16);
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/
Dc16rtomb.c5 size_t c16rtomb(char *restrict s, char16_t c16, mbstate_t *restrict ps) in c16rtomb() argument
17 if (!*x && c16 - 0xd800u < 0x400) { in c16rtomb()
18 *x = c16 - 0xd7c0 << 10; in c16rtomb()
23 if (c16 - 0xdc00u >= 0x400) goto ilseq; in c16rtomb()
24 else wc = *x + c16 - 0xdc00; in c16rtomb()
27 wc = c16; in c16rtomb()
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.h178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument
180 ((int32_t)((trie)->index[(offset)+((c16)>>UTRIE_SHIFT)])<<UTRIE_INDEX_SHIFT)+ \
181 ((c16)&UTRIE_MASK) \
201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument
202 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16)
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/
Dutrie.h178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument
180 ((int32_t)((trie)->index[(offset)+((c16)>>UTRIE_SHIFT)])<<UTRIE_INDEX_SHIFT)+ \
181 ((c16)&UTRIE_MASK) \
201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument
202 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16)
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/
Dutrie.h178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \ argument
180 ((int32_t)((trie)->index[(offset)+((c16)>>UTRIE_SHIFT)])<<UTRIE_INDEX_SHIFT)+ \
181 ((c16)&UTRIE_MASK) \
201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ argument
202 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16)
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/skia/docs/examples/
DDither_a.cpp9 SkCanvas c16(bm16); in draw() local
16 c16.drawRect({0, 0, 8, 4}, colorPaint); in draw()
17 c16.translate(8, 0); in draw()
19 c16.translate(-32, 4); in draw()
Ddither1.cpp8 SkCanvas c16(bm16); in draw() local
15 c16.drawRect({0, 0, 8, 4}, colorPaint); in draw()
16 c16.translate(8, 0); in draw()
18 c16.translate(-32, 4); in draw()
/third_party/flutter/skia/docs/examples/
DDither_a.cpp9 SkCanvas c16(bm16); in draw() local
16 c16.drawRect({0, 0, 8, 4}, colorPaint); in draw()
17 c16.translate(8, 0); in draw()
19 c16.translate(-32, 4); in draw()
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_to_hw_instr.cpp430 Operand::c16(0x3800), Operand(v1_hi, v2b));
438 Operand::c16(0x4205), Operand(v1_hi, v2b));
446 Operand::c16(0x4205), Operand(v0_lo, v2b));
452 Operand::c16(0x3800), Operand::c16(0x3c00));
458 Operand::c16(0x4205), Operand::c16(0x4306));
464 Operand::c16(0x4205), Operand::c16(0x3800));
471 bld.pseudo(aco_opcode::p_parallelcopy, Definition(v0_lo, v2b), Operand::c16(0x3800));
478 bld.pseudo(aco_opcode::p_parallelcopy, Definition(v0_lo, v2b), Operand::c16(0x4205));
485 bld.pseudo(aco_opcode::p_parallelcopy, Definition(v0_hi, v2b), Operand::c16(0x4205));
494 bld.pseudo(aco_opcode::p_parallelcopy, Definition(v0_b1, v2b), Operand::c16(0x3800));
[all …]
Dtest_optimizer.cpp130 writeout(5, bld.vop2(aco_opcode::v_mul_f16, bld.def(v2b), Operand::c16(0x3800u), tmp));
135 writeout(6, bld.vop2(aco_opcode::v_mul_f16, bld.def(v2b), Operand::c16(0x4000u), tmp));
140 writeout(7, bld.vop2(aco_opcode::v_mul_f16, bld.def(v2b), Operand::c16(0x4400u), tmp));
145 writeout(8, bld.vop3(aco_opcode::v_med3_f16, bld.def(v2b), Operand::c16(0u),
146 Operand::c16(0x3c00u), tmp));
151 tmp = bld.vop2(aco_opcode::v_mul_f16, bld.def(v2b), Operand::c16(0x4000), tmp);
152 writeout(9, bld.vop3(aco_opcode::v_med3_f16, bld.def(v2b), Operand::c16(0u),
153 Operand::c16(0x3c00u), tmp));
219 writeout(16, bld.vop2(aco_opcode::v_mul_f16, bld.def(v2b), Operand::c16(0x4000u), tmp));
224 writeout(17, bld.vop3(aco_opcode::v_med3_f16, bld.def(v2b), Operand::c16(0u),
[all …]
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
Dtrieset.cpp29 #define UTRIE_GET8_FROM_LEAD(trie, c16) \ argument
31 ((int32_t)((trie)->index[(c16)>>UTRIE_SHIFT])<<UTRIE_INDEX_SHIFT)+ \
32 ((c16)&UTRIE_MASK) \
/third_party/ffmpeg/libavcodec/
Dvp9prob.c126 unsigned *c16 = s->td[0].counts.tx16p[i], *c32 = s->td[0].counts.tx32p[i]; in ff_vp9_adapt_probs() local
130 adapt_prob(&p->tx16p[i][0], c16[0], c16[1] + c16[2], 20, 128); in ff_vp9_adapt_probs()
131 adapt_prob(&p->tx16p[i][1], c16[1], c16[2], 20, 128); in ff_vp9_adapt_probs()
/third_party/typescript/tests/baselines/reference/
DdestructuringArrayBindingPatternAndAssignment1ES6.js52 var [c14, c15, c16] = [1, 2, "string"]; variable
98 var [c14, c15, c16] = [1, 2, "string"]; variable
DconstDeclarations-validContexts.js64 const c16 = 0 constant
177 const c16 = 0; constant
DgenericsManyTypeParameters.js37 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
57 x16 , y18 , z16 , a16 , b16 , c16,
63 …z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17…
79 x16, y18, z16, a16, b16, c16,
DdestructuringArrayBindingPatternAndAssignment1ES5.js52 var [c14, c15, c16] = [1, 2, "string"]; variable
105 var _p = [1, 2, "string"], c14 = _p[0], c15 = _p[1], c16 = _p[2];
DdestructuringArrayBindingPatternAndAssignment1ES5.symbols100 var [c14, c15, c16] = [1, 2, "string"];
103 >c16 : Symbol(c16, Decl(destructuringArrayBindingPatternAndAssignment1ES5.ts, 50, 14))
DdestructuringArrayBindingPatternAndAssignment1ES6.symbols100 var [c14, c15, c16] = [1, 2, "string"];
103 >c16 : Symbol(c16, Decl(destructuringArrayBindingPatternAndAssignment1ES6.ts, 50, 14))
DconstDeclarations-validContexts.symbols93 const c16 = 0
94 >c16 : Symbol(c16, Decl(constDeclarations-validContexts.ts, 62, 13))
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.symbols100 var [c14, c15, c16] = [1, 2, "string"];
103 >c16 : Symbol(c16, Decl(destructuringArrayBindingPatternAndAssignment1ES5iterable.ts, 50, 14))
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js52 var [c14, c15, c16] = [1, 2, "string"]; variable
121 var _0 = __read([1, 2, "string"], 3), c14 = _0[0], c15 = _0[1], c16 = _0[2];
/third_party/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1026 ir_constant *c16 = in reverse_to_shifts() local
1087 ir->operands[0] = rshift(temp, c16); in reverse_to_shifts()
1088 ir->operands[1] = lshift(temp, c16->clone(ir, NULL)); in reverse_to_shifts()
1092 ir->operands[0] = bit_or(rshift(temp, c16), in reverse_to_shifts()
1093 lshift(temp, c16->clone(ir, NULL))); in reverse_to_shifts()
1340 ir_constant *c16 = new(ir) ir_constant(16u, elements); in imul_high_to_mul() local
1383 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1384 i.insert_before(assign(src2h, rshift(src2, c16->clone(ir, NULL)))); in imul_high_to_mul()
1396 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t1, c16->clone(ir, NULL)))))); in imul_high_to_mul()
1397 i.insert_before(assign(lo, add(lo, lshift(t1, c16->clone(ir, NULL))))); in imul_high_to_mul()
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Dunord-relational-op.asm.frag36 OpName %c16 "c16"
104 %c16 = OpVariable %_ptr_Function_v3bool Function
166 OpStore %c16 %77
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbytereader.c616 guint16 *c16; in GST_START_TEST() local
638 fail_if (gst_byte_reader_dup_string_utf16 (&reader, &c16)); in GST_START_TEST()
646 fail_if (gst_byte_reader_dup_string_utf16 (&reader, &c16)); in GST_START_TEST()
654 fail_if (gst_byte_reader_dup_string_utf16 (&reader, &c16)); in GST_START_TEST()
664 fail_unless (gst_byte_reader_dup_string_utf16 (&reader, &c16)); in GST_START_TEST()
665 g_free (c16); in GST_START_TEST()
698 fail_unless (gst_byte_reader_dup_string_utf16 (&reader, &c16)); in GST_START_TEST()
699 g_free (c16); in GST_START_TEST()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu.c63 nir_ssa_def *c16 = nir_imm_int(b, 16); in lower_alu_instr() local
92 nir_ushr(b, lowered, c16), in lower_alu_instr()
93 nir_ishl(b, lowered, c16)); in lower_alu_instr()

1234