Searched refs:Byte (Results 126 - 150 of 312) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Common/
H A DCWrappers.cpp145 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;
H A DFilterCoder.cpp16 _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)
H A DFilterCoder.h35 Byte *_buffer;
100 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
109 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
H A DInOutTempBuffer.cpp23 _buf = new Byte[kTempBufSize];
71 data = ((const Byte *)data) + cur;
/external/lzma/C/
H A DXzEnc.c44 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 *prop
[all...]
H A DSha256.c160 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]);
H A DPpmd7.c9 const Byte PPMD7_kExpEscape[16] = { 25, 14, 9, 7, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2 };
22 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
67 do { p->Units2Indx[k++] = (Byte)i; } while(--step);
68 p->Indx2Units[i] = (Byte)k;
77 p->NS2Indx[i] = (Byte)i;
80 p->NS2Indx[i] = (Byte)m;
107 if ((p->Base = (Byte *)alloc->Alloc(alloc, p->AlignOffset + size
134 ptr = (Byte *)ptr + U2B(I2U(newIndx));
138 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
309 s->Symbol = (Byte)
[all...]
H A DLzmaEnc.c107 void LzmaEnc_FastPosInit(Byte *g_FastPos)
118 g_FastPos[c] = (Byte)slotFast;
224 Byte cache;
227 Byte *buf;
228 Byte *bufLim;
229 Byte *bufBase;
270 Byte pad[128];
282 Byte g_FastPos[1 << kNumLogBits];
469 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
513 Byte tem
[all...]
H A DPpmd7Dec.c89 Byte symbol;
102 Byte symbol;
125 Byte symbol;
170 Byte symbol;
H A DPpmd7Enc.c21 Byte temp = p->Cache;
24 p->Stream->Write(p->Stream, (Byte)(temp + (Byte)(p->Low >> 32)));
28 p->Cache = (Byte)((UInt32)p->Low >> 24);
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
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/qemu/distrib/zlib-1.2.8/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
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/zlib/src/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
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/zlib/
H A Dzconf.h128 # define Byte z_Byte macro
368 typedef unsigned char Byte; /* 8 bits */ typedef
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/
H A DLzmaAlone.cpp170 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];
/external/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.cpp55 _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/guava/guava-tests/test/com/google/common/primitives/
H A DSignedBytesTest.java42 private static final byte LEAST = Byte.MIN_VALUE;
43 private static final byte GREATEST = Byte.MAX_VALUE;
82 int expected = Byte.valueOf(x).compareTo(y);
H A DPrimitivesTest.java68 Boolean.class, Byte.class, Character.class, Double.class,
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size));
272 ((Byte *)buffer)[i * 2] = (Byte)c;
273 ((Byte *)buffer)[i * 2 + 1] = (Byte)(c >> 8);
275 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp65 uint8_t Byte = Value & 0x7f; local
68 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
69 Hash.update(Byte);
77 uint8_t Byte = Value & 0x7f; local
79 More = !((((Value == 0) && ((Byte & 0x40) == 0)) ||
80 ((Value == -1) && ((Byte & 0x40) != 0))));
82 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
83 Hash.update(Byte);
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c107 void LzmaEnc_FastPosInit(Byte *g_FastPos)
118 g_FastPos[c] = (Byte)slotFast;
224 Byte cache;
227 Byte *buf;
228 Byte *bufLim;
229 Byte *bufBase;
270 Byte pad[128];
282 Byte g_FastPos[1 << kNumLogBits];
469 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
513 Byte tem
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c108 void LzmaEnc_FastPosInit(Byte *g_FastPos)
119 g_FastPos[c] = (Byte)slotFast;
225 Byte cache;
228 Byte *buf;
229 Byte *bufLim;
230 Byte *bufBase;
271 Byte pad[128];
283 Byte g_FastPos[1 << kNumLogBits];
470 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
514 Byte tem
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc227 char Pad = ' ', Byte = ' '; local
235 Byte = '~';
236 char Buffer[] = { Pad, Pad, P == Loc ? '^' : Byte, Byte, 0 };
/external/freetype/src/gzip/
H A Dinfcodes.c50 Byte lbits; /* ltree bits decoded per branch */
51 Byte dbits; /* dtree bits decoder per branch */
70 c->lbits = (Byte)bl;
71 c->dbits = (Byte)bd;

Completed in 302 milliseconds

1234567891011>>