Home
last modified time | relevance | path

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

12345678

/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.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 …]
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.rst168 - Byte 0
169 - Byte 1
170 - Byte 2
171 - Byte 3
312 - Byte 0
313 - Byte 1
314 - Byte 2
315 - Byte 3
316 - Byte 4
317 - Byte 5
[all …]
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-sdr-pcu16be.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.rst82 - :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
972 - Byte 1-0
973 - Byte 3-2
974 - Byte 5-4
[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
94 Byte1 Response Byte
96 Byte3 Address - Byte 1
97 Byte4 Address - Byte 2
[all …]
/openbmc/google-ipmi-sys/
H A DREADME.md94 | Byte(s) | Value | Data |
107 | Byte(s) | Value | Data |
172 | Byte(s) | Value | Data |
190 | Byte(s) | Value | Data |
196 | Byte(s) | Value | Data |
206 | Byte(s) | Value | Data |
232 | Byte(s) | Value | Data |
244 | Byte(s) | Value | Data |
426 | Byte(s) | Value | Data |
450 | Byte(s) | Value | Data |
[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/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.c111 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()
592 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match()
593 register Byte scan_end1 = scan[best_len-1]; in longest_match()
[all …]
/openbmc/linux/Documentation/input/devices/
H A Dsentelic.rst32 Byte 1: Bit7 => Y overflow
64 Byte 1: Bit7 => Y overflow
117 Byte 2: X coordinate (xpos[9:2])
118 Byte 3: Y coordinate (ypos[9:2])
147 Byte 4: Bit7~Bit0 => Don't Care
172 Byte 2: X coordinate (xpos[9:2])
223 Byte 3: Bit7~Bit6 => Don't care
426 Byte 2: Message type:
460 Byte 1: Bit7 => 0, Y overflow
468 Byte 2: Bit7~1 => (0101101b)
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/
H A DgpioMonitor.hpp30 GpioEventHandler(std::string& presPin, Byte& presValue, std::string& outPin, in GpioEventHandler()
31 Byte& outValue, std::string& devAddr, std::string& driver, in GpioEventHandler()
48 const Byte presenceValue;
52 const Byte outputValue;
/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/openbmc/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch11 c) Sort the Encode::Byte byte_t.fnm file output (and the makefile depends whilst
24 Index: perl-5.30.1/cpan/Encode/Byte/Makefile.PL
26 --- perl-5.30.1.orig/cpan/Encode/Byte/Makefile.PL
27 +++ perl-5.30.1/cpan/Encode/Byte/Makefile.PL
/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/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
775 # GHASH computation for the last <16 Byte block
810 # GHASH computation for the last <16 Byte block
1553 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap
1554 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap
1555 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap
1556 vpshufb SHUF_MASK(%rip), \XMM4, \XMM4 # perform a 16Byte swap
1557 vpshufb SHUF_MASK(%rip), \XMM5, \XMM5 # perform a 16Byte swap
[all …]
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c343 enum Sizes {Byte, Word, Long, end_sizes}; in op_in() enumerator
360 case Byte: in op_in()
378 enum Sizes {Byte, Word, Long, end_sizes}; in op_out() enumerator
397 case Byte: in op_out()
415 enum Sizes {Byte, Word, Long, Quad, end_sizes}; in op_read() enumerator
433 case Byte: in op_read()
475 case Byte: in op_write()
498 enum Sizes {Byte, Word, Long, end_sizes}; in op_pci_read() enumerator
513 case Byte: in op_pci_read()
527 enum Sizes {Byte, Word, Long, end_sizes}; in op_pci_write() enumerator
[all …]
/openbmc/phosphor-pid-control/
H A Dipmi.md33 | Byte | Purpose | Value |
46 | Byte | Purpose | Value |
59 | Byte | Purpose | Value |
71 | Byte | Purpose | Value |

12345678