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

1 2 3

  /external/liblzf/
config.h.in 13 #undef SIZEOF_LONG
  /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
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /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
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /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
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /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
pyport.h 166 #elif SIZEOF_VOID_P <= SIZEOF_LONG
207 #if SIZEOF_PID_T > SIZEOF_LONG
238 # elif SIZEOF_SIZE_T == SIZEOF_LONG
    [all...]
  /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/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 59 #if (@SIZEOF_LONG@ == 4)
67 #endif /* SIZEOF_LONG == 4 */
77 #if (@SIZEOF_LONG@ == 4)
85 #endif /* SIZEOF_LONG == 4 */
98 #if (@SIZEOF_LONG@ == 8)
100 #endif /* SIZEOF_LONG == 8 */
118 #if (@SIZEOF_LONG@ == 8)
120 #endif /* SIZEOF_LONG == 8 */
llseek.c 48 #if SIZEOF_LONG == SIZEOF_LONG_LONG
52 #else /* SIZEOF_LONG != SIZEOF_LONG_LONG */
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h.in 59 #if (@SIZEOF_LONG@ == 4)
67 #endif /* SIZEOF_LONG == 4 */
77 #if (@SIZEOF_LONG@ == 4)
85 #endif /* SIZEOF_LONG == 4 */
98 #if (@SIZEOF_LONG@ == 8)
101 #endif /* SIZEOF_LONG == 8 */
118 #if (@SIZEOF_LONG@ == 8)
121 #endif /* SIZEOF_LONG == 8 */
llseek.c 49 #if SIZEOF_LONG == SIZEOF_LONG_LONG
53 #else /* SIZEOF_LONG != SIZEOF_LONG_LONG */
  /external/libogg/
config.h.in 62 #undef SIZEOF_LONG
  /external/ltrace/sysdeps/linux-gnu/arm/
breakpoint.c 43 union _ { long l; unsigned char b[SIZEOF_LONG]; };
76 union _ { long l; unsigned char b[SIZEOF_LONG]; };
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubytracking.swg 15 #if SIZEOF_VOIDP == SIZEOF_LONG
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 83 #define SIZEOF_LONG 8
85 #define FT_SIZEOF_LONG SIZEOF_LONG
  /external/dbus/
config.h 248 #define SIZEOF_LONG sizeof(long)
  /external/strace/
util.c 238 #if SIZEOF_LONG > 4 && SIZEOF_LONG == SIZEOF_LONG_LONG
258 #elif SIZEOF_LONG > 4
259 # error Unsupported configuration: SIZEOF_LONG > 4 && SIZEOF_LONG_LONG > SIZEOF_LONG
441 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
1032 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
1190 #if SIZEOF_LONG == 4
1193 #elif SIZEOF_LONG == 8
1197 # error SIZEOF_LONG >
    [all...]
  /external/curl/lib/
config-vxworks.h 839 #define SIZEOF_LONG 4
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
ftconfig.in 82 #undef SIZEOF_LONG
84 #define FT_SIZEOF_LONG SIZEOF_LONG
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftconfig.h 63 #define SIZEOF_LONG 4

Completed in 718 milliseconds

1 2 3