Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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()
H A Ddfltcc_deflate.c206 *strm->next_out = (Byte)state->bi_buf; in dfltcc_deflate()
/kernel/linux/linux-6.6/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()
H A Ddfltcc_deflate.c237 *strm->next_out = (Byte)state->bi_buf; in dfltcc_deflate()
/kernel/linux/linux-5.10/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()
498 Byte *buf, in read_buf()
564 register Byte *sca in longest_match()
[all...]
H A Ddeftree.c1028 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
/kernel/linux/linux-6.6/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 *sca in longest_match()
[all...]
H A Ddeftree.c1028 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S429 # 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 swa
[all...]
H A Daesni-intel_asm.S345 # Handle the last <16 Byte block separately
366 # receive the last <16 Byte block
698 # GHASH computation for the last <16 Byte block
733 # GHASH computation for the last <16 Byte block
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/linux/
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf, in zlib_adler32()
H A Dzlib.h85 const Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
H A Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
/kernel/linux/linux-6.6/include/linux/
H A Dzlib.h85 const Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf, in zlib_adler32()
H A Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_entry.c98 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip,
545 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix() argument
604 *Byte = byte; in valid_prefix()
608 *Byte = byte; in valid_prefix()
614 *Byte = byte; /* Needed for error message. */ in valid_prefix()
/kernel/linux/linux-6.6/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, in valid_prefix() argument
605 *Byte = byte; in valid_prefix()
609 *Byte = byte; in valid_prefix()
615 *Byte = byte; /* Needed for error message. */ in valid_prefix()
/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinflate.c788 Byte *saved_no = z->next_out; in zlib_inflateIncomp()
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinflate.c788 Byte *saved_no = z->next_out; in zlib_inflateIncomp()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dutil.S640 | 0 - Byte

Completed in 23 milliseconds

12