HomeSort by relevance Sort by last modified time
    Searched refs:Byte (Results 126 - 150 of 740) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/lzma/C/
Xz.h 21 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
22 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v);
39 Byte props[XZ_FILTER_PROPS_SIZE_MAX];
46 Byte flags;
54 SRes XzBlock_Parse(CXzBlock *p, const Byte *header);
62 extern Byte XZ_SIG[XZ_SIG_SIZE];
63 extern Byte XZ_FOOTER_SIG[XZ_FOOTER_SIG_SIZE];
87 int XzCheck_Final(CXzCheck *p, Byte *digest);
96 SRes Xz_ParseHeader(CXzStreamFlags *p, const Byte *buf);
154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
    [all...]
7z.h 13 extern Byte k7zSignature[k7zSignatureSize];
86 Byte *outBuffer, size_t outSize, ISzAlloc *allocMain);
100 Byte HasStream;
101 Byte IsDir;
102 Byte IsAnti;
103 Byte CrcDefined;
104 Byte MTimeDefined;
105 Byte AttribDefined;
113 Byte *PackCRCsDefined;
158 size_t *FileNameOffsets; /* in 2-byte steps */
    [all...]
LzFind.h 17 Byte *buffer;
32 Byte *bufferBase;
59 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
76 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
87 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
89 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
7zCrcOpt.c 12 const Byte *p = (const Byte *)data;
XzCrc64.c 24 const Byte *p = (const Byte *)data;
  /frameworks/base/core/java/android/hardware/camera2/marshal/
MarshalHelpers.java 36 public static final int SIZEOF_INT32 = Integer.SIZE / Byte.SIZE;
37 public static final int SIZEOF_INT64 = Long.SIZE / Byte.SIZE;
38 public static final int SIZEOF_FLOAT = Float.SIZE / Byte.SIZE;
39 public static final int SIZEOF_DOUBLE = Double.SIZE / Byte.SIZE;
102 * <li>byte
122 if (klass == byte.class || klass == Byte.class) {
154 if (klass == byte.class) {
155 return (Class<T>)Byte.class;
  /external/freetype/src/gzip/
inftrees.h 22 Byte Exop; /* number of extra bits or operation */
23 Byte Bits; /* number of bits in this code or subcode */
  /external/llvm/lib/Support/
StringRefMemoryObject.cpp 14 int StringRefMemoryObject::readByte(uint64_t Addr, uint8_t *Byte) const {
17 *Byte = Bytes[Addr - Base];
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 22 const Byte *_data;
27 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
44 Byte *_buf;
51 operator Byte*() const { return _buf; };
52 operator const Byte*() const { return _buf; };
66 const Byte *GetBuffer() const { return _buffer; }
68 Byte *GetBufPtrForWriting(size_t addSize);
79 Byte *_buffer;
83 void Init(Byte *buffer, size_t size)
115 Byte *_data;
    [all...]
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 12 inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0xF0) == 0x80); }
13 inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || IsJcc(b0, b1)); }
14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)); }
20 static bool inline Test86MSByte(Byte b)
37 _buffer = (Byte *)MidAlloc(kBufferSize);
104 Byte prevByte = 0;
131 Byte b = _buffer[bufferPos];
    [all...]
BranchCoder.cpp 14 STDMETHODIMP_(UInt32) CBranchConverter::Filter(Byte *data, UInt32 size)
PpmdDecoder.h 28 Byte *_outBuf;
33 Byte _order;
39 HRESULT CodeSpec(Byte *memStream, UInt32 size);
57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
  /external/chromium_org/third_party/lzma_sdk/
7z.h 13 extern Byte k7zSignature[k7zSignatureSize];
86 Byte *outBuffer, size_t outSize, ISzAlloc *allocMain);
100 Byte HasStream;
101 Byte IsDir;
102 Byte IsAnti;
103 Byte CrcDefined;
104 Byte MTimeDefined;
105 Byte AttribDefined;
113 Byte *PackCRCsDefined;
158 size_t *FileNameOffsets; /* in 2-byte steps *
    [all...]
LzFind.h 17 Byte *buffer;
32 Byte *bufferBase;
59 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
76 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
87 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
89 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
7zCrcOpt.c 12 const Byte *p = (const Byte *)data;
  /external/guava/guava/src/com/google/common/primitives/
Bytes.java 35 * Static utility methods pertaining to {@code byte} primitives, that are not
36 * already found in either {@link Byte} or {@link Arrays}, <i>and interpret
52 * {@code ((Byte) value).hashCode()}.
54 * @param value a primitive {@code byte} value
57 public static int hashCode(byte value) {
65 * @param array an array of {@code byte} values, possibly empty
66 * @param target a primitive {@code byte} value
70 public static boolean contains(byte[] array, byte target) {
71 for (byte value : array)
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 18 Byte *buffer;
33 Byte *bufferBase;
60 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
77 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
88 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
90 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
  /external/guava/guava-tests/test/com/google/common/primitives/
BytesTest.java 38 private static final byte[] EMPTY = {};
39 private static final byte[] ARRAY1 = {(byte) 1};
40 private static final byte[] ARRAY234
41 = {(byte) 2, (byte) 3, (byte) 4};
43 private static final byte[] VALUES =
44 { Byte.MIN_VALUE, -1, 0, 1, Byte.MAX_VALUE }
    [all...]
  /development/ndk/platforms/android-3/include/linux/
zlib.h 20 Byte *next_in;
24 Byte *next_out;
  /external/javassist/src/main/javassist/bytecode/annotation/
ByteMemberValue.java 23 * Byte constant value.
32 * Constructs a byte constant value. The initial value is specified
43 * Constructs a byte constant value.
47 public ByteMemberValue(byte b, ConstPool cp) {
53 * Constructs a byte constant value. The initial value is 0.
57 setValue((byte)0);
61 return new Byte(getValue());
65 return byte.class;
71 public byte getValue() {
72 return (byte)cp.getIntegerInfo(valueIndex)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderOffsetInstruction.java 51 if ((this.getCodeUnits() == 1 && (codeOffset < Byte.MIN_VALUE || codeOffset > Byte.MAX_VALUE)) ||
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in;
24 Byte *next_out;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in;
24 Byte *next_out;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in;
24 Byte *next_out;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in;
24 Byte *next_out;

Completed in 662 milliseconds

1 2 3 4 56 7 8 91011>>