| /OK3568_Linux_fs/u-boot/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 | 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 | 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];
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A D | hid-alps.rst | 22 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 …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc_util.h | 29 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()
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | sentelic.rst | 32 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 …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | defutil.h | 76 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 D | deflate.c | 78 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() 498 Byte *buf, in read_buf() 564 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-sdr-pcu20be.rst | 23 **Byte Order.** 31 - Byte B0 32 - Byte B1 33 - Byte B2 34 - Byte B3
|
| H A D | pixfmt-sdr-pcu18be.rst | 23 **Byte Order.** 31 - Byte B0 32 - Byte B1 33 - Byte B2 34 - Byte B3
|
| H A D | pixfmt-sdr-pcu16be.rst | 23 **Byte Order.** 31 - Byte B0 32 - Byte B1 33 - Byte B2 34 - Byte B3
|
| H A D | pixfmt-packed-hsv.rst | 38 - :cspan:`7` Byte 0 in memory 39 - :cspan:`7` Byte 1 40 - :cspan:`7` Byte 2 41 - :cspan:`7` Byte 3
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zconf.h | 132 # define Byte z_Byte macro 372 typedef unsigned char Byte; /* 8 bits */ typedef 379 # define Bytef Byte FAR 381 typedef Byte FAR Bytef; 393 typedef Byte const *voidpc; 394 typedef Byte FAR *voidpf; 395 typedef Byte *voidp;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zconf.h | 132 # define Byte z_Byte macro 372 typedef unsigned char Byte; /* 8 bits */ typedef 379 # define Bytef Byte FAR 381 typedef Byte FAR Bytef; 393 typedef Byte const *voidpc; 394 typedef Byte FAR *voidpf; 395 typedef Byte *voidp;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zconf.h | 132 # define Byte z_Byte macro 372 typedef unsigned char Byte; /* 8 bits */ typedef 379 # define Bytef Byte FAR 381 typedef Byte FAR Bytef; 393 typedef Byte const *voidpc; 394 typedef Byte FAR *voidpf; 395 typedef Byte *voidp;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zconf.h | 132 # define Byte z_Byte macro 372 typedef unsigned char Byte; /* 8 bits */ typedef 379 # define Bytef Byte FAR 381 typedef Byte FAR Bytef; 393 typedef Byte const *voidpc; 394 typedef Byte FAR *voidpf; 395 typedef Byte *voidp;
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_avx-x86_64.S | 429 # handle the last <16 Byte block separately 459 # receive the last <16 Byte block 534 #GHASH computation for the last <16 Byte block 550 vpshufb SHUF_MASK(%rip), %xmm14, %xmm14 # perform a 16Byte swap 807 # GHASH computation for the last <16 Byte block 842 # GHASH computation for the last <16 Byte block 1014 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap 1092 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap 1096 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap 1100 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | x25-iface.rst | 29 First Byte = 0x00 (X25_IFACE_DATA) 35 First Byte = 0x01 (X25_IFACE_CONNECT) 40 First Byte = 0x02 (X25_IFACE_DISCONNECT) 45 First Byte = 0x03 (X25_IFACE_PARAMS) 53 First Byte = 0x00 (X25_IFACE_DATA) 58 First Byte = 0x01 (X25_IFACE_CONNECT) 63 First Byte = 0x02 (X25_IFACE_DISCONNECT) 68 First Byte = 0x03 (X25_IFACE_PARAMS)
|
| /OK3568_Linux_fs/u-boot/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;
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/busses/ |
| H A D | i2c-taos-evm.rst | 39 * Receive Byte 40 * Send Byte 41 * Read Byte 42 * Write Byte
|
| H A D | i2c-mlxcpld.rst | 20 - Receive Byte/Block. 21 - Send Byte/Block. 22 - Read Byte/Block. 23 - Write Byte/Block.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 11 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
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | orb_algos.h | 8 typedef enum Byte { Uchar = 1, Float = 4, Rgb = 3} Byte; enum 20 Byte bytes;
|
| /OK3568_Linux_fs/u-boot/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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | abituguru-datasheet.rst | 171 Byte 0: 175 Byte 1: 179 Byte 2: 196 Byte 0: 219 Byte 0: 255 Byte 1: 259 Byte 2: 272 Byte 0: 276 Byte 1: 280 Byte 2: [all …]
|