Home
last modified time | relevance | path

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

/u-boot/lib/lzma/
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 …]
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];
A DLzmaDec.c144 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 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,
/u-boot/include/u-boot/
A Dzlib.h101 # 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 DLzmaTypes.h15 #define Byte LZByte macro
/u-boot/lib/zlib/
A Ddeflate.c306 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 Duncompr.c39 Byte buf[1];
A Ddeflate.h104 Byte method; /* STORED (for zip only) or DEFLATED */
A Dtrees.c1195 put_byte(s, (Byte)s->bi_buf);
1210 put_byte(s, (Byte)s->bi_buf);
/u-boot/lib/
A Dcrc32.c69 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 Dec.asl36 TSTB, 8, // Test Byte
37 TSTC, 8, // Complement of Test Byte
/u-boot/board/freescale/m53017evb/
A DREADME34 - include/asm-m68k/byteorder.h Byte order functions
/u-boot/board/freescale/m52277evb/
A DREADME31 - include/asm-m68k/byteorder.h Byte order functions
/u-boot/doc/
A DREADME.m54418twr34 - arch/m68k/include/asm/byteorder.h Byte order functions
/u-boot/board/freescale/m547xevb/
A DREADME39 - include/asm-m68k/byteorder.h Byte order functions
/u-boot/board/freescale/m5373evb/
A DREADME33 - include/asm-m68k/byteorder.h Byte order functions
/u-boot/board/freescale/m54455evb/
A DREADME35 - include/asm-m68k/byteorder.h Byte order functions
/u-boot/tools/binman/
A DREADME.entries316 - fill-byte: Byte to use to fill the entry

Completed in 30 milliseconds