HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_INT (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /external/python/cpython2/android_arm64/pyconfig/
pyconfig.h 1007 #define SIZEOF_INT 4
    [all...]
  /external/python/cpython2/android_x86/pyconfig/
pyconfig.h 1007 #define SIZEOF_INT 4
    [all...]
  /external/python/cpython2/android_x86_64/pyconfig/
pyconfig.h 1007 #define SIZEOF_INT 4
    [all...]
  /external/python/cpython2/darwin_x86_64/pyconfig/
pyconfig.h 1016 #define SIZEOF_INT 4
    [all...]
  /external/python/cpython2/linux_x86_64/pyconfig/
pyconfig.h 1018 #define SIZEOF_INT 4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hwint.h 15 #define HOST_BITS_PER_INT (CHAR_BIT * SIZEOF_INT)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h 1010 #define SIZEOF_INT 4
    [all...]
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
236 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyconfig.h 1010 #define SIZEOF_INT 4
    [all...]
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
236 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 1010 #define SIZEOF_INT 4
    [all...]
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
236 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 1010 #define SIZEOF_INT 4
    [all...]
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
236 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
config.in 311 #undef 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
234 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
234 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 177 #elif SIZEOF_VOID_P <= SIZEOF_INT
249 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
234 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
  /external/flatbuffers/js/
flatbuffers.js 43 flatbuffers.SIZEOF_INT = 4;
569 this.prep(flatbuffers.SIZEOF_INT, 0); // Ensure alignment is already done.
570 this.writeInt32(this.offset() - offset + flatbuffers.SIZEOF_INT);
670 this.prep(this.minalign, flatbuffers.SIZEOF_INT +
680 this.prep(this.minalign, flatbuffers.SIZEOF_INT);
716 this.prep(flatbuffers.SIZEOF_INT, elem_size * num_elems);
1089 offset += flatbuffers.SIZEOF_INT;
1156 return offset + this.readInt32(offset) + flatbuffers.SIZEOF_INT; // data starts after the length
1179 if (ident.charCodeAt(i) != this.readInt8(this.position_ + flatbuffers.SIZEOF_INT + i)) {
  /external/libevent/
config.h.in 432 #undef SIZEOF_INT
  /external/python/cpython2/Include/
pyport.h 162 #elif SIZEOF_VOID_P <= SIZEOF_INT
234 # if SIZEOF_SIZE_T == SIZEOF_INT && !defined(__APPLE__)
  /toolchain/binutils/binutils-2.27/libiberty/
config.in 465 #undef SIZEOF_INT
  /external/python/cpython3/Lib/test/
test_socket.py 85 SIZEOF_INT = array.array("i").itemsize
    [all...]

Completed in 1285 milliseconds

1 23 4 5 6 7