Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 13 of 13) sorted by relevance

/lib/
Dcrc-ccitt.c99 u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) in crc_ccitt()
114 u16 crc_ccitt_false(u16 crc, u8 const *buffer, size_t len) in crc_ccitt_false()
Dcrc-t10dif.c57 __u16 crc_t10dif_update(__u16 crc, const unsigned char *buffer, size_t len) in crc_t10dif_update()
81 __u16 crc_t10dif(const unsigned char *buffer, size_t len) in crc_t10dif()
107 static int crc_t10dif_transform_show(char *buffer, const struct kernel_param *kp) in crc_t10dif_transform_show()
Doid_registry.c106 int sprint_oid(const void *data, size_t datasize, char *buffer, size_t bufsize) in sprint_oid()
163 int sprint_OID(enum OID oid, char *buffer, size_t bufsize) in sprint_OID()
Dcrc16.c55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16()
Dcrc7.c65 u8 crc7_be(u8 crc, const u8 *buffer, size_t len) in crc7_be()
Dcrc-itu-t.c57 u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len) in crc_itu_t()
Ddecompress_unlzma.c70 uint8_t *buffer; member
85 static long INIT nofill(void *buffer, unsigned long len) in nofill()
103 char *buffer, long buffer_size) in rc_init()
278 uint8_t *buffer; member
Ddecompress_inflate.c32 static long INIT nofill(void *buffer, unsigned long len) in nofill()
Dstring_helpers.c599 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
Dkfifo.c66 int __kfifo_init(struct __kfifo *fifo, void *buffer, in __kfifo_init()
/lib/mpi/
Dmpicoder.c37 const uint8_t *buffer = xbuffer; in mpi_read_raw_data() local
83 const uint8_t *buffer = xbuffer; in mpi_read_from_buffer() local
/lib/zstd/
Dfse_compress.c301 size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCounter, unsigned ma… in FSE_writeNCount()
Ddecompress.c172 unsigned ZSTD_isFrame(const void *buffer, size_t size) in ZSTD_isFrame()