Home
last modified time | relevance | path

Searched defs:char1 (Results 1 – 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_jit_simd_inc.h205 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, s… in fast_forward_char_simd()
369 static jump_list *fast_requested_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR … in fast_requested_char_simd()
864 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, s… in fast_forward_char_simd()
1248 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, s… in fast_forward_char_simd()
1449 static jump_list *fast_requested_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR … in fast_requested_char_simd()
Dpcre2_jit_compile.c5915 static void fast_forward_first_char2(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2,… in fast_forward_first_char2()
/third_party/skia/tests/
DDeferredDisplayListTest.cpp342 SkSurfaceCharacterization char1 = params1.createCharacterization(context); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
494 SkSurfaceCharacterization char1 = char0.createResized(-1, -1); in DDLSurfaceCharacterizationTestImpl() local
527 SkSurfaceCharacterization char1 = char0.createColorSpace(std::move(newCS)); in DDLSurfaceCharacterizationTestImpl() local
571 SkSurfaceCharacterization char1 = char0.createBackendFormat(kRGB_565_SkColorType, in DDLSurfaceCharacterizationTestImpl() local
603 SkSurfaceCharacterization char1 = char0.createFBO0(true); in DDLSurfaceCharacterizationTestImpl() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1438 #define LEXER_TYPE_A_TOKEN(char1, type1) \ argument
1454 #define LEXER_TYPE_B_TOKEN(char1, type1, char2, type2) \ argument
1479 #define LEXER_TYPE_C_TOKEN(char1, type1, char2, type2, char3, type3) \ argument
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c663 FT_UInt char1, char2; in pfr_extra_item_load_kerning_pairs() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping_test.cc89 for (int char1 = 0; char1 < 256; char1++) { in TEST() local
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c2804 char charUTF8[4], char0[8], char1[8]; in TestConvertExFromUTF8() local
/third_party/backends/tools/
Dsane-desc.c483 char_compare (char char1, char char2) in char_compare()