Home
last modified time | relevance | path

Searched refs:c16 (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/src/multibyte/
H A 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/icu/icu4c/source/common/
H A Dutrie.h177 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */
178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \
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) \
202 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16)
289 * c16 may be a lead surrogate, which may have a value including a folding offset.
292 * @param c16 (UCha
[all...]
H A Dustring.cpp1356 UChar c16; in _charPtr_charAt() local
1359 u_charsToUChars(((char*) context) + offset, &c16, 1); in _charPtr_charAt()
1360 return c16; in _charPtr_charAt()
/third_party/node/deps/icu-small/source/common/
H A Dutrie.h177 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */
178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \
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) \
202 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16)
289 * c16 may be a lead surrogate, which may have a value including a folding offset.
292 * @param c16 (UCha
[all...]
H A Dustring.cpp1356 char16_t c16; in _charPtr_charAt() local
1359 u_charsToUChars(((char*) context) + offset, &c16, 1); in _charPtr_charAt()
1360 return c16; in _charPtr_charAt()
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrie.h177 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */
178 #define _UTRIE_GET_RAW(trie, data, offset, c16) \
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) \
202 _UTRIE_GET_RAW(trie, data, 0xd800<=(c16) && (c16)<=0xdbff ? UTRIE_LEAD_INDEX_DISP : 0, c16)
289 * c16 may be a lead surrogate, which may have a value including a folding offset.
292 * @param c16 (UCha
[all...]
H A Dustring.cpp1358 UChar c16; in _charPtr_charAt() local
1361 u_charsToUChars(((char*) context) + offset, &c16, 1); in _charPtr_charAt()
1362 return c16; in _charPtr_charAt()
/third_party/skia/docs/examples/
H A Ddither1.cpp8 SkCanvas c16(bm16); in REG_FIDDLE()
15 c16.drawRect({0, 0, 8, 4}, colorPaint); in REG_FIDDLE()
16 c16.translate(8, 0); in REG_FIDDLE()
18 c16.translate(-32, 4); in REG_FIDDLE()
H A DDither_a.cpp9 SkCanvas c16(bm16); in REG_FIDDLE()
16 c16.drawRect({0, 0, 8, 4}, colorPaint); in REG_FIDDLE()
17 c16.translate(8, 0); in REG_FIDDLE()
19 c16.translate(-32, 4); in REG_FIDDLE()
/third_party/mesa3d/src/amd/compiler/tests/
H A 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(
[all...]
H A 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(
1472 Temp c16 = inputs[4]; global() variable
[all...]
H A Dhelpers.cpp274 return b.vop2(aco_opcode::v_mul_f16, b.def(v2b), Operand::c16(0xbc00u), src); in fneg()
282 Builder::Result res = b.vop2_e64(aco_opcode::v_mul_f16, b.def(v2b), Operand::c16(0x3c00), src); in fabs()
334 return b.vop3(aco_opcode::v_med3_f16, b.def(v2b), Operand::c16(0u), in fsat()
335 Operand::c16(0x3c00u), src); in fsat()
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp29 #define UTRIE_GET8_FROM_LEAD(trie, c16) \
31 ((int32_t)((trie)->index[(c16)>>UTRIE_SHIFT])<<UTRIE_INDEX_SHIFT)+ \
32 ((c16)&UTRIE_MASK) \
/third_party/typescript/tests/baselines/reference/
H A DdestructuringArrayBindingPatternAndAssignment1ES6.js52 var [c14, c15, c16] = [1, 2, "string"];
98 var [c14, c15, c16] = [1, 2, "string"];
H A DconstDeclarations-validContexts.js64 const c16 = 0
177 const c16 = 0;
H A DgenericsManyTypeParameters.js37 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
57 x16 , y18 , z16 , a16 , b16 , c16,
63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
79 x16, y18, z16, a16, b16, c16,
H A DdestructuringArrayBindingPatternAndAssignment1ES5.js52 var [c14, c15, c16] = [1, 2, "string"];
109 var _p = [1, 2, "string"], c14 = _p[0], c15 = _p[1], c16 = _p[2];
H A DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js52 var [c14, c15, c16] = [1, 2, "string"];
125 var _0 = __read([1, 2, "string"], 3), c14 = _0[0], c15 = _0[1], c16 = _0[2];
/third_party/ffmpeg/libavcodec/
H A 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/mesa3d/src/compiler/glsl/
H A 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 in imul_high_to_mul()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A 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()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c227 LLVMValueRef c16; in yuv_to_rgb_soa() local
254 c16 = lp_build_const_int_vec(gallivm, type, 16); in yuv_to_rgb_soa()
270 y = LLVMBuildSub(builder, y, c16, ""); in yuv_to_rgb_soa()
/third_party/icu/icu4c/source/io/
H A Dustdio.cpp640 UChar c16 = *(str->fPos)++; in ufile_getch32() local
641 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16); in ufile_getch32()
/third_party/skia/third_party/externals/icu/source/io/
H A Dustdio.cpp640 UChar c16 = *(str->fPos)++; in ufile_getch32() local
641 *c32 = U16_GET_SUPPLEMENTARY(*c32, c16); in ufile_getch32()
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp367 UChar c16 = (UChar)escapedChar; in appendReplacement() local
368 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()
389 UChar c16 = (UChar)c; in appendReplacement() local
390 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()
403 UChar c16 = (UChar)c; in appendReplacement() local
404 destLen += utext_replace(dest, destLen, destLen, &c16, 1, &status); in appendReplacement()

Completed in 38 milliseconds

12