/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
zconf.h | 33 typedef unsigned char Byte;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
ByteSerializer.java | 40 * Byte serializer. 47 public Byte readObject(ByteBuffer data, Class c) throws IOException { 52 buffer.put((Byte)object);
|
/external/lzma/CPP/7zip/Common/ |
RegisterArc.h | 16 Byte ClassId;
17 Byte Signature[16];
|
/external/chromium_org/third_party/lzma_sdk/ |
LzmaEnc.h | 55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size); 58 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 72 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaEnc.h | 56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size); 59 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 73 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 74 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
/external/llvm/lib/Object/ |
YAML.cpp | 46 uint8_t Byte; 47 StringRef((const char *)&Data[I], 2).getAsInteger(16, Byte); 48 OS.write(Byte); 63 uint8_t Byte = *I; 64 OS << hexdigit(Byte >> 4); 65 OS << hexdigit(Byte & 0xf);
|
/external/lzma/C/ |
LzmaEnc.h | 55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
58 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
72 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
Ppmd.h | 36 Byte Shift; /* Speed of Freq change; low Shift is for fast change */
37 Byte Count; /* Count to next change of Shift */
41 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); }
45 Byte Symbol;
46 Byte Freq;
69 Byte *
|