Searched refs:re32 (Results 1 – 2 of 2) sorted by relevance
77 int re32; in silk_CLZ16() local79 re32 = mips_clz(in32); in silk_CLZ16()80 re32-=16; in silk_CLZ16()81 return re32; in silk_CLZ16()87 int re32; in silk_CLZ32() local88 re32 = mips_clz(in32); in silk_CLZ32()89 return re32; in silk_CLZ32()
1177 pcre2_code_32 *re32; in regression_tests() local1306 re32 = NULL; in regression_tests()1315 re32 = pcre2_compile_32(regtest_buf32, PCRE2_ZERO_TERMINATED, in regression_tests()1319 if (!re32 && (utf || is_ascii)) in regression_tests()1437 pcre2_code_free_32(re32); in regression_tests()1438 re32 = NULL; in regression_tests()1448 if (re32) { in regression_tests()1454 return_value32[1] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()1457 if (pcre2_jit_compile_32(re32, jit_compile_mode)) { in regression_tests()1461 return_value32[0] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()[all …]