Home
last modified time | relevance | path

Searched refs:abbrevs (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c40 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/liteos_m/kernel/src/time/
H A D__tz.c40 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/linux/user/src/time/
H A D__tz.c53 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()
[all...]
/third_party/musl/src/time/
H A D__tz.c43 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end, *tzdata_map; variable
368 abbrevs = types + 6*zi_read32(trans-8); in do_tzset()
369 abbrevs_end = abbrevs + zi_read32(trans-4); in do_tzset()
377 for (p=types; p<abbrevs; p+=6) { in do_tzset()
379 __tzname[0] = (char *)abbrevs + p[5]; in do_tzset()
383 __tzname[1] = (char *)abbrevs + p[5]; in do_tzset()
460 for (size_t i=abbrevs-types; i; i-=6) { in scan_trans()
538 *zonename = (const char *)abbrevs + types[6*i+5]; in __secs_to_zone()
597 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c36 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/
H A Dnopt-lib.js258 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))
434 if (abbrevs[arg] === arg) {
455 if (abbrevs[arg] && !shorthands[arg]) {
/third_party/pcre2/pcre2/maint/
H A DGenerateCommon.py229 abbrevs = abbreviations[name]
230 script_abbrevs.append(name if len(abbrevs) == 0 else abbrevs[0])
/third_party/python/Lib/
H A Dpstats.py730 abbrevs = self.stats.get_sort_arg_defs()
731 if line and all((x in abbrevs) for x in line.split()):
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c2038 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()

Completed in 19 milliseconds