Home
last modified time | relevance | path

Searched refs:count16 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/tests/
DUnicodeTest.cpp36 …int count16 = font.textToGlyphs(text16, len16, SkTextEncoding::kUTF16, glyphs16, SK_ARRAY_COUNT(gl… in DEF_TEST() local
40 REPORTER_ASSERT(reporter, (int)len8 == count16); in DEF_TEST()
/third_party/skia/tests/
DUnicodeTest.cpp36 …int count16 = font.textToGlyphs(text16, len16, SkTextEncoding::kUTF16, glyphs16, SK_ARRAY_COUNT(gl… in DEF_TEST() local
40 REPORTER_ASSERT(reporter, (int)len8 == count16); in DEF_TEST()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c2458 sljit_uw imm, sljit_s32 count16) in sljit_emit_bitwise_imm() argument
2479 if (count16 >= 3) { in sljit_emit_bitwise_imm()
2484 if (count16 >= 2) { in sljit_emit_bitwise_imm()
2548 sljit_s32 count16 = 0; in sljit_emit_bitwise() local
2555 count16++; in sljit_emit_bitwise()
2557 count16++; in sljit_emit_bitwise()
2559 count16++; in sljit_emit_bitwise()
2561 count16++; in sljit_emit_bitwise()
2563 if (type == SLJIT_AND && dst == (sljit_s32)tmp0 && count16 == 1) { in sljit_emit_bitwise()
2581 return sljit_emit_bitwise_imm(compiler, type, dst, src1, src1w, imm, count16); in sljit_emit_bitwise()