Searched refs:TIME_T_BITS_IN_FILE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c664 #define TIME_T_BITS_IN_FILE ((TYPE_BIT(time_t) < MAX_BITS_IN_FILE) ? TYPE_BIT(time_t) : MAX_BITS_IN_FILE) macro
671 min_time <<= TIME_T_BITS_IN_FILE - 1;
678 max_time <<= TIME_T_BITS_IN_FILE - 1;
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c664 #define TIME_T_BITS_IN_FILE ((TYPE_BIT(time_t) < MAX_BITS_IN_FILE) ? TYPE_BIT(time_t) : MAX_BITS_IN_FILE) macro
671 min_time <<= TIME_T_BITS_IN_FILE - 1;
678 max_time <<= TIME_T_BITS_IN_FILE - 1;
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c818 #define TIME_T_BITS_IN_FILE 64 macro
826 for (i = 0; i < TIME_T_BITS_IN_FILE - 1; ++i)

Completed in 77 milliseconds