Home
last modified time | relevance | path

Searched refs:Byte (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaDec.h36 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 DTypes.h43 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 DLzmaDec.c134 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 Dlzma.txt361 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 Dzlib.h101 # 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 DLzmaTypes.h16 #define Byte LZByte macro
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c281 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 Ddeflate.h104 Byte method; /* STORED (for zip only) or DEFLATED */
H A Dtrees.c1194 put_byte(s, (Byte)s->bi_buf);
1209 put_byte(s, (Byte)s->bi_buf);
/rk3399_rockchip-uboot/lib/
H A Dcrc32.c65 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 DREADME34 - include/asm-m68k/byteorder.h Byte order functions
/rk3399_rockchip-uboot/board/freescale/m52277evb/
H A DREADME31 - include/asm-m68k/byteorder.h Byte order functions
/rk3399_rockchip-uboot/doc/
H A DREADME.m54418twr32 - arch/m68k/include/asm/byteorder.h Byte order functions
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A DREADME.ipam390115 (AIS Parse): Loaded 326516-Byte section to address 0xC1080000.
/rk3399_rockchip-uboot/board/freescale/m547xevb/
H A DREADME39 - include/asm-m68k/byteorder.h Byte order functions
/rk3399_rockchip-uboot/board/freescale/m5373evb/
H A DREADME33 - include/asm-m68k/byteorder.h Byte order functions
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A DREADME35 - include/asm-m68k/byteorder.h Byte order functions
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1142 DPRINT("Byte: %02x\n", (int)yylval.byte);