Searched refs:abb (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_tag.c | 41 Dwarf_Abbrev *abb; in __libdw_findabbrev() local 48 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code); in __libdw_findabbrev() 49 if (abb == NULL) in __libdw_findabbrev() 56 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length, in __libdw_findabbrev() 58 if (abb == NULL || abb == DWARF_END_ABBREV) in __libdw_findabbrev() 68 if (abb->code == code) in __libdw_findabbrev() 74 if (unlikely (abb == NULL)) in __libdw_findabbrev() 75 abb = DWARF_END_ABBREV; in __libdw_findabbrev() 77 return abb; in __libdw_findabbrev() [all...] |
H A D | dwarf_getabbrev.c | 84 Dwarf_Abbrev *abb = NULL; in __libdw_getabbrev() local 86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code)) == NULL) in __libdw_getabbrev() 89 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev); in __libdw_getabbrev() 91 abb = result; in __libdw_getabbrev() 97 if (unlikely (abb->offset != offset)) in __libdw_getabbrev() 116 abb->code = code; in __libdw_getabbrev() 119 get_uleb128 (abb->tag, abbrevp, end); in __libdw_getabbrev() 122 abb->has_children = *abbrevp++ == DW_CHILDREN_yes; in __libdw_getabbrev() 123 abb->attrp = (unsigned char *) abbrevp; in __libdw_getabbrev() 124 abb in __libdw_getabbrev() [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | string-prototype-search.js | 15 assert ("abcabbcd".search (/abb+c/) === 3);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 102 public void reset(UnicodeSet newSet, boolean abb) { in reset() argument 103 reset(newSet, abb, 100); in reset() 106 public void reset(UnicodeSet newSet, boolean abb, int density) { in reset() argument 108 abbreviated = abb; in reset()
|
Completed in 4 milliseconds