Home
last modified time | relevance | path

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

1234567

/openbmc/u-boot/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 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 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];
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-yuv.rst51 - :cspan:`7` Byte 0 in memory
53 - :cspan:`7` Byte 1
168 - Byte 0
169 - Byte 1
170 - Byte 2
171 - Byte 3
270 - Byte 1-0
271 - Byte 3-2
272 - Byte 5-4
273 - Byte 7-6
[all …]
H A Dpixfmt-sdr-pcu16be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
H A Dpixfmt-sdr-pcu18be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
H A Dpixfmt-sdr-pcu20be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
H A Dpixfmt-yuv-luma.rst34 - Byte 0
35 - Byte 1
36 - Byte 2
37 - Byte 3
38 - Byte 4
H A Dpixfmt-packed-hsv.rst38 - :cspan:`7` Byte 0 in memory
39 - :cspan:`7` Byte 1
40 - :cspan:`7` Byte 2
41 - :cspan:`7` Byte 3
H A Dpixfmt-rgb.rst81 - :cspan:`7` Byte 0 in memory
82 - :cspan:`7` Byte 1
83 - :cspan:`7` Byte 2
84 - :cspan:`7` Byte 3
666 - Byte 0 in memory
667 - Byte 1
668 - Byte 2
669 - Byte 3
790 - :cspan:`7` Byte 0 in memory
791 - :cspan:`7` Byte 1
[all …]
/openbmc/google-ipmi-sys/
H A DREADME.md15 | Byte(s) | Value | Data |
23 | Byte(s) | Value | Data |
35 | Byte(s) | Value | Data |
42 | Byte(s) | Value | Data |
66 | Byte(s) | Value | Data |
73 | Byte(s) | Value | Data …
87 | Byte(s) | Value | Data |
94 | Byte(s) | Value | Data |
107 | Byte(s) | Value | Data |
113 | Byte(s) | Value | Data |
[all …]
/openbmc/linux/Documentation/hid/
H A Dhid-alps.rst22 Byte Field Value Notes
74 Byte1 Command Byte
75 Byte2 Address - Byte 0 (LSB)
76 Byte3 Address - Byte 1
77 Byte4 Address - Byte 2
78 Byte5 Address - Byte 3 (MSB)
79 Byte6 Value Byte
83 Command Byte is read=0xD1/write=0xD2.
87 Value Byte is writing data when you send the write commands.
94 Byte1 Response Byte
[all …]
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_util.h29 Byte **op1, in dfltcc()
31 const Byte **op2, in dfltcc()
36 Byte *t2 = op1 ? *op1 : NULL; in dfltcc()
38 const Byte *t4 = op2 ? *op2 : NULL; in dfltcc()
42 register Byte *r2 __asm__("r2") = t2; in dfltcc()
44 register const Byte *r4 __asm__("r4") = t4; in dfltcc()
/openbmc/linux/Documentation/input/devices/
H A Dsentelic.rst32 Byte 1: Bit7 => Y overflow
40 Byte 2: X Movement(9-bit 2's complement integers)
41 Byte 3: Y Movement(9-bit 2's complement integers)
42 Byte 4: Bit3~Bit0 => the scrolling wheel's movement since the last data report.
64 Byte 1: Bit7 => Y overflow
72 Byte 2: X Movement(9-bit 2's complement integers)
73 Byte 3: Y Movement(9-bit 2's complement integers)
74 Byte 4: Bit0 => the Vertical scrolling movement downward.
108 Byte 1: Bit7~Bit6 => 00, Normal data packet
117 Byte 2: X coordinate (xpos[9:2])
[all …]
/openbmc/linux/Documentation/networking/
H A Dx25-iface.rst28 First Byte = 0x00 (X25_IFACE_DATA)
34 First Byte = 0x01 (X25_IFACE_CONNECT)
39 First Byte = 0x02 (X25_IFACE_DISCONNECT)
44 First Byte = 0x03 (X25_IFACE_PARAMS)
52 First Byte = 0x00 (X25_IFACE_DATA)
57 First Byte = 0x01 (X25_IFACE_CONNECT)
62 First Byte = 0x02 (X25_IFACE_DISCONNECT)
67 First Byte = 0x03 (X25_IFACE_PARAMS)
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h76 Byte *pending_buf; /* output still pending */
78 Byte *pending_out; /* next pending byte to output to the stream */
81 Byte data_type; /* UNKNOWN, BINARY or ASCII */
82 Byte method; /* STORED (for zip only) or DEFLATED */
91 Byte *window;
245 (2 * (1 << (windowBits)) * sizeof(Byte) + PAGE_SIZE)
248 (2 * (1 << (windowBits)) * sizeof(Byte))
321 put_byte(s, (Byte)s->bi_buf); in bi_flush()
335 put_byte(s, (Byte)s->bi_buf); in bi_windup()
H A Ddeflate.c78 static int read_buf (z_streamp strm, Byte *buf, unsigned size);
111 Byte *window_memory;
236 mem->window_memory = (Byte *) PTR_ALIGN(next, PAGE_SIZE); in zlib_deflateInit2()
238 mem->window_memory = (Byte *) next; in zlib_deflateInit2()
261 s->window = (Byte *) mem->window_memory; in zlib_deflateInit2()
276 s->method = (Byte)method; in zlib_deflateInit2()
324 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
325 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
505 Byte *buf, in read_buf()
571 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch14 c) Sort the Encode::Byte byte_t.fnm file output (and the makefile depends whilst
27 cpan/Encode/Byte/Makefile.PL | 4 ++--
30 diff --git a/cpan/Encode/Byte/Makefile.PL b/cpan/Encode/Byte/Makefile.PL
32 --- a/cpan/Encode/Byte/Makefile.PL
33 +++ b/cpan/Encode/Byte/Makefile.PL
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S395 # handle the last <16 Byte block separately
425 # receive the last <16 Byte block
500 #GHASH computation for the last <16 Byte block
516 vpshufb SHUF_MASK(%rip), %xmm14, %xmm14 # perform a 16Byte swap
775 # GHASH computation for the last <16 Byte block
810 # GHASH computation for the last <16 Byte block
982 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap
1060 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap
1064 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap
1068 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap
[all …]
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-mlxcpld.rst20 - Receive Byte/Block.
21 - Send Byte/Block.
22 - Read Byte/Block.
23 - Write Byte/Block.
H A Di2c-taos-evm.rst39 * Receive Byte
40 * Send Byte
41 * Read Byte
42 * Write Byte
/openbmc/u-boot/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;
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c344 enum Sizes {Byte, Word, Long, end_sizes}; in op_in() enumerator
361 case Byte: in op_in()
379 enum Sizes {Byte, Word, Long, end_sizes}; in op_out() enumerator
398 case Byte: in op_out()
416 enum Sizes {Byte, Word, Long, Quad, end_sizes}; in op_read() enumerator
434 case Byte: in op_read()
457 enum Sizes {Byte, Word, Long, Quad, end_sizes}; in op_write() enumerator
476 case Byte: in op_write()
499 enum Sizes {Byte, Word, Long, end_sizes}; in op_pci_read() enumerator
514 case Byte: in op_pci_read()
[all …]
/openbmc/phosphor-pid-control/
H A Dipmi.md33 | Byte | Purpose | Value |
46 | Byte | Purpose | Value |
59 | Byte | Purpose | Value |
71 | Byte | Purpose | Value |
/openbmc/u-boot/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 …]

1234567