Byte              155 chrome/installer/util/lzma_util.cc   Byte *outBuffer = 0; // it must be 0 before first call for each new archive
Byte              172 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java         executeJavaScript("testObject.setByteValue(" + Byte.MAX_VALUE + " + 42);");
Byte              173 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java         assertEquals(Byte.MIN_VALUE + 42 - 1, mTestObject.waitForByteValue());
Byte              223 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java         executeJavaScript("testObject.setByteValue(" + Byte.MAX_VALUE + " + 42.1);");
Byte              224 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java         assertEquals(Byte.MIN_VALUE + 42 - 1, mTestObject.waitForByteValue());
Byte              225 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java         executeJavaScript("testObject.setByteValue(" + Byte.MIN_VALUE + " - 42.1);");
Byte              226 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java         assertEquals(Byte.MAX_VALUE - 42 + 1, mTestObject.waitForByteValue());
Byte             3130 third_party/libpng/pngrutil.c       png_ptr->zstream.next_out = (Byte *)&extra;
Byte               13 third_party/lzma_sdk/7z.h extern Byte k7zSignature[k7zSignatureSize];
Byte               86 third_party/lzma_sdk/7z.h     Byte *outBuffer, size_t outSize, ISzAlloc *allocMain);
Byte              100 third_party/lzma_sdk/7z.h   Byte HasStream;
Byte              101 third_party/lzma_sdk/7z.h   Byte IsDir;
Byte              102 third_party/lzma_sdk/7z.h   Byte IsAnti;
Byte              103 third_party/lzma_sdk/7z.h   Byte CrcDefined;
Byte              104 third_party/lzma_sdk/7z.h   Byte MTimeDefined;
Byte              105 third_party/lzma_sdk/7z.h   Byte AttribDefined;
Byte              113 third_party/lzma_sdk/7z.h   Byte *PackCRCsDefined;
Byte              180 third_party/lzma_sdk/7z.h     Byte **outBuffer,         /* pointer to pointer to output buffer (allocated with allocMain) */
Byte               22 third_party/lzma_sdk/7zBuf.c   p->data = (Byte *)alloc->Alloc(alloc, size);
Byte               15 third_party/lzma_sdk/7zBuf.h   Byte *data;
Byte               25 third_party/lzma_sdk/7zBuf.h   Byte *data;
Byte               32 third_party/lzma_sdk/7zBuf.h int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc);
Byte               26 third_party/lzma_sdk/7zCrc.c   const Byte *p = (const Byte *)data;
Byte               12 third_party/lzma_sdk/7zCrcOpt.c   const Byte *p = (const Byte *)data;
Byte               36 third_party/lzma_sdk/7zDec.c   const Byte *cur;
Byte               37 third_party/lzma_sdk/7zDec.c   const Byte *end;
Byte               38 third_party/lzma_sdk/7zDec.c   const Byte *begin;
Byte               45 third_party/lzma_sdk/7zDec.c static Byte ReadByte(void *pp)
Byte               67 third_party/lzma_sdk/7zDec.c     Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
Byte              112 third_party/lzma_sdk/7zDec.c         outBuffer[i] = (Byte)sym;
Byte              128 third_party/lzma_sdk/7zDec.c     Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
Byte              141 third_party/lzma_sdk/7zDec.c     Byte *inBuf = NULL;
Byte              176 third_party/lzma_sdk/7zDec.c     Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
Byte              191 third_party/lzma_sdk/7zDec.c     Byte *inBuf = NULL;
Byte              224 third_party/lzma_sdk/7zDec.c static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer)
Byte              337 third_party/lzma_sdk/7zDec.c     Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain,
Byte              338 third_party/lzma_sdk/7zDec.c     Byte *tempBuf[])
Byte              343 third_party/lzma_sdk/7zDec.c   Byte *tempBuf3 = 0;
Byte              356 third_party/lzma_sdk/7zDec.c       Byte *outBufCur = outBuffer;
Byte              365 third_party/lzma_sdk/7zDec.c           Byte *temp;
Byte              369 third_party/lzma_sdk/7zDec.c           temp = (Byte *)IAlloc_Alloc(allocMain, outSizeCur);
Byte              423 third_party/lzma_sdk/7zDec.c       tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]);
Byte              461 third_party/lzma_sdk/7zDec.c     Byte *outBuffer, size_t outSize, ISzAlloc *allocMain)
Byte              463 third_party/lzma_sdk/7zDec.c   Byte *tempBuf[3] = { 0, 0, 0};
Byte              111 third_party/lzma_sdk/7zFile.c     data = (void *)((Byte *)data + processed);
Byte              146 third_party/lzma_sdk/7zFile.c     data = (void *)((Byte *)data + processed);
Byte               10 third_party/lzma_sdk/7zIn.c Byte k7zSignature[k7zSignatureSize] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
Byte              301 third_party/lzma_sdk/7zIn.c static int TestSignatureCandidate(Byte *testBytes)
Byte              312 third_party/lzma_sdk/7zIn.c   Byte *Data;
Byte              316 third_party/lzma_sdk/7zIn.c static SRes SzReadByte(CSzData *sd, Byte *b)
Byte              325 third_party/lzma_sdk/7zIn.c static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size)
Byte              341 third_party/lzma_sdk/7zIn.c     Byte b;
Byte              350 third_party/lzma_sdk/7zIn.c   Byte firstByte;
Byte              351 third_party/lzma_sdk/7zIn.c   Byte mask = 0x80;
Byte              357 third_party/lzma_sdk/7zIn.c     Byte b;
Byte              431 third_party/lzma_sdk/7zIn.c static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc)
Byte              433 third_party/lzma_sdk/7zIn.c   Byte b = 0;
Byte              434 third_party/lzma_sdk/7zIn.c   Byte mask = 0;
Byte              436 third_party/lzma_sdk/7zIn.c   MY_ALLOC(Byte, *v, numItems, alloc);
Byte              444 third_party/lzma_sdk/7zIn.c     (*v)[i] = (Byte)(((b & mask) != 0) ? 1 : 0);
Byte              450 third_party/lzma_sdk/7zIn.c static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc)
Byte              452 third_party/lzma_sdk/7zIn.c   Byte allAreDefined;
Byte              457 third_party/lzma_sdk/7zIn.c   MY_ALLOC(Byte, *v, numItems, alloc);
Byte              466 third_party/lzma_sdk/7zIn.c     Byte **digestsDefined,
Byte              486 third_party/lzma_sdk/7zIn.c     Byte **packCRCsDefined,
Byte              518 third_party/lzma_sdk/7zIn.c     MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc);
Byte              531 third_party/lzma_sdk/7zIn.c   Byte external;
Byte              553 third_party/lzma_sdk/7zIn.c     Byte mainByte;
Byte              557 third_party/lzma_sdk/7zIn.c       Byte longID[15];
Byte              695 third_party/lzma_sdk/7zIn.c       Byte *crcsDefined = 0;
Byte              722 third_party/lzma_sdk/7zIn.c     Byte **digestsDefined,
Byte              767 third_party/lzma_sdk/7zIn.c     *digestsDefined = (Byte *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(Byte));
Byte              820 third_party/lzma_sdk/7zIn.c       Byte *digestsDefined2 = 0;
Byte              868 third_party/lzma_sdk/7zIn.c     Byte **digestsDefined,   /* allocTemp */
Byte              912 third_party/lzma_sdk/7zIn.c     const Byte *src = p->FileNames.data + (p->FileNameOffsets[fileIndex] * 2);
Byte              919 third_party/lzma_sdk/7zIn.c static SRes SzReadFileNames(const Byte *p, size_t size, UInt32 numFiles, size_t *sizes)
Byte              944 third_party/lzma_sdk/7zIn.c     Byte **digestsDefined,    /* allocTemp */
Byte              946 third_party/lzma_sdk/7zIn.c     Byte **emptyStreamVector, /* allocTemp */
Byte              947 third_party/lzma_sdk/7zIn.c     Byte **emptyFileVector,   /* allocTemp */
Byte              948 third_party/lzma_sdk/7zIn.c     Byte **lwtVector,         /* allocTemp */
Byte             1048 third_party/lzma_sdk/7zIn.c           Byte defined = (*lwtVector)[i];
Byte             1067 third_party/lzma_sdk/7zIn.c           Byte defined = (*lwtVector)[i];
Byte             1097 third_party/lzma_sdk/7zIn.c         file->HasStream = (Byte)((*emptyStreamVector)[i] ? 0 : 1);
Byte             1103 third_party/lzma_sdk/7zIn.c         file->CrcDefined = (Byte)(*digestsDefined)[sizeIndex];
Byte             1111 third_party/lzma_sdk/7zIn.c           file->IsDir = (Byte)((*emptyFileVector)[emptyFileIndex] ? 0 : 1);
Byte             1129 third_party/lzma_sdk/7zIn.c   Byte *digestsDefined = 0;
Byte             1131 third_party/lzma_sdk/7zIn.c   Byte *emptyStreamVector = 0;
Byte             1132 third_party/lzma_sdk/7zIn.c   Byte *emptyFileVector = 0;
Byte             1133 third_party/lzma_sdk/7zIn.c   Byte *lwtVector = 0;
Byte             1154 third_party/lzma_sdk/7zIn.c     Byte **digestsDefined,
Byte             1200 third_party/lzma_sdk/7zIn.c   Byte *digestsDefined = 0;
Byte             1220 third_party/lzma_sdk/7zIn.c   Byte header[k7zStartHeaderSize];
Byte             1327 third_party/lzma_sdk/7zIn.c     Byte **outBuffer,
Byte             1367 third_party/lzma_sdk/7zIn.c         *outBuffer = (Byte *)IAlloc_Alloc(allocMain, unpackSize);
Byte               16 third_party/lzma_sdk/7zStream.c     buf = (void *)((Byte *)buf + processed);
Byte               27 third_party/lzma_sdk/7zStream.c SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf)
Byte               58 third_party/lzma_sdk/7zStream.c     buf = (void *)((Byte *)buf + processed);
Byte               34 third_party/lzma_sdk/Bcj2.c     const Byte *buf0, SizeT size0,
Byte               35 third_party/lzma_sdk/Bcj2.c     const Byte *buf1, SizeT size1,
Byte               36 third_party/lzma_sdk/Bcj2.c     const Byte *buf2, SizeT size2,
Byte               37 third_party/lzma_sdk/Bcj2.c     const Byte *buf3, SizeT size3,
Byte               38 third_party/lzma_sdk/Bcj2.c     Byte *outBuf, SizeT outSize)
Byte               43 third_party/lzma_sdk/Bcj2.c   const Byte *buffer, *bufferLim;
Byte               45 third_party/lzma_sdk/Bcj2.c   Byte prevByte = 0;
Byte               60 third_party/lzma_sdk/Bcj2.c     Byte b;
Byte               70 third_party/lzma_sdk/Bcj2.c       Byte b = buf0[inPos];
Byte               99 third_party/lzma_sdk/Bcj2.c       const Byte *v;
Byte              119 third_party/lzma_sdk/Bcj2.c       outBuf[outPos++] = (Byte)dest;
Byte              122 third_party/lzma_sdk/Bcj2.c       outBuf[outPos++] = (Byte)(dest >> 8);
Byte              125 third_party/lzma_sdk/Bcj2.c       outBuf[outPos++] = (Byte)(dest >> 16);
Byte              128 third_party/lzma_sdk/Bcj2.c       outBuf[outPos++] = prevByte = (Byte)(dest >> 24);
Byte               28 third_party/lzma_sdk/Bcj2.h     const Byte *buf0, SizeT size0,
Byte               29 third_party/lzma_sdk/Bcj2.h     const Byte *buf1, SizeT size1,
Byte               30 third_party/lzma_sdk/Bcj2.h     const Byte *buf2, SizeT size2,
Byte               31 third_party/lzma_sdk/Bcj2.h     const Byte *buf3, SizeT size3,
Byte               32 third_party/lzma_sdk/Bcj2.h     Byte *outBuf, SizeT outSize);
Byte                6 third_party/lzma_sdk/Bra.c SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
Byte               25 third_party/lzma_sdk/Bra.c       data[i + 2] = (Byte)(dest >> 16);
Byte               26 third_party/lzma_sdk/Bra.c       data[i + 1] = (Byte)(dest >> 8);
Byte               27 third_party/lzma_sdk/Bra.c       data[i + 0] = (Byte)dest;
Byte               33 third_party/lzma_sdk/Bra.c SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
Byte               59 third_party/lzma_sdk/Bra.c       data[i + 1] = (Byte)(0xF0 | ((dest >> 19) & 0x7));
Byte               60 third_party/lzma_sdk/Bra.c       data[i + 0] = (Byte)(dest >> 11);
Byte               61 third_party/lzma_sdk/Bra.c       data[i + 3] = (Byte)(0xF8 | ((dest >> 8) & 0x7));
Byte               62 third_party/lzma_sdk/Bra.c       data[i + 2] = (Byte)dest;
Byte               69 third_party/lzma_sdk/Bra.c SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
Byte               89 third_party/lzma_sdk/Bra.c       data[i + 0] = (Byte)(0x48 | ((dest >> 24) &  0x3));
Byte               90 third_party/lzma_sdk/Bra.c       data[i + 1] = (Byte)(dest >> 16);
Byte               91 third_party/lzma_sdk/Bra.c       data[i + 2] = (Byte)(dest >> 8);
Byte               99 third_party/lzma_sdk/Bra.c SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
Byte              126 third_party/lzma_sdk/Bra.c       data[i + 0] = (Byte)(dest >> 24);
Byte              127 third_party/lzma_sdk/Bra.c       data[i + 1] = (Byte)(dest >> 16);
Byte              128 third_party/lzma_sdk/Bra.c       data[i + 2] = (Byte)(dest >> 8);
Byte              129 third_party/lzma_sdk/Bra.c       data[i + 3] = (Byte)dest;
Byte               57 third_party/lzma_sdk/Bra.h SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
Byte               58 third_party/lzma_sdk/Bra.h SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
Byte               59 third_party/lzma_sdk/Bra.h SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
Byte               60 third_party/lzma_sdk/Bra.h SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
Byte               61 third_party/lzma_sdk/Bra.h SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
Byte               62 third_party/lzma_sdk/Bra.h SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
Byte                8 third_party/lzma_sdk/Bra86.c const Byte kMaskToAllowedStatus[8] = {1, 1, 1, 0, 1, 0, 0, 0};
Byte                9 third_party/lzma_sdk/Bra86.c const Byte kMaskToBitNumber[8] = {0, 1, 2, 2, 3, 3, 3, 3};
Byte               11 third_party/lzma_sdk/Bra86.c SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
Byte               22 third_party/lzma_sdk/Bra86.c     Byte *p = data + bufferPos;
Byte               23 third_party/lzma_sdk/Bra86.c     Byte *limit = data + size - 4;
Byte               38 third_party/lzma_sdk/Bra86.c         Byte b = p[4 - kMaskToBitNumber[prevMask]];
Byte               56 third_party/lzma_sdk/Bra86.c         Byte b;
Byte               65 third_party/lzma_sdk/Bra86.c         b = (Byte)(dest >> (24 - index));
Byte               70 third_party/lzma_sdk/Bra86.c       p[4] = (Byte)(~(((dest >> 24) & 1) - 1));
Byte               71 third_party/lzma_sdk/Bra86.c       p[3] = (Byte)(dest >> 16);
Byte               72 third_party/lzma_sdk/Bra86.c       p[2] = (Byte)(dest >> 8);
Byte               73 third_party/lzma_sdk/Bra86.c       p[1] = (Byte)dest;
Byte               75 third_party/lzma_sdk/CpuArch.h #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
Byte               78 third_party/lzma_sdk/CpuArch.h              ((const Byte *)(p))[0]        | \
Byte               79 third_party/lzma_sdk/CpuArch.h     ((UInt32)((const Byte *)(p))[1] <<  8) | \
Byte               80 third_party/lzma_sdk/CpuArch.h     ((UInt32)((const Byte *)(p))[2] << 16) | \
Byte               81 third_party/lzma_sdk/CpuArch.h     ((UInt32)((const Byte *)(p))[3] << 24))
Byte               83 third_party/lzma_sdk/CpuArch.h #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
Byte               86 third_party/lzma_sdk/CpuArch.h     ((Byte *)(p))[0] = (Byte)_x_; \
Byte               87 third_party/lzma_sdk/CpuArch.h     ((Byte *)(p))[1] = (Byte)(_x_ >> 8); }
Byte               90 third_party/lzma_sdk/CpuArch.h     ((Byte *)(p))[0] = (Byte)_x_; \
Byte               91 third_party/lzma_sdk/CpuArch.h     ((Byte *)(p))[1] = (Byte)(_x_ >> 8); \
Byte               92 third_party/lzma_sdk/CpuArch.h     ((Byte *)(p))[2] = (Byte)(_x_ >> 16); \
Byte               93 third_party/lzma_sdk/CpuArch.h     ((Byte *)(p))[3] = (Byte)(_x_ >> 24); }
Byte               97 third_party/lzma_sdk/CpuArch.h     SetUi32(((Byte *)(p)) + 4, (UInt32)(_x64_ >> 32)); }
Byte              105 third_party/lzma_sdk/CpuArch.h #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p))
Byte              106 third_party/lzma_sdk/CpuArch.h #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p))
Byte              111 third_party/lzma_sdk/CpuArch.h     ((UInt32)((const Byte *)(p))[0] << 24) | \
Byte              112 third_party/lzma_sdk/CpuArch.h     ((UInt32)((const Byte *)(p))[1] << 16) | \
Byte              113 third_party/lzma_sdk/CpuArch.h     ((UInt32)((const Byte *)(p))[2] <<  8) | \
Byte              114 third_party/lzma_sdk/CpuArch.h              ((const Byte *)(p))[3] )
Byte              116 third_party/lzma_sdk/CpuArch.h #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
Byte              120 third_party/lzma_sdk/CpuArch.h #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
Byte               40 third_party/lzma_sdk/LzFind.c     p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize);
Byte               45 third_party/lzma_sdk/LzFind.c Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; }
Byte               46 third_party/lzma_sdk/LzFind.c Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; }
Byte               74 third_party/lzma_sdk/LzFind.c     Byte *dest = p->buffer + (p->streamPos - p->pos);
Byte              322 third_party/lzma_sdk/LzFind.c static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
Byte              333 third_party/lzma_sdk/LzFind.c       const Byte *pb = cur - delta;
Byte              353 third_party/lzma_sdk/LzFind.c UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
Byte              370 third_party/lzma_sdk/LzFind.c       const Byte *pb = cur - delta;
Byte              408 third_party/lzma_sdk/LzFind.c static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
Byte              424 third_party/lzma_sdk/LzFind.c       const Byte *pb = cur - delta;
Byte              468 third_party/lzma_sdk/LzFind.c   UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
Byte               17 third_party/lzma_sdk/LzFind.h   Byte *buffer;
Byte               32 third_party/lzma_sdk/LzFind.h   Byte *bufferBase;
Byte               59 third_party/lzma_sdk/LzFind.h Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p);
Byte               76 third_party/lzma_sdk/LzFind.h UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
Byte               87 third_party/lzma_sdk/LzFind.h typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
Byte               89 third_party/lzma_sdk/LzFind.h typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
Byte               61 third_party/lzma_sdk/Lzma2Dec.c static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props)
Byte               67 third_party/lzma_sdk/Lzma2Dec.c   props[0] = (Byte)LZMA2_LCLP_MAX;
Byte               68 third_party/lzma_sdk/Lzma2Dec.c   props[1] = (Byte)(dicSize);
Byte               69 third_party/lzma_sdk/Lzma2Dec.c   props[2] = (Byte)(dicSize >> 8);
Byte               70 third_party/lzma_sdk/Lzma2Dec.c   props[3] = (Byte)(dicSize >> 16);
Byte               71 third_party/lzma_sdk/Lzma2Dec.c   props[4] = (Byte)(dicSize >> 24);
Byte               75 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
Byte               77 third_party/lzma_sdk/Lzma2Dec.c   Byte props[LZMA_PROPS_SIZE];
Byte               82 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc)
Byte               84 third_party/lzma_sdk/Lzma2Dec.c   Byte props[LZMA_PROPS_SIZE];
Byte               98 third_party/lzma_sdk/Lzma2Dec.c static ELzma2State Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b)
Byte              159 third_party/lzma_sdk/Lzma2Dec.c static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size)
Byte              171 third_party/lzma_sdk/Lzma2Dec.c     const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
Byte              291 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
Byte              330 third_party/lzma_sdk/Lzma2Dec.c SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
Byte              331 third_party/lzma_sdk/Lzma2Dec.c     Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc)
Byte              336 third_party/lzma_sdk/Lzma2Dec.c   Byte props[LZMA_PROPS_SIZE];
Byte               21 third_party/lzma_sdk/Lzma2Dec.h   Byte control;
Byte               31 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
Byte               32 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
Byte               52 third_party/lzma_sdk/Lzma2Dec.h     const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
Byte               54 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
Byte               55 third_party/lzma_sdk/Lzma2Dec.h     const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
Byte               77 third_party/lzma_sdk/Lzma2Dec.h SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
Byte               78 third_party/lzma_sdk/Lzma2Dec.h     Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc);
Byte              131 third_party/lzma_sdk/LzmaDec.c static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
Byte              141 third_party/lzma_sdk/LzmaDec.c   Byte *dic = p->dic;
Byte              149 third_party/lzma_sdk/LzmaDec.c   const Byte *buf = p->buf;
Byte              193 third_party/lzma_sdk/LzmaDec.c       dic[dicPos++] = (Byte)symbol;
Byte              390 third_party/lzma_sdk/LzmaDec.c           Byte *dest = dic + dicPos;
Byte              392 third_party/lzma_sdk/LzmaDec.c           const Byte *lim = dest + curLen;
Byte              395 third_party/lzma_sdk/LzmaDec.c             *(dest) = (Byte)*(dest + src);
Byte              432 third_party/lzma_sdk/LzmaDec.c     Byte *dic = p->dic;
Byte              454 third_party/lzma_sdk/LzmaDec.c static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
Byte              487 third_party/lzma_sdk/LzmaDec.c static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize)
Byte              491 third_party/lzma_sdk/LzmaDec.c   const Byte *bufLimit = buf + inSize;
Byte              678 third_party/lzma_sdk/LzmaDec.c static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data)
Byte              719 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen,
Byte              775 third_party/lzma_sdk/LzmaDec.c         const Byte *bufLimit;
Byte              840 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)
Byte              898 third_party/lzma_sdk/LzmaDec.c SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
Byte              901 third_party/lzma_sdk/LzmaDec.c   Byte d;
Byte              938 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
Byte              947 third_party/lzma_sdk/LzmaDec.c SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc)
Byte              957 third_party/lzma_sdk/LzmaDec.c     p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize);
Byte              969 third_party/lzma_sdk/LzmaDec.c SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
Byte              970 third_party/lzma_sdk/LzmaDec.c     const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
Byte               40 third_party/lzma_sdk/LzmaDec.h SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
Byte               54 third_party/lzma_sdk/LzmaDec.h   Byte *dic;
Byte               55 third_party/lzma_sdk/LzmaDec.h   const Byte *buf;
Byte               68 third_party/lzma_sdk/LzmaDec.h   Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
Byte              134 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
Byte              137 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
Byte              182 third_party/lzma_sdk/LzmaDec.h     const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
Byte              198 third_party/lzma_sdk/LzmaDec.h SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
Byte              199 third_party/lzma_sdk/LzmaDec.h     const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
Byte              223 third_party/lzma_sdk/LzmaDec.h SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
Byte              224 third_party/lzma_sdk/LzmaDec.h     const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,
Byte              107 third_party/lzma_sdk/LzmaEnc.c void LzmaEnc_FastPosInit(Byte *g_FastPos)
Byte              118 third_party/lzma_sdk/LzmaEnc.c       g_FastPos[c] = (Byte)slotFast;
Byte              224 third_party/lzma_sdk/LzmaEnc.c   Byte cache;
Byte              227 third_party/lzma_sdk/LzmaEnc.c   Byte *buf;
Byte              228 third_party/lzma_sdk/LzmaEnc.c   Byte *bufLim;
Byte              229 third_party/lzma_sdk/LzmaEnc.c   Byte *bufBase;
Byte              270 third_party/lzma_sdk/LzmaEnc.c   Byte pad[128];
Byte              282 third_party/lzma_sdk/LzmaEnc.c   Byte g_FastPos[1 << kNumLogBits];
Byte              469 third_party/lzma_sdk/LzmaEnc.c     p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
Byte              513 third_party/lzma_sdk/LzmaEnc.c     Byte temp = p->cache;
Byte              516 third_party/lzma_sdk/LzmaEnc.c       Byte *buf = p->buf;
Byte              517 third_party/lzma_sdk/LzmaEnc.c       *buf++ = (Byte)(temp + (Byte)(p->low >> 32));
Byte              524 third_party/lzma_sdk/LzmaEnc.c     p->cache = (Byte)((UInt32)p->low >> 24);
Byte              835 third_party/lzma_sdk/LzmaEnc.c       const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1;
Byte              841 third_party/lzma_sdk/LzmaEnc.c         const Byte *pby2 = pby - distance;
Byte              935 third_party/lzma_sdk/LzmaEnc.c   const Byte *data;
Byte              936 third_party/lzma_sdk/LzmaEnc.c   Byte curByte, matchByte;
Byte              969 third_party/lzma_sdk/LzmaEnc.c     const Byte *data2;
Byte             1129 third_party/lzma_sdk/LzmaEnc.c     Byte curByte, matchByte;
Byte             1130 third_party/lzma_sdk/LzmaEnc.c     const Byte *data;
Byte             1272 third_party/lzma_sdk/LzmaEnc.c       const Byte *data2 = data - (reps[0] + 1);
Byte             1315 third_party/lzma_sdk/LzmaEnc.c       const Byte *data2 = data - (reps[repIndex] + 1);
Byte             1432 third_party/lzma_sdk/LzmaEnc.c           const Byte *data2 = data - (curBack + 1);
Byte             1492 third_party/lzma_sdk/LzmaEnc.c   const Byte *data;
Byte             1515 third_party/lzma_sdk/LzmaEnc.c     const Byte *data2 = data - (p->reps[i] + 1);
Byte             1584 third_party/lzma_sdk/LzmaEnc.c     const Byte *data2 = data - (p->reps[i] + 1);
Byte             1752 third_party/lzma_sdk/LzmaEnc.c     Byte curByte;
Byte             1781 third_party/lzma_sdk/LzmaEnc.c       Byte curByte;
Byte             1783 third_party/lzma_sdk/LzmaEnc.c       const Byte *data;
Byte             2057 third_party/lzma_sdk/LzmaEnc.c static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen)
Byte             2060 third_party/lzma_sdk/LzmaEnc.c   p->matchFinderBase.bufferBase = (Byte *)src;
Byte             2064 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen,
Byte             2088 third_party/lzma_sdk/LzmaEnc.c   Byte *data;
Byte             2114 third_party/lzma_sdk/LzmaEnc.c const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp)
Byte             2121 third_party/lzma_sdk/LzmaEnc.c     Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize)
Byte             2159 third_party/lzma_sdk/LzmaEnc.c   Byte allocaDummy[0x300];
Byte             2162 third_party/lzma_sdk/LzmaEnc.c     allocaDummy[i] = (Byte)i;
Byte             2191 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size)
Byte             2199 third_party/lzma_sdk/LzmaEnc.c   props[0] = (Byte)((p->pb * 5 + p->lp) * 9 + p->lc);
Byte             2216 third_party/lzma_sdk/LzmaEnc.c     props[1 + i] = (Byte)(dictSize >> (8 * i));
Byte             2220 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
Byte             2248 third_party/lzma_sdk/LzmaEnc.c SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
Byte             2249 third_party/lzma_sdk/LzmaEnc.c     const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
Byte               55 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
Byte               58 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
Byte               72 third_party/lzma_sdk/LzmaEnc.h SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
Byte               73 third_party/lzma_sdk/LzmaEnc.h     const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
Byte              129 third_party/lzma_sdk/Types.h   Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */
Byte              134 third_party/lzma_sdk/Types.h   void (*Write)(void *p, Byte b);
Byte              147 third_party/lzma_sdk/Types.h SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
Byte              198 third_party/lzma_sdk/Types.h   Byte buf[LookToRead_BUF_SIZE];
Byte              147 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java     public Byte next() {
Byte               60 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java public abstract class ByteString implements Iterable<Byte> {
Byte              111 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java   public interface ByteIterator extends Iterator<Byte> {
Byte              310 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java     public Byte next() {
Byte              784 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java     public Byte next() {
Byte               64 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java   private List<Byte> toList(byte[] bytes) {
Byte               65 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     List<Byte> result = new ArrayList<Byte>();
Byte              150 third_party/zlib/contrib/minizip/zip.c     Byte buffered_data[Z_BUFSIZE];/* buffer contain compressed data to be writ*/
Byte              282 third_party/zlib/deflate.c     s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
Byte              309 third_party/zlib/deflate.c     s->method = (Byte)method;
Byte              558 third_party/zlib/deflate.c     put_byte(s, (Byte)(b >> 8));
Byte              559 third_party/zlib/deflate.c     put_byte(s, (Byte)(b & 0xff));
Byte              639 third_party/zlib/deflate.c                 put_byte(s, (Byte)(s->gzhead->time & 0xff));
Byte              640 third_party/zlib/deflate.c                 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff));
Byte              641 third_party/zlib/deflate.c                 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff));
Byte              642 third_party/zlib/deflate.c                 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff));
Byte              781 third_party/zlib/deflate.c                 put_byte(s, (Byte)(strm->adler & 0xff));
Byte              782 third_party/zlib/deflate.c                 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
Byte              829 third_party/zlib/deflate.c             s->class_bitmap = (Bytef*) ZALLOC(strm, s->w_size/4, sizeof(Byte));
Byte              894 third_party/zlib/deflate.c         put_byte(s, (Byte)(strm->adler & 0xff));
Byte              895 third_party/zlib/deflate.c         put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
Byte              896 third_party/zlib/deflate.c         put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
Byte              897 third_party/zlib/deflate.c         put_byte(s, (Byte)((strm->adler >> 24) & 0xff));
Byte              898 third_party/zlib/deflate.c         put_byte(s, (Byte)(strm->total_in & 0xff));
Byte              899 third_party/zlib/deflate.c         put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
Byte              900 third_party/zlib/deflate.c         put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
Byte              901 third_party/zlib/deflate.c         put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
Byte              980 third_party/zlib/deflate.c     ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
Byte              992 third_party/zlib/deflate.c     zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
Byte             1166 third_party/zlib/deflate.c     register Byte scan_end1  = scan[best_len-1];
Byte             1167 third_party/zlib/deflate.c     register Byte scan_end   = scan[best_len];
Byte              107 third_party/zlib/deflate.h     Byte  method;        /* STORED (for zip only) or DEFLATED */
Byte             1194 third_party/zlib/trees.c         put_byte(s, (Byte)s->bi_buf);
Byte             1209 third_party/zlib/trees.c         put_byte(s, (Byte)s->bi_buf);
Byte              343 third_party/zlib/zconf.h #  define Bytef Byte FAR
Byte              345 third_party/zlib/zconf.h    typedef Byte  FAR Bytef;
Byte              357 third_party/zlib/zconf.h    typedef Byte const *voidpc;
Byte              358 third_party/zlib/zconf.h    typedef Byte FAR   *voidpf;
Byte              359 third_party/zlib/zconf.h    typedef Byte       *voidp;