/u-boot/lib/lzma/ |
A D | LzmaDec.h | 36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size); 50 Byte *dic; 51 const Byte *buf; 64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; 130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, [all …]
|
A D | Types.h | 43 typedef unsigned char Byte; typedef 111 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ 116 void (*Write)(void *p, Byte b); 129 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf); 180 Byte buf[LookToRead_BUF_SIZE];
|
A D | LzmaDec.c | 144 Byte *dic = p->dic; in LzmaDec_DecodeReal() 152 const Byte *buf = p->buf; in LzmaDec_DecodeReal() 204 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal() 407 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal() 409 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() 415 *(dest) = (Byte)*(dest + src); in LzmaDec_DecodeReal() 458 Byte *dic = p->dic; in LzmaDec_WriteRem() 517 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() 801 const Byte *bufLimit; in LzmaDec_DecodeToDic() 927 Byte d; in LzmaProps_Decode() [all …]
|
A D | lzma.txt | 361 int LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, 362 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, 433 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 434 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode); 511 Byte header[LZMA_PROPS_SIZE + 8]; 519 header[headerSize++] = (Byte)(fileSize >> (8 * i)); 540 HRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
/u-boot/include/u-boot/ |
A D | zlib.h | 101 # define Byte z_Byte macro 318 typedef unsigned char Byte; /* 8 bits */ typedef 325 # define Bytef Byte FAR 327 typedef Byte FAR Bytef; 339 typedef Byte const *voidpc; 340 typedef Byte FAR *voidpf; 341 typedef Byte *voidp;
|
/u-boot/include/lzma/ |
A D | LzmaTypes.h | 15 #define Byte LZByte macro
|
/u-boot/lib/zlib/ |
A D | deflate.c | 306 s->method = (Byte)method; 553 put_byte(s, (Byte)(b >> 8)); 554 put_byte(s, (Byte)(b & 0xff)); 774 put_byte(s, (Byte)(strm->adler & 0xff)); 870 put_byte(s, (Byte)(strm->adler & 0xff)); 871 put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); 872 put_byte(s, (Byte)((strm->adler >> 16) & 0xff)); 873 put_byte(s, (Byte)((strm->adler >> 24) & 0xff)); 874 put_byte(s, (Byte)(strm->total_in & 0xff)); 1089 register Byte scan_end1 = scan[best_len-1]; [all …]
|
A D | uncompr.c | 39 Byte buf[1];
|
A D | deflate.h | 104 Byte method; /* STORED (for zip only) or DEFLATED */
|
A D | trees.c | 1195 put_byte(s, (Byte)s->bi_buf); 1210 put_byte(s, (Byte)s->bi_buf);
|
/u-boot/lib/ |
A D | crc32.c | 69 static Byte __efi_runtime_data p[] = { in make_crc_table() 74 for (n = 0; n < sizeof(p)/sizeof(Byte); n++) in make_crc_table()
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | ec.asl | 36 TSTB, 8, // Test Byte 37 TSTC, 8, // Complement of Test Byte
|
/u-boot/board/freescale/m53017evb/ |
A D | README | 34 - include/asm-m68k/byteorder.h Byte order functions
|
/u-boot/board/freescale/m52277evb/ |
A D | README | 31 - include/asm-m68k/byteorder.h Byte order functions
|
/u-boot/doc/ |
A D | README.m54418twr | 34 - arch/m68k/include/asm/byteorder.h Byte order functions
|
/u-boot/board/freescale/m547xevb/ |
A D | README | 39 - include/asm-m68k/byteorder.h Byte order functions
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 33 - include/asm-m68k/byteorder.h Byte order functions
|
/u-boot/board/freescale/m54455evb/ |
A D | README | 35 - include/asm-m68k/byteorder.h Byte order functions
|
/u-boot/tools/binman/ |
A D | README.entries | 316 - fill-byte: Byte to use to fill the entry
|