| /rk3399_rockchip-uboot/lib/lzma/ |
| H 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 …]
|
| H 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];
|
| H A D | LzmaDec.c | 134 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() 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() 480 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() 513 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() [all …]
|
| H 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,
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 101 # define Byte z_Byte macro 312 typedef unsigned char Byte; /* 8 bits */ typedef 319 # define Bytef Byte FAR 321 typedef Byte FAR Bytef; 333 typedef Byte const *voidpc; 334 typedef Byte FAR *voidpf; 335 typedef Byte *voidp;
|
| /rk3399_rockchip-uboot/include/lzma/ |
| H A D | LzmaTypes.h | 16 #define Byte LZByte macro
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.c | 281 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 305 s->method = (Byte)method; 552 put_byte(s, (Byte)(b >> 8)); 553 put_byte(s, (Byte)(b & 0xff)); 631 put_byte(s, (Byte)(s->gzhead->time & 0xff)); 632 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); 633 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); 634 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); 773 put_byte(s, (Byte)(strm->adler & 0xff)); 774 put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); [all …]
|
| H A D | deflate.h | 104 Byte method; /* STORED (for zip only) or DEFLATED */
|
| H A D | trees.c | 1194 put_byte(s, (Byte)s->bi_buf); 1209 put_byte(s, (Byte)s->bi_buf);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | crc32.c | 65 static const Byte p[] = {0,1,2,4,5,7,8,10,11,12,16,22,23,26}; in make_crc_table() 69 for (n = 0; n < sizeof(p)/sizeof(Byte); n++) in make_crc_table()
|
| /rk3399_rockchip-uboot/board/freescale/m53017evb/ |
| H A D | README | 34 - include/asm-m68k/byteorder.h Byte order functions
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 31 - include/asm-m68k/byteorder.h Byte order functions
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.m54418twr | 32 - arch/m68k/include/asm/byteorder.h Byte order functions
|
| /rk3399_rockchip-uboot/board/Barix/ipam390/ |
| H A D | README.ipam390 | 115 (AIS Parse): Loaded 326516-Byte section to address 0xC1080000.
|
| /rk3399_rockchip-uboot/board/freescale/m547xevb/ |
| H A D | README | 39 - include/asm-m68k/byteorder.h Byte order functions
|
| /rk3399_rockchip-uboot/board/freescale/m5373evb/ |
| H A D | README | 33 - include/asm-m68k/byteorder.h Byte order functions
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | README | 35 - include/asm-m68k/byteorder.h Byte order functions
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 1142 DPRINT("Byte: %02x\n", (int)yylval.byte);
|