HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_LONG (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/flatbuffers/java/com/google/flatbuffers/
Constants.java 35 static final int SIZEOF_LONG = 8;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /external/python/cpython2/Include/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /external/python/cpython3/Include/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /prebuilts/gdb/linux-x86/include/python2.7/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h 13 # undef SIZEOF_LONG
37 # undef SIZEOF_LONG
41 # define SIZEOF_LONG 8
54 # define SIZEOF_LONG 4
  /external/elfutils/
config.h 72 #define SIZEOF_LONG 8
74 #define SIZEOF_LONG 4
  /external/libdivsufsort/CMakeModules/
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)
    [all...]
  /external/strace/
kernel_types.h 58 #if SIZEOF_KERNEL_LONG_T > SIZEOF_LONG
77 #if SIZEOF_LONG == 4
  /external/python/cpython3/Objects/stringlib/
find_max_char.h 9 #if (SIZEOF_LONG == 8)
11 #elif (SIZEOF_LONG == 4)
24 (const unsigned char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG);
27 if (_Py_IS_ALIGNED(p, SIZEOF_LONG)) {
34 _p += SIZEOF_LONG;
codecs.h 9 #if (SIZEOF_LONG == 8)
11 #elif (SIZEOF_LONG == 4)
27 const char *aligned_end = (const char *) _Py_ALIGN_DOWN(end, SIZEOF_LONG);
41 if (_Py_IS_ALIGNED(s, SIZEOF_LONG)) {
57 # if SIZEOF_LONG == 8
64 # if SIZEOF_LONG == 8
80 _s += SIZEOF_LONG;
81 _p += SIZEOF_LONG;
465 #if SIZEOF_LONG == 8
467 #elif SIZEOF_LONG ==
    [all...]
  /external/python/cpython2/Modules/_sqlite/
util.c 123 # if SIZEOF_LONG < SIZEOF_LONG_LONG
128 # if SIZEOF_LONG < 8
155 # if SIZEOF_LONG > 8
  /external/e2fsprogs/lib/uuid/
uuid_types.h.in 15 #elif (@SIZEOF_LONG@ == 8)
40 #elif (@SIZEOF_LONG@ == 4)
  /external/e2fsprogs/lib/blkid/
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 */
  /external/libogg/
config.h.in 62 #undef SIZEOF_LONG
  /external/curl/lib/
warnless.c 72 #if (SIZEOF_LONG == 2)
75 #elif (SIZEOF_LONG == 4)
78 #elif (SIZEOF_LONG == 8)
81 #elif (SIZEOF_LONG == 16)
85 # error "SIZEOF_LONG not defined"
110 #elif (SIZEOF_SIZE_T == SIZEOF_LONG)
229 #if (SIZEOF_LONG < SIZEOF_SIZE_T)
272 #if (SIZEOF_INT < SIZEOF_LONG)
294 #if (SIZEOF_INT < SIZEOF_LONG)
config-win32ce.h 347 #define SIZEOF_LONG 4
  /external/e2fsprogs/lib/ext2fs/
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 */
  /external/python/cpython2/PC/
pyconfig.h 388 #define SIZEOF_LONG 4
415 #elif SIZEOF_LONG == 4
432 #elif SIZEOF_LONG == 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
mystrtoul.c 64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
78 #error "Need table for SIZEOF_LONG"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mystrtoul.c 64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
78 #error "Need table for SIZEOF_LONG"
  /external/python/cpython2/Python/
mystrtoul.c 64 #if SIZEOF_LONG == 4
70 #elif SIZEOF_LONG == 8
78 #error "Need table for SIZEOF_LONG"

Completed in 1211 milliseconds

1 2 3 4 5 6 7 8