HomeSort by relevance Sort by last modified time
    Searched defs:_USE_32BIT_TIME_T (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
timeb.h 25 #ifdef _USE_32BIT_TIME_T
27 #undef _USE_32BIT_TIME_T
42 #ifdef _USE_32BIT_TIME_T
106 #ifndef _USE_32BIT_TIME_T
114 #endif /* _USE_32BIT_TIME_T */
utime.h 30 #ifdef _USE_32BIT_TIME_T
32 #undef _USE_32BIT_TIME_T
48 #ifdef _USE_32BIT_TIME_T
98 #ifndef _USE_32BIT_TIME_T
114 #ifndef _USE_32BIT_TIME_T
118 #endif /* !_USE_32BIT_TIME_T */
types.h 15 #ifdef _USE_32BIT_TIME_T
17 #undef _USE_32BIT_TIME_T
34 #ifdef _USE_32BIT_TIME_T
stat.h 28 #ifdef _USE_32BIT_TIME_T
30 #undef _USE_32BIT_TIME_T
45 #ifdef _USE_32BIT_TIME_T
169 #ifdef _USE_32BIT_TIME_T
249 #endif /* _USE_32BIT_TIME_T */
254 #ifdef _USE_32BIT_TIME_T
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 449 #ifndef _USE_32BIT_TIME_T
450 #define _USE_32BIT_TIME_T
454 #ifdef _USE_32BIT_TIME_T
456 #error You cannot use 32-bit time_t (_USE_32BIT_TIME_T) with _WIN64
457 #undef _USE_32BIT_TIME_T
459 #endif /* _USE_32BIT_TIME_T */
478 #ifdef _USE_32BIT_TIME_T
  /external/sqlite/dist/orig/
sqlite3.c 99 ** For MinGW version 4.x (and higher), check to see if the _USE_32BIT_TIME_T
103 #if !defined(_USE_32BIT_TIME_T) && !defined(_USE_64BIT_TIME_T) && \
107 # define _USE_32BIT_TIME_T
111 ** first in QNX. Also, the _USE_32BIT_TIME_T macro must appear first for
    [all...]
  /external/sqlite/dist/
sqlite3.c 99 ** For MinGW version 4.x (and higher), check to see if the _USE_32BIT_TIME_T
103 #if !defined(_USE_32BIT_TIME_T) && !defined(_USE_64BIT_TIME_T) && \
107 # define _USE_32BIT_TIME_T
111 ** first in QNX. Also, the _USE_32BIT_TIME_T macro must appear first for
    [all...]

Completed in 884 milliseconds