HomeSort by relevance Sort by last modified time
    Searched full:sizeof_long (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /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/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 */
blkid_types.h 66 #endif /* SIZEOF_LONG == 4 */
84 #endif /* SIZEOF_LONG == 4 */
99 #endif /* SIZEOF_LONG == 8 */
119 #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 */
ext2_types.h 66 #endif /* SIZEOF_LONG == 4 */
84 #endif /* SIZEOF_LONG == 4 */
100 #endif /* SIZEOF_LONG == 8 */
120 #endif /* SIZEOF_LONG == 8 */
llseek.c 49 #if SIZEOF_LONG == SIZEOF_LONG_LONG
53 #else /* SIZEOF_LONG != SIZEOF_LONG_LONG */
  /external/e2fsprogs/util/
subst.conf.in 9 SIZEOF_LONG @SIZEOF_LONG@
  /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
  /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/e2fsprogs/lib/uuid/
uuid_types.h.in 15 #elif (@SIZEOF_LONG@ == 8)
40 #elif (@SIZEOF_LONG@ == 4)
  /external/libdivsufsort/include/
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/elfutils/libdwfl/
linux-pid-attach.c 126 #if SIZEOF_LONG == 8
130 #else /* SIZEOF_LONG != 8 */
133 #endif /* SIZEOF_LONG != 8 */
135 #if SIZEOF_LONG == 8
141 #endif /* SIZEOF_LONG == 8 */
146 #if SIZEOF_LONG == 8
154 #endif /* SIZEOF_LONG == 8 */
  /external/elfutils/
config.h 72 #define SIZEOF_LONG 8
74 #define SIZEOF_LONG 4
  /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]; };
  /external/curl/
local-configure.patch 45 -#define SIZEOF_LONG 4
  /external/dbus/cmake/
ConfigureChecks.cmake 49 check_type_size("long" SIZEOF_LONG)
59 elseif(SIZEOF_LONG EQUAL 8)
79 elseif(SIZEOF_LONG EQUAL 4)
  /external/libogg/
config.h.in 62 #undef 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...]
net.c 307 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
318 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
532 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
550 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
555 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
560 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
643 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
660 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
677 #if SUPPORTED_PERSONALITIES > 1 && SIZEOF_LONG > 4
    [all...]

Completed in 259 milliseconds

1 2 3 4 5