Home
last modified time | relevance | path

Searched defs:SIZEOF_INT (Results 1 – 25 of 44) sorted by relevance

12

/external/flatbuffers/ts/
Dconstants.ts2 export const SIZEOF_INT = 4; constant
/external/flatbuffers/php/
DConstants.php23 const SIZEOF_INT = 4; define in Google\\FlatBuffers\\Constants
/external/freetype/builds/vms/
Dftconfig.h45 #define SIZEOF_INT 4 macro
/external/flatbuffers/java/com/google/flatbuffers/
DConstants.java31 static final int SIZEOF_INT = 4; field in Constants
/external/speex/
Dconfig.h92 #define SIZEOF_INT 4 macro
/external/python/cpython2/Lib/test/
Dtest_time.py9 SIZEOF_INT = sysconfig.get_config_var('SIZEOF_INT') or 4 variable
/external/curl/lib/
Dconfig-riscos.h226 #define SIZEOF_INT 4 macro
Dconfig-mac.h84 #define SIZEOF_INT 4 macro
Dconfig-win32ce.h220 #define SIZEOF_INT 4 macro
Dconfig-amigaos.h70 #define SIZEOF_INT 4 macro
Dconfig-dos.h82 #define SIZEOF_INT 4 macro
Dconfig-os400.h248 #define SIZEOF_INT 4 macro
Dconfig-plan9.h52 #define SIZEOF_INT 4 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h266 #define SIZEOF_INT 4 macro
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DUtil.java11 public static final int SIZEOF_INT = 4; field in Util
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DUtil.java13 public static final int SIZEOF_INT = 4; field in Util
/external/cronet/third_party/libevent/aix/
Dconfig.h237 #define SIZEOF_INT 4 macro
/external/cronet/third_party/libevent/mac/
Dconfig.h227 #define SIZEOF_INT 4 macro
/external/cronet/third_party/libevent/freebsd/
Dconfig.h227 #define SIZEOF_INT 4 macro
/external/cronet/third_party/libevent/linux/
Dconfig.h227 #define SIZEOF_INT 4 macro
/external/cronet/third_party/libevent/android/
Dconfig.h227 #define SIZEOF_INT 4 macro
/external/pdfium/third_party/libtiff/
Dtiffconf.h46 #define SIZEOF_INT 4 macro
/external/cronet/third_party/libevent/solaris/
Dconfig.h227 #define SIZEOF_INT 4 macro
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h76 #define SIZEOF_INT 4 /* Count of Bytes in an (int) */ macro
/external/libxaac/decoder/
Dixheaacd_aacdecoder.c91 #define SIZEOF_INT(x) ((sizeof(x) + sizeof(WORD32) - 1) / sizeof(WORD32)) macro

12