/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
zlib.h | 20 Byte *next_in; 24 Byte *next_out;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
zlib.h | 20 Byte *next_in; 24 Byte *next_out;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
zlib.h | 20 Byte *next_in; 24 Byte *next_out;
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
zlib.h | 20 Byte *next_in; 24 Byte *next_out;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
zlib.h | 20 Byte *next_in; 24 Byte *next_out;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
zlib.h | 20 Byte *next_in; 24 Byte *next_out;
|
/external/guava/src/com/google/common/primitives/ |
SignedBytes.java | 27 * Static utility methods pertaining to {@code byte} primitives that 40 * Returns the {@code byte} value that is equal to {@code value}, if possible. 42 * @param value any value in the range of the {@code byte} type 43 * @return the {@code byte} value that equals {@code value} 45 * Byte#MAX_VALUE} or less than {@link Byte#MIN_VALUE} 47 public static byte checkedCast(long value) { 48 byte result = (byte) value; 54 * Returns the {@code byte} nearest in value to {@code value} [all...] |
/external/kernel-headers/original/linux/ |
zlib.h | 85 Byte *next_in; /* next input byte */ 89 Byte *next_out; /* next output byte should be put there */ 243 flushed to the output buffer and the output is aligned on a byte boundary, so 372 number of unused bits in the last byte taken from strm->next_in, plus 64 375 code or decoding the complete header up to just before the first byte of the 494 const Byte *dictionary, 498 Initializes the compression dictionary from the given byte sequence 504 The dictionary should consist of strings (byte sequences) that are likel [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldDoubleTest.java | 24 Double d = new Double(Byte.MAX_VALUE); 25 assertEquals("Returned incorrect byte value", Byte.MAX_VALUE, d.byteValue()); 26 d= new Double(Byte.MIN_VALUE); 27 assertEquals("Returned incorrect byte value", Byte.MIN_VALUE, d.byteValue()); 29 assertEquals("Returned incorrect byte value", -1, d.byteValue());
|
/external/zlib/ |
example.c | 37 void test_compress OF((Byte *compr, uLong comprLen, 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 41 void test_deflate OF((Byte *compr, uLong comprLen)); 42 void test_inflate OF((Byte *compr, uLong comprLen, 43 Byte *uncompr, uLong uncomprLen)); 44 void test_large_deflate OF((Byte *compr, uLong comprLen, 45 Byte *uncompr, uLong uncomprLen)); 46 void test_large_inflate OF((Byte *compr, uLong comprLen, 47 Byte *uncompr, uLong uncomprLen)) [all...] |
zconf.in.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/development/ndk/platforms/android-3/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/external/chromium/sdch/open-vcdiff/src/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/external/llvm/include/llvm/CodeGen/ |
MachineCodeEmitter.h | 45 /// location of the next byte to emit. In the case of a buffer overflow (we 56 /// CurBufferPtr - Pointer to the next byte of memory to fill when emitting 79 /// emitByte - This callback is invoked when a byte needs to be written to the 179 uint8_t Byte = Value & 0x7f; 181 if (Value) Byte |= 0x80; 182 emitByte(Byte); 193 uint8_t Byte = Value & 0x7f; 195 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; 196 if (IsMore) Byte |= 0x80; 197 emitByte(Byte); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
zconf.h | 50 # define Byte z_Byte 261 typedef unsigned char Byte; /* 8 bits */ 268 # define Bytef Byte FAR 270 typedef Byte FAR Bytef; 282 typedef Byte const *voidpc; 283 typedef Byte FAR *voidpf; 284 typedef Byte *voidp;
|
/sdk/emulator/mksdcard/ |
mksdcard.c | 51 typedef unsigned char Byte; 52 typedef Byte* Bytes; 56 #define POKEB(p,v) BYTE_(p,0) = (Byte)(v) 57 #define POKES(p,v) ( BYTE_(p,0) = (Byte)(v), BYTE_(p,1) = (Byte)((v) >> 8) ) 58 #define POKEW(p,v) ( BYTE_(p,0) = (Byte)(v), BYTE_(p,1) = (Byte)((v) >> 8), BYTE_(p,2) = (Byte)((v) >> 16), BYTE_(p,3) = (Byte)((v) >> 24) ) 60 static Byte s_boot_sector [ BYTES_PER_SECTOR ]; /* boot sector * [all...] |