Searched refs:type (Results 1 – 3 of 3) sorted by relevance
25 #define TYPE_BITS(type) (sizeof (type) * CHAR_BIT) argument26 #define TYPE_FLOATING(type) ((type) 0.5 == 0.5) argument27 #define TYPE_SIGNED(type) ((type) -1 < 0) argument
49 enum { J0, J1, M } type; /* Interpretation of: */ member242 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()
418 int type = type_idxs[--i]; in __tzfile_read() local419 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() local713 int dst = types[type].isdst; in __tzfile_compute()714 int idx = types[type].idx; in __tzfile_compute()
Completed in 8 milliseconds