Searched refs:first_cu (Results 1 – 6 of 6) sorted by relevance
/external/toolchain-utils/debug_info_test/ |
D | check_exist.py | 56 first_cu = True 61 if not first_cu and not cur_producer: 64 first_cu = False 71 if not first_cu and not cur_producer:
|
/external/elfutils/libdwfl/ |
D | cu.c | 231 mod->first_cu = cu; in intern_cu() 255 nextp = &mod->first_cu; in __libdwfl_nextcu()
|
D | libdwflP.h | 203 struct dwfl_cu *first_cu, **cu; member
|
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 3263 PCRE2_UCHAR first_cu = 0; in pcre2_dfa_match() local 3526 first_cu = first_cu2 = (PCRE2_UCHAR)(re->first_codeunit); in pcre2_dfa_match() 3529 first_cu2 = TABLE_GET(first_cu, mb->tables + fcc_offset, first_cu); in pcre2_dfa_match() 3532 if (first_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match() 3533 first_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(first_cu); in pcre2_dfa_match() 3535 if (first_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match() 3536 first_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(first_cu); in pcre2_dfa_match() 3638 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_dfa_match() 3663 if (first_cu != first_cu2) /* Caseless */ in pcre2_dfa_match() 3668 (smc = UCHAR21TEST(start_match)) != first_cu && in pcre2_dfa_match() [all …]
|
D | pcre2_match.c | 6122 PCRE2_UCHAR first_cu = 0; in pcre2_match() local 6663 first_cu = first_cu2 = (PCRE2_UCHAR)(re->first_codeunit); in pcre2_match() 6666 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu); in pcre2_match() 6669 if (first_cu > 127 && ucp && !utf) first_cu2 = UCD_OTHERCASE(first_cu); in pcre2_match() 6671 if (first_cu > 127 && (utf || ucp)) first_cu2 = UCD_OTHERCASE(first_cu); in pcre2_match() 6766 ok = has_first_cu && (c == first_cu || c == first_cu2); in pcre2_match() 6795 if (first_cu != first_cu2) /* Caseless */ in pcre2_match() 6800 (smc = UCHAR21TEST(start_match)) != first_cu && in pcre2_match() 6811 pp1 = memchr(start_match, first_cu, end_subject - start_match); in pcre2_match() 6839 first_cu) in pcre2_match() [all …]
|
/external/elfutils/libdw/ |
D | libdwP.h | 1030 Dwarf_CU *first_cu; in str_offsets_base_off() local 1031 if (dwarf_get_units (dbg, NULL, &first_cu, in str_offsets_base_off() 1033 cu = first_cu; in str_offsets_base_off()
|