HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_SHORT (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/flatbuffers/php/
Constants.php 22 const SIZEOF_SHORT = 2;
FlatbufferBuilder.php 822 $this->addShort(($this->vtable_in_use + $standard_fields) * Constants::SIZEOF_SHORT);
834 for ($j = Constants::SIZEOF_SHORT; $j < $len; $j += Constants::SIZEOF_SHORT) {
  /external/liblzf/
config.h.in 16 #undef SIZEOF_SHORT
  /external/flatbuffers/java/com/google/flatbuffers/
Constants.java 29 static final int SIZEOF_SHORT = 2;
FlatBufferBuilder.java 207 public void putShort (short x) { bb.putShort (space -= Constants.SIZEOF_SHORT, x); }
261 public void addShort (short x) { prep(Constants.SIZEOF_SHORT, 0); putShort (x); }
690 addShort((short)((vtable_in_use + standard_fields) * SIZEOF_SHORT));
700 for (int j = SIZEOF_SHORT; j < len; j += SIZEOF_SHORT) {
  /external/e2fsprogs/lib/uuid/
uuid_types.h.in 30 #elif (@SIZEOF_SHORT@ == 2)
43 #elif (@SIZEOF_SHORT@ == 4)
  /external/e2fsprogs/lib/blkid/
blkid_types.h.in 38 #if (@SIZEOF_SHORT@ == 2)
43 #endif /* SIZEOF_SHORT == 2 */
56 #if (@SIZEOF_SHORT@ == 2)
61 #endif /* SIZEOF_SHORT == 2 */
77 #if (@SIZEOF_SHORT@ == 4)
82 #endif /* SIZEOF_SHORT == 4 */
99 #if (@SIZEOF_SHORT@ == 4)
104 #endif /* SIZEOF_SHORT == 4 */
  /external/libogg/
config.h.in 68 #undef SIZEOF_SHORT
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h.in 38 #if (@SIZEOF_SHORT@ == 2)
43 #endif /* SIZEOF_SHORT == 2 */
56 #if (@SIZEOF_SHORT@ == 2)
61 #endif /* SIZEOF_SHORT == 2 */
77 #if (@SIZEOF_SHORT@ == 4)
82 #endif /* SIZEOF_SHORT == 4 */
99 #if (@SIZEOF_SHORT@ == 4)
104 #endif /* SIZEOF_SHORT == 4 */
  /external/python/cpython2/PC/os2emx/
pyconfig.h 63 #define Py_UNICODE_SIZE SIZEOF_SHORT
130 #define SIZEOF_SHORT 2
  /external/c-ares/
config-dos.h 36 #define SIZEOF_SHORT 2
config-win32.h 236 #define SIZEOF_SHORT 2
  /external/curl/lib/
config-amigaos.h 91 #define SIZEOF_SHORT 2
config-dos.h 89 #define SIZEOF_SHORT 2
config-mac.h 87 #define SIZEOF_SHORT 2
config-win32ce.h 347 #define SIZEOF_SHORT 2
config-symbian.h 720 #define SIZEOF_SHORT 2
config-tpf.h 619 #define SIZEOF_SHORT 2
config-vxworks.h 845 #define SIZEOF_SHORT 2
config-os400.h 404 #define SIZEOF_SHORT 2
config-riscos.h 384 #define SIZEOF_SHORT 2
  /external/python/cpython2/PC/os2vacpp/
pyconfig.h 85 #define Py_UNICODE_SIZE SIZEOF_SHORT
  /external/python/cpython2/PC/
pyconfig.h 386 #define SIZEOF_SHORT 2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hwint.h 14 #define HOST_BITS_PER_SHORT (CHAR_BIT * SIZEOF_SHORT)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h 1031 #define SIZEOF_SHORT 2
    [all...]

Completed in 762 milliseconds

1 2 3