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

  /external/tcpdump/missing/
bittypes.h 59 #elif SIZEOF_LONG == 4
77 #elif 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 59 #if (@SIZEOF_LONG@ == 4)
67 #endif /* SIZEOF_LONG == 4 */
77 #if (@SIZEOF_LONG@ == 4)
85 #endif /* SIZEOF_LONG == 4 */
95 #if (@SIZEOF_LONG@ == 8)
101 #endif /* SIZEOF_LONG == 8 */
111 #if (@SIZEOF_LONG@ == 8)
121 #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 */
95 #if (@SIZEOF_LONG@ == 8)
101 #endif /* SIZEOF_LONG == 8 */
111 #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 */
unix_io.c 429 #if (defined(__alpha__) || ((defined(__sparc__) || defined(__mips__)) && (SIZEOF_LONG == 4)))
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
ICommonDataTypes.java 92 public static final int SIZEOF_LONG = SIZE_OF_FOUR_BYTES; // Common
  /external/tcpdump/
config.h 312 #define SIZEOF_LONG 4
config.h.in 311 #undef SIZEOF_LONG
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hwint.h 16 #define HOST_BITS_PER_LONG (CHAR_BIT * SIZEOF_LONG)
auto-host.h 1447 #define SIZEOF_LONG 4
    [all...]
bitmap.h 32 #define BITMAP_WORD_BITS (CHAR_BIT * SIZEOF_LONG * 1u)
cpplib.h 238 #elif CHAR_BIT * SIZEOF_LONG >= 32
    [all...]
  /external/bluetooth/glib/glib/
config.h 590 #define SIZEOF_LONG 8
  /external/dbus/
config.h 248 #define SIZEOF_LONG sizeof(long)
config.h.in 247 #undef SIZEOF_LONG
  /external/bluetooth/glib/
config.h.win32.in 678 #define SIZEOF_LONG 4
  /external/bluetooth/glib/gobject/
gparamspecs.c 220 #if SIZEOF_LONG == 4
223 #else /* SIZEOF_LONG != 4 (8) */
266 #if SIZEOF_LONG == 4
268 #else /* SIZEOF_LONG != 4 (8) */
    [all...]
  /external/e2fsprogs/
configure 753 SIZEOF_LONG
    [all...]

Completed in 249 milliseconds