Searched defs:BYTES (Results 1 – 16 of 16) sorted by relevance
125 BYTES (JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() enumConstant
829 BYTES (JavaType.BYTE_STRING), enumConstant
53 #define MALLOC(BYTES) malloc(BYTES) argument55 #define CALLOC(BYTES) calloc(1, BYTES) argument
43 BYTES_TABLE, BYTES, enumerator
189 #define BYTES CHAR_BIT macro
54 public static final int BYTES = Float.SIZE / Byte.SIZE; field in Floats
54 public static final int BYTES = Double.SIZE / Byte.SIZE; field in Doubles
54 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
51 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
51 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
54 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
49 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
49 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints
49 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
52 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
1770 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() enumerator