Searched refs:Byte (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/
H A Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf,
H A Dzlib.h85 const Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_util.h29 Byte **op1,
31 const Byte **op2,
36 Byte *t2 = op1 ? *op1 : NULL;
38 const Byte *t4 = op2 ? *op2 : NULL;
42 register Byte *r2 __asm__("r2") = t2;
44 register const Byte *r4 __asm__("r4") = t4;
H A Ddfltcc_deflate.c237 *strm->next_out = (Byte)state->bi_buf;
/linux-master/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);
335 put_byte(s, (Byte)s->bi_buf);
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);
238 mem->window_memory = (Byte *) next;
261 s->window = (Byte *) mem->window_memory;
276 s->method = (Byte)method;
324 put_byte(s, (Byte)(b >> 8));
325 put_byte(s, (Byte)(b & 0xff));
505 Byte *buf,
571 register Byte *sca
[all...]
H A Ddeftree.c1028 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
/linux-master/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 swa
[all...]
H A Daesni-intel_asm.S341 # Handle the last <16 Byte block separately
362 # receive the last <16 Byte block
694 # GHASH computation for the last <16 Byte block
729 # GHASH computation for the last <16 Byte block
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c99 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip,
546 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, argument
605 *Byte = byte;
609 *Byte = byte;
615 *Byte = byte; /* Needed for error message. */
/linux-master/lib/zlib_inflate/
H A Dinflate.c788 Byte *saved_no = z->next_out;
/linux-master/arch/m68k/fpsp040/
H A Dutil.S640 | 0 - Byte
/linux-master/arch/sparc/lib/
H A DM7memcpy.S643 ! Src is Byte aligned

Completed in 161 milliseconds