Searched refs:SIZEOF_SHORT (Results 1 - 25 of 52) sorted by relevance

123

/external/flatbuffers/java/com/google/flatbuffers/
H A DConstants.java29 static final int SIZEOF_SHORT = 2; field in class:Constants
H A DFlatBufferBuilder.java272 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) {
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h.in30 #elif (@SIZEOF_SHORT@ == 2)
43 #elif (@SIZEOF_SHORT@ == 4)
/external/e2fsprogs/lib/blkid/
H A Dblkid_types.h.in38 #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/
H A Dconfig.h.in68 #undef SIZEOF_SHORT
/external/e2fsprogs/lib/ext2fs/
H A Dext2_types.h.in38 #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/
H A Dpyconfig.h63 #define Py_UNICODE_SIZE SIZEOF_SHORT
130 #define SIZEOF_SHORT 2 macro
/external/curl/lib/
H A Dconfig-amigaos.h91 #define SIZEOF_SHORT 2 macro
H A Dconfig-mac.h87 #define SIZEOF_SHORT 2 macro
H A Dconfig-win32ce.h344 #define SIZEOF_SHORT 2 macro
H A Dconfig-dos.h91 #define SIZEOF_SHORT 2 macro
H A Dconfig-symbian.h717 #define SIZEOF_SHORT 2 macro
H A Dconfig-tpf.h616 #define SIZEOF_SHORT 2 macro
H A Dwarnless.c43 #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)
H A Dconfig-vxworks.h842 #define SIZEOF_SHORT 2 macro
H A Dcurl_config.h908 #define SIZEOF_SHORT 2 macro
H A Dconfig-os400.h404 #define SIZEOF_SHORT 2 macro
H A Dconfig-riscos.h384 #define SIZEOF_SHORT 2 macro
/external/flatbuffers/php/
H A DConstants.php22 const SIZEOF_SHORT = 2;
/external/python/cpython2/PC/os2vacpp/
H A Dpyconfig.h85 #define Py_UNICODE_SIZE SIZEOF_SHORT
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
H A DUtil.java7 static final int SIZEOF_SHORT = 2; field in class:Util
/external/flatbuffers/js/
H A Dflatbuffers.js37 flatbuffers.SIZEOF_SHORT = 2;
620 var len = (trimmed_size + standard_fields) * flatbuffers.SIZEOF_SHORT;
630 for (var j = flatbuffers.SIZEOF_SHORT; j < len; j += flatbuffers.SIZEOF_SHORT) {
/external/python/cpython2/PC/
H A Dpyconfig.h386 #define SIZEOF_SHORT 2 macro
/external/python/cpython2/android_arm/pyconfig/
H A Dpyconfig.h1028 #define SIZEOF_SHORT 2 macro
/external/python/cpython2/android_arm64/pyconfig/
H A Dpyconfig.h1028 #define SIZEOF_SHORT 2 macro

Completed in 473 milliseconds

123