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

1 2 3

  /external/flatbuffers/php/
Constants.php 22 const SIZEOF_SHORT = 2;
FlatbufferBuilder.php 826 $this->addShort(($trimmed_size + $standard_fields) * Constants::SIZEOF_SHORT);
838 for ($j = Constants::SIZEOF_SHORT; $j < $len; $j += Constants::SIZEOF_SHORT) {
  /external/flatbuffers/java/com/google/flatbuffers/
Constants.java 29 static final int SIZEOF_SHORT = 2;
FlatBufferBuilder.java 272 public void putShort (short x) { bb.putShort (space -= Constants.SIZEOF_SHORT, x); }
326 public void addShort (short x) { prep(Constants.SIZEOF_SHORT, 0); putShort (x); }
759 addShort((short)((trimmed_size + standard_fields) * SIZEOF_SHORT));
769 for (int j = SIZEOF_SHORT; j < len; j += SIZEOF_SHORT) {
    [all...]
  /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/curl/lib/
config-amigaos.h 91 #define SIZEOF_SHORT 2
config-mac.h 87 #define SIZEOF_SHORT 2
config-win32ce.h 344 #define SIZEOF_SHORT 2
config-dos.h 91 #define SIZEOF_SHORT 2
config-symbian.h 717 #define SIZEOF_SHORT 2
config-tpf.h 616 #define SIZEOF_SHORT 2
warnless.c 43 #if (SIZEOF_SHORT == 2)
46 #elif (SIZEOF_SHORT == 4)
49 #elif (SIZEOF_SHORT == 8)
53 # error "SIZEOF_SHORT not defined"
104 #if (SIZEOF_SIZE_T == SIZEOF_SHORT)
config-vxworks.h 842 #define SIZEOF_SHORT 2
curl_config.h 908 #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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Util.java 7 static final int SIZEOF_SHORT = 2;
  /external/python/cpython2/PC/
pyconfig.h 386 #define SIZEOF_SHORT 2
  /external/python/cpython2/android_arm/pyconfig/
pyconfig.h 1028 #define SIZEOF_SHORT 2
    [all...]
  /external/python/cpython2/android_arm64/pyconfig/
pyconfig.h 1028 #define SIZEOF_SHORT 2
    [all...]

Completed in 2259 milliseconds

1 2 3