HomeSort by relevance Sort by last modified time
    Searched refs:abb (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libdw/
dwarf_tag.c 26 Dwarf_Abbrev *abb; local
29 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
30 if (abb == NULL)
37 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
39 if (abb == NULL)
43 abb = (void *) -1l;
50 if (abb->code == code)
54 return abb;
dwarf_getabbrev.c 65 Dwarf_Abbrev *abb = NULL; local
67 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
70 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
72 abb = result;
78 assert (abb->offset == offset);
88 abb->code = code;
89 get_uleb128 (abb->tag, abbrevp);
90 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
91 abb->attrp = abbrevp;
92 abb->offset = offset
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
perlstress-002.js 1456 pattern = /abb\Z/;
1457 string = 'abb\nb\n';
1463 pattern = /abb\z/;
1464 string = 'abb\nb\n';
1470 pattern = /abb$/;
1471 string = 'abb\nb\n';
1477 pattern = /abb\z/;
1484 pattern = /abb\z/m;
1485 string = 'abb\nb\n';
1491 pattern = /abb\z/m
    [all...]
perlstress-001.js     [all...]
  /external/icu4c/test/intltest/
transrt.cpp 272 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
307 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) {
309 abbreviated = abb;
    [all...]

Completed in 390 milliseconds