Searched refs:abbrevs (Results 1 – 8 of 8) sorted by relevance
/external/musl/src/time/ |
D | __tz.c | 32 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable 209 abbrevs = types + 6*zi_read32(trans-8); in do_tzset() 210 abbrevs_end = abbrevs + zi_read32(trans-4); in do_tzset() 218 for (p=types; p<abbrevs; p+=6) { in do_tzset() 220 __tzname[0] = (char *)abbrevs + p[5]; in do_tzset() 224 __tzname[1] = (char *)abbrevs + p[5]; in do_tzset() 301 for (size_t i=abbrevs-types; i; i-=6) { in scan_trans() 376 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone() 435 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_die_unittest.cc | 114 abbrevs.start() = 0; in DIEFixture() 135 assert(abbrevs.GetContents(&abbrevs_contents)); in MakeSectionMap() 147 TestAbbrevTable abbrevs; member 168 Label abbrev_table = abbrevs.Here(); in TEST_P() 169 abbrevs.Abbrev(1, dwarf2reader::DW_TAG_compile_unit, in TEST_P() 243 Label abbrev_table = abbrevs.Here(); in StartSingleAttributeDIE() 244 abbrevs.Abbrev(1, tag, dwarf2reader::DW_children_no) in StartSingleAttributeDIE()
|
/external/pcre/maint/ |
D | GenerateCommon.py | 229 abbrevs = abbreviations[name] 230 script_abbrevs.append(name if len(abbrevs) == 0 else abbrevs[0])
|
/external/llvm/utils/ |
D | llvm-compilers-check | 211 abbrevs = dict(zip(paths, [base for base in unique_bases])) 213 return abbrevs 242 abbrevs = [abbrev[start_index:start_index+3] 247 abbrevs = dict(zip(unique_bases, abbrevs)) 249 return abbrevs
|
/external/e2fsprogs/lib/ss/ |
D | ss_internal.h | 40 ss_abbrev_list abbrevs[127]; member
|
/external/e2fsprogs/e2fsck/ |
D | message.c | 115 static const char *abbrevs[] = { variable 252 for (cpp = abbrevs; *cpp; cpp++) { in expand_at_expression()
|
/external/python/cpython2/Lib/ |
D | pstats.py | 656 abbrevs = self.stats.get_sort_arg_defs() 657 if line and all((x in abbrevs) for x in line.split()):
|
/external/python/cpython3/Lib/ |
D | pstats.py | 729 abbrevs = self.stats.get_sort_arg_defs() 730 if line and all((x in abbrevs) for x in line.split()):
|