/third_party/musl/porting/linux/user/src/time/ |
D | __tz.c | 53 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable 294 abbrevs = types + 6*zi_read32(trans-8); in do_tzset() 295 abbrevs_end = abbrevs + zi_read32(trans-4); in do_tzset() 303 for (p=types; p<abbrevs; p+=6) { in do_tzset() 305 __tzname[0] = (char *)abbrevs + p[5]; in do_tzset() 309 __tzname[1] = (char *)abbrevs + p[5]; in do_tzset() 386 for (size_t i=abbrevs-types; i; i-=6) { in scan_trans() 461 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone() 522 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) { in __tm_to_tzname()
|
/third_party/node/deps/npm/node_modules/abbrev/lib/ |
D | index.js | 14 const abbrevs = {} 37 abbrevs[current] = current 41 abbrevs[a] = current 45 return abbrevs
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | __tz.c | 40 static const unsigned char *zi, *trans, *index_local, *types, *abbrevs, *abbrevs_end; variable 94 for (a=0; a<(abbrevs-types)/6; a++) { in scan_trans() 97 if (a == (abbrevs-types)/6) a = 0; in scan_trans() 171 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone() 230 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __tz.c | 40 static const unsigned char *zi, *trans, *index_local, *types, *abbrevs, *abbrevs_end; variable 94 for (a=0; a<(abbrevs-types)/6; a++) { in scan_trans() 97 if (a == (abbrevs-types)/6) a = 0; in scan_trans() 171 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone() 230 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/third_party/musl/src/time/ |
D | __tz.c | 40 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable 292 abbrevs = types + 6*zi_read32(trans-8); in do_tzset() 293 abbrevs_end = abbrevs + zi_read32(trans-4); in do_tzset() 301 for (p=types; p<abbrevs; p+=6) { in do_tzset() 303 __tzname[0] = (char *)abbrevs + p[5]; in do_tzset() 307 __tzname[1] = (char *)abbrevs + p[5]; in do_tzset() 384 for (size_t i=abbrevs-types; i; i-=6) { in scan_trans() 459 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone() 518 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | __tz.c | 36 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable 90 for (size_t i=abbrevs-types; i; i-=6) { in scan_trans() 165 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone() 224 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/third_party/node/deps/npm/node_modules/nopt/lib/ |
D | nopt-lib.js | 258 const abbrevs = abbrev(Object.keys(types)) 259 debug('abbrevs=%j', abbrevs) 285 const shRes = resolveShort(arg, shortAbbr, abbrevs, { shorthands }) 301 if (abbrevs[arg]) { 302 arg = abbrevs[arg] 425 const abbrevs = rest[1] ?? abbrev(Object.keys(types)) constant 434 if (abbrevs[arg] === arg) { 455 if (abbrevs[arg] && !shorthands[arg]) {
|
/third_party/pcre2/pcre2/maint/ |
D | GenerateCommon.py | 229 abbrevs = abbreviations[name] 230 script_abbrevs.append(name if len(abbrevs) == 0 else abbrevs[0])
|
/third_party/node/deps/npm/lib/utils/ |
D | cmd-list.js | 162 const abbrevs = abbrev(commands.concat(Object.keys(aliases))) constant 167 let a = abbrevs[c]
|
/third_party/python/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()):
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 2038 struct dxil_abbrev abbrevs[] = { in emit_module_const_abbrevs() local 2045 for (int i = 0; i < ARRAY_SIZE(abbrevs); ++i) { in emit_module_const_abbrevs() 2046 if (!define_abbrev(m, abbrevs + i)) in emit_module_const_abbrevs()
|