HomeSort by relevance Sort by last modified time
    Searched refs:Byte (Results 276 - 300 of 631) sorted by null

<<11121314151617181920>>

  /external/lzma/CPP/7zip/Common/
FilterCoder.h 35 Byte *_buffer;
100 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
109 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
InOutTempBuffer.h 16 Byte *_buf;
CWrappers.cpp 145 Lim = Cur = Buf = (Byte *)::MidAlloc((size_t)size);
151 Byte CByteInBufWrap::ReadByteFromNewBlock()
167 static Byte Wrap_ReadByte(void *pp)
194 Buf = (Byte *)::MidAlloc(size);
213 static void Wrap_WriteByte(void *pp, Byte b)
216 Byte *dest = p->Cur;
FilterCoder.cpp 16 _buffer = (Byte *)::MidAlloc(kBufferSize);
109 data = (const Byte *)data + sizeTemp;
180 data = (void *)((Byte *)data + sizeTemp);
213 STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size)
244 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size)
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.cpp 55 _order = (Byte)v;
67 Byte props[kPropSize];
78 _inBuf = (Byte *)::MidAlloc(kBufSize);
LzmaDecoder.h 26 Byte *_inBuf;
59 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
LzmaDecoder.cpp 55 _inBuf = (Byte *)MyAlloc(_inBufSize);
63 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
196 SRes res = LzmaDec_DecodeToBuf(&_state, (Byte *)data, &outProcessed,
202 data = (Byte *)data + outProcessed;
242 data = (Byte *)data + curSize;
  /external/lzma/C/
XzDec.c 30 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value)
38 Byte b = p[i];
61 Byte deltaState[DELTA_STATE_SIZE];
63 Byte buf[BRA_BUF_SIZE];
71 SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc)
124 static SRes BraState_Code(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
233 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc)
246 static SRes SbState_Code(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
    [all...]
7zCrc.c 26 const Byte *p = (const Byte *)data;
XzIn.c 12 Byte sig[XZ_STREAM_HEADER_SIZE];
25 Byte header[XZ_BLOCK_HEADER_SIZE_MAX];
71 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc)
120 Byte *buf;
144 Byte buf[XZ_STREAM_FOOTER_SIZE];
162 Byte tempBuf[TEMP_BUF_SIZE];
290 Byte *data = (Byte *)alloc->Alloc(alloc, newNum * sizeof(CXzStream));
LzmaDec.c 131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
141 Byte *dic = p->dic;
149 const Byte *buf = p->buf;
193 dic[dicPos++] = (Byte)symbol;
390 Byte *dest = dic + dicPos;
392 const Byte *lim = dest + curLen;
395 *(dest) = (Byte)*(dest + src);
432 Byte *dic = p->dic;
454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
    [all...]
XzEnc.c 44 Byte header[XZ_STREAM_HEADER_SIZE];
46 header[XZ_SIG_SIZE] = (Byte)(f >> 8);
47 header[XZ_SIG_SIZE + 1] = (Byte)(f & 0xFF);
55 Byte header[XZ_BLOCK_HEADER_SIZE_MAX];
74 header[0] = (Byte)(pos >> 2);
81 Byte buf[32];
116 buf[8] = (Byte)(p->flags >> 8);
117 buf[9] = (Byte)(p->flags & 0xFF);
168 void SeqCheckInStream_GetDigest(CSeqCheckInStream *p, Byte *digest)
206 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
    [all...]
Sha256.c 160 void Sha256_Update(CSha256 *p, const Byte *data, size_t size)
176 void Sha256_Final(CSha256 *p, Byte *digest)
191 p->buffer[curBufferPos++] = (Byte)(lenInBits >> 56);
198 *digest++ = (Byte)(p->state[i] >> 24);
199 *digest++ = (Byte)(p->state[i] >> 16);
200 *digest++ = (Byte)(p->state[i] >> 8);
201 *digest++ = (Byte)(p->state[i]);
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java 135 public static final Key<byte[]> CONTROL_AE_AVAILABLE_ANTIBANDING_MODES =
136 new Key<byte[]>("android.control.aeAvailableAntibandingModes", byte[].class);
172 public static final Key<byte[]> CONTROL_AF_AVAILABLE_MODES =
173 new Key<byte[]>("android.control.afAvailableModes", byte[].class);
181 public static final Key<byte[]> CONTROL_AVAILABLE_EFFECTS =
182 new Key<byte[]>("android.control.availableEffects", byte[].class);
190 public static final Key<byte[]> CONTROL_AVAILABLE_SCENE_MODES
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7zCrc.c 26 const Byte *p = (const Byte *)data;
LzmaDec.c 131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
141 Byte *dic = p->dic;
149 const Byte *buf = p->buf;
193 dic[dicPos++] = (Byte)symbol;
390 Byte *dest = dic + dicPos;
392 const Byte *lim = dest + curLen;
395 *(dest) = (Byte)*(dest + src);
432 Byte *dic = p->dic;
454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize
    [all...]
  /external/clang/test/Analysis/
casts.c 56 typedef unsigned char Byte;
59 Byte buf[len];
  /external/dexmaker/src/main/java/com/google/dexmaker/
Constants.java 48 } else if (value instanceof Byte) {
49 return CstByte.make((Byte) value);
  /external/easymock/src/org/easymock/internal/
MethodSerializationWrapper.java 32 primitiveTypes.put(Byte.TYPE.getName(), Byte.TYPE);
  /external/lzma/CPP/Windows/
PropVariant.h 22 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; }
35 CPropVariant& operator=(Byte value);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java 30 * Currently code only supports 4 byte id size.
44 byte[] bytes = new byte[512];
46 byte b = in.readByte();
79 public final byte tag;
92 this.tag = (byte) tag;
104 private static final Map<Byte, Tag> BYTE_TO_TAG
105 = new HashMap<Byte, Tag>();
113 public static Tag get(byte tag) {
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 132 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
142 Byte *dic = p->dic;
150 const Byte *buf = p->buf;
194 dic[dicPos++] = (Byte)symbol;
391 Byte *dest = dic + dicPos;
393 const Byte *lim = dest + curLen;
396 *(dest) = (Byte)*(dest + src);
433 Byte *dic = p->dic;
455 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
488 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 22 data = (const void *)((const Byte *)data + processedSize);
38 Byte buf[8];
57 static void SetUInt32(Byte *p, UInt32 d)
60 p[i] = (Byte)d;
63 static void SetUInt64(Byte *p, UInt64 d)
66 p[i] = (Byte)d;
71 Byte buf[24];
173 void COutArchive::WriteByte(Byte b)
190 WriteByte((Byte)value);
199 WriteByte((Byte)value);
    [all...]
  /external/zlib/src/
zconf.h 128 # define Byte z_Byte
368 typedef unsigned char Byte; /* 8 bits */
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
389 typedef Byte const *voidpc;
390 typedef Byte FAR *voidpf;
391 typedef Byte *voidp;
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 170 bool unsupportedTypes = (sizeof(Byte) != 1 || sizeof(UInt32) < 4 || sizeof(UInt64) < 4);
310 Byte *inBuffer = 0;
313 inBuffer = (Byte *)MyAlloc((size_t)inSize);
321 Byte *outBuffer = 0;
329 outBuffer = (Byte *)MyAlloc((size_t)outSize);
353 outBuffer = (Byte *)MyAlloc(outSize);
455 Byte b = Byte(fileSize >> (8 * i));
480 Byte header[kPropertiesSize + 8];

Completed in 849 milliseconds

<<11121314151617181920>>