Home
last modified time | relevance | path

Searched defs:BYTES (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java125 BYTES (JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() enumConstant
DDescriptors.java829 BYTES (JavaType.BYTE_STRING), enumConstant
/external/mesa3d/src/mesa/main/
Dimports.h53 #define MALLOC(BYTES) malloc(BYTES) argument
55 #define CALLOC(BYTES) calloc(1, BYTES) argument
/external/oprofile/libop/
Dop_xml_out.h43 BYTES_TABLE, BYTES, enumerator
/external/dropbear/libtommath/mtest/
Dmpi.h189 #define BYTES CHAR_BIT macro
/external/guava/guava/src/com/google/common/primitives/
DFloats.java54 public static final int BYTES = Float.SIZE / Byte.SIZE; field in Floats
DDoubles.java54 public static final int BYTES = Double.SIZE / Byte.SIZE; field in Doubles
DChars.java54 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
DLongs.java51 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
DShorts.java51 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
DInts.java54 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
DShorts.java49 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
DInts.java49 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
DLongs.java49 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
DChars.java52 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
/external/mksh/src/
Dfuncs.c1770 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator