Home
last modified time | relevance | path

Searched refs:type (Results 1 – 3 of 3) sorted by relevance

/time/
A Ddifftime.c25 #define TYPE_BITS(type) (sizeof (type) * CHAR_BIT) argument
26 #define TYPE_FLOATING(type) ((type) 0.5 == 0.5) argument
27 #define TYPE_SIGNED(type) ((type) -1 < 0) argument
A Dtzset.c49 enum { J0, J1, M } type; /* Interpretation of: */ member
242 tzr->type = *tz == 'J' ? J1 : J0; in parse_rule()
243 if (tzr->type == J1 && !isdigit (*++tz)) in parse_rule()
248 if (tzr->type == J1 && d == 0) in parse_rule()
255 tzr->type = M; in parse_rule()
272 tzr->type = M; in parse_rule()
417 tz_rules[0].type = tz_rules[1].type = J0; in tzset_internal()
451 switch (rule->type) in compute_change()
A Dtzfile.c418 int type = type_idxs[--i]; in __tzfile_read() local
419 int dst = types[type].isdst; in __tzfile_read()
423 int idx = types[type].idx; in __tzfile_read()
712 int type = type_idxs[j]; in __tzfile_compute() local
713 int dst = types[type].isdst; in __tzfile_compute()
714 int idx = types[type].idx; in __tzfile_compute()

Completed in 8 milliseconds