/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 38 check_type_size("long" SIZEOF_LONG) 40 if(SIZEOF_OFF_T GREATER SIZEOF_LONG) 42 elseif(SIZEOF_LONG GREATER SIZEOF_INT) 44 else(SIZEOF_OFF_T GREATER SIZEOF_LONG) 46 endif(SIZEOF_OFF_T GREATER SIZEOF_LONG) 67 check_type_size("long" SIZEOF_LONG) 69 if(SIZEOF_OFF64_T GREATER SIZEOF_LONG) 71 elseif(SIZEOF_LONG GREATER SIZEOF_INT) 73 else(SIZEOF_OFF64_T GREATER SIZEOF_LONG) 75 endif(SIZEOF_OFF64_T GREATER SIZEOF_LONG)
|
/external/e2fsprogs/lib/blkid/ |
D | blkid_types.h.in | 74 #if (@SIZEOF_LONG@ == 4) 83 #endif /* SIZEOF_LONG == 4 */ 96 #if (@SIZEOF_LONG@ == 4) 105 #endif /* SIZEOF_LONG == 4 */ 121 #if (@SIZEOF_LONG@ == 8) 126 #endif /* SIZEOF_LONG == 8 */ 147 #if (@SIZEOF_LONG@ == 8) 152 #endif /* SIZEOF_LONG == 8 */
|
D | llseek.c | 53 #if SIZEOF_LONG == SIZEOF_LONG_LONG
|
/external/python/cpython2/Include/ |
D | pymacconfig.h | 13 # undef SIZEOF_LONG 37 # undef SIZEOF_LONG 41 # define SIZEOF_LONG 8 macro 54 # define SIZEOF_LONG 4 macro
|
D | pyport.h | 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG 206 #if SIZEOF_PID_T > SIZEOF_LONG 236 # elif SIZEOF_SIZE_T == SIZEOF_LONG 872 #if SIZEOF_LONG == 4 874 #elif SIZEOF_LONG == 8 886 #define LONG_BIT (8 * SIZEOF_LONG) 889 #if LONG_BIT != 8 * SIZEOF_LONG
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_types.h.in | 74 #if (@SIZEOF_LONG@ == 4) 83 #endif /* SIZEOF_LONG == 4 */ 96 #if (@SIZEOF_LONG@ == 4) 105 #endif /* SIZEOF_LONG == 4 */ 121 #if (@SIZEOF_LONG@ == 8) 127 #endif /* SIZEOF_LONG == 8 */ 147 #if (@SIZEOF_LONG@ == 8) 153 #endif /* SIZEOF_LONG == 8 */
|
D | llseek.c | 54 #if SIZEOF_LONG == SIZEOF_LONG_LONG
|
/external/python/cpython2/Modules/_sqlite/ |
D | util.c | 123 # if SIZEOF_LONG < SIZEOF_LONG_LONG in _pysqlite_long_from_int64() 128 # if SIZEOF_LONG < 8 in _pysqlite_long_from_int64() 155 # if SIZEOF_LONG > 8 in _pysqlite_long_as_int64()
|
/external/elfutils/ |
D | config.h | 72 #define SIZEOF_LONG 8 macro 74 #define SIZEOF_LONG 4 macro
|
/external/e2fsprogs/util/ |
D | subst.conf.in | 7 SIZEOF_LONG @SIZEOF_LONG@
|
/external/libdivsufsort/include/ |
D | CMakeLists.txt | 83 check_type_size("long" SIZEOF_LONG) 89 elseif("${SIZEOF_LONG}" STREQUAL "4") 115 check_type_size("long" SIZEOF_LONG) 121 elseif("${SIZEOF_LONG}" STREQUAL "8")
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 388 #define SIZEOF_LONG 4 macro 415 #elif SIZEOF_LONG == 4 432 #elif SIZEOF_LONG == 4
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_types.h.in | 15 #elif (@SIZEOF_LONG@ == 8) 40 #elif (@SIZEOF_LONG@ == 4)
|
/external/python/cpython2/Python/ |
D | mystrtoul.c | 64 #if SIZEOF_LONG == 4 70 #elif SIZEOF_LONG == 8
|
D | thread_pthread.h | 212 #if SIZEOF_PTHREAD_T <= SIZEOF_LONG in PyThread_start_new_thread() 234 #if SIZEOF_PTHREAD_T <= SIZEOF_LONG in PyThread_get_thread_ident()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Constants.java | 35 static final int SIZEOF_LONG = 8; field in Constants
|
/external/python/cpython2/Modules/ |
D | _struct.c | 396 #if (SIZEOF_LONG > SIZEOF_INT) in nu_uint() 567 #if (SIZEOF_LONG > SIZEOF_INT) in np_int() 584 #if (SIZEOF_LONG > SIZEOF_INT) in np_uint() 728 if (SIZEOF_LONG > f->size) in bu_int() 820 if (i != SIZEOF_LONG) { in bp_int() 823 #if (SIZEOF_LONG != 4) in bp_int() 843 if (i != SIZEOF_LONG) { in bp_uint() 956 if (SIZEOF_LONG > f->size) in lu_int() 1040 if (i != SIZEOF_LONG) { in lp_int() 1043 #if (SIZEOF_LONG != 4) in lp_int() [all …]
|
/external/liblzf/ |
D | config.h.in | 13 #undef SIZEOF_LONG
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 126 #if SIZEOF_LONG == 8 in pid_memory_read() 135 #if SIZEOF_LONG == 8 in pid_memory_read() 146 #if SIZEOF_LONG == 8 in pid_memory_read()
|
/external/python/cpython2/PC/os2vacpp/ |
D | pyconfig.h | 77 #define SIZEOF_LONG 4 /* Count of Bytes in a (long) */ macro
|
/external/strace/ |
D | Android.mk | 199 LOCAL_CFLAGS += -DSIZEOF_KERNEL_LONG_T=SIZEOF_LONG -DSIZEOF_OFF_T=SIZEOF_LONG
|
D | defs.h | 163 #define PERSONALITY0_WORDSIZE SIZEOF_LONG 830 && (SIZEOF_LONG < SIZEOF_KERNEL_LONG_T || !defined(current_wordsize))) 1014 #if SIZEOF_KERNEL_LONG_T > SIZEOF_LONG 1032 #if SIZEOF_LONG == 4
|
/external/python/cpython2/PC/os2emx/ |
D | pyconfig.h | 136 #define SIZEOF_LONG 4 macro
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.h | 84 #if SIZEOF_VOID_P == SIZEOF_LONG
|
/external/curl/lib/ |
D | config-vxworks.h | 839 #define SIZEOF_LONG 4 macro
|