HomeSort by relevance Sort by last modified time
    Searched defs:SIZEOF_INT (Results 1 - 25 of 44) sorted by null

1 2

  /external/flatbuffers/java/com/google/flatbuffers/
Constants.java 31 static final int SIZEOF_INT = 4;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Util.java 8 public static final int SIZEOF_INT = 4;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 28 #define SIZEOF_INT sizeof(int)
  /external/freetype/builds/vms/
ftconfig.h 63 #define SIZEOF_INT 4
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 82 #define SIZEOF_INT 4
84 #define FT_SIZEOF_INT SIZEOF_INT
  /external/libxaac/decoder/
ixheaacd_aacdecoder.c 86 #define SIZEOF_INT(x) ((sizeof(x) + sizeof(WORD32) - 1) / sizeof(WORD32))
144 *)&work_buffer_1[2 * SIZEOF_INT(ia_aac_dec_channel_info_struct) +
145 2 * SIZEOF_INT(ia_aac_sfb_code_book_struct)];
153 *)&work_buffer_1[ch * SIZEOF_INT(ia_aac_dec_channel_info_struct)];
156 *)&work_buffer_1[2 * SIZEOF_INT(ia_aac_dec_channel_info_struct) +
157 (ch * SIZEOF_INT(ia_aac_sfb_code_book_struct))];
    [all...]
  /external/pdfium/third_party/libtiff/
tiffconf.h 40 #define SIZEOF_INT 4
  /external/curl/lib/
config-mac.h 86 #define SIZEOF_INT 4
config-amigaos.h 90 #define SIZEOF_INT 4
config-dos.h 88 #define SIZEOF_INT 4
config-win32ce.h 335 #define SIZEOF_INT 4
config-riscos.h 375 #define SIZEOF_INT 4
config-symbian.h 711 #define SIZEOF_INT 4
config-tpf.h 610 #define SIZEOF_INT 4
config-vxworks.h 833 #define SIZEOF_INT 4
config-win32.h 388 #define SIZEOF_INT 4
config-os400.h 392 #define SIZEOF_INT 4
curl_config.h 905 #define SIZEOF_INT 4
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 76 #define SIZEOF_INT 4 /* Count of Bytes in an (int) */
  /external/python/cpython3/Lib/test/
test_time.py 22 SIZEOF_INT = sysconfig.get_config_var('SIZEOF_INT') or 4
23 TIME_MAXYEAR = (1 << 8 * SIZEOF_INT - 1) - 1
    [all...]
  /external/python/cpython2/PC/os2emx/
pyconfig.h 133 #define SIZEOF_INT 4
  /external/python/cpython2/PC/
pyconfig.h 387 #define SIZEOF_INT 4
412 #if SIZEOF_INT == 4
429 #if SIZEOF_INT == 4
  /external/python/cpython3/PC/
pyconfig.h 344 #define SIZEOF_INT 4
650 #define SIZEOF_PID_T SIZEOF_INT
  /external/python/cpython2/RISCOS/
pyconfig.h 266 #define SIZEOF_INT 4
  /external/python/cpython2/android_arm/pyconfig/
pyconfig.h 1007 #define SIZEOF_INT 4
    [all...]

Completed in 654 milliseconds

1 2