Home | History | Annotate | Download | only in src

Lines Matching refs:LARGE_OFF_T

1220 #define LARGE_OFF_T (((off_t)1 << 62) - 1 + ((off_t)1 << 62))
1221 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 &&
1222 LARGE_OFF_T % 2147483647 == 1) ? 1 : -1];