Searched defs:buffer (Results 1 – 13 of 13) sorted by relevance
/lib/ |
D | crc-ccitt.c | 99 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()
|
D | crc-t10dif.c | 57 __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()
|
D | oid_registry.c | 106 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()
|
D | crc16.c | 55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16()
|
D | crc7.c | 65 u8 crc7_be(u8 crc, const u8 *buffer, size_t len) in crc7_be()
|
D | crc-itu-t.c | 57 u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len) in crc_itu_t()
|
D | decompress_unlzma.c | 70 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
|
D | decompress_inflate.c | 32 static long INIT nofill(void *buffer, unsigned long len) in nofill()
|
D | string_helpers.c | 599 char *buffer, *quoted; in kstrdup_quotable_cmdline() local
|
D | kfifo.c | 66 int __kfifo_init(struct __kfifo *fifo, void *buffer, in __kfifo_init()
|
/lib/mpi/ |
D | mpicoder.c | 37 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/ |
D | fse_compress.c | 301 size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCounter, unsigned ma… in FSE_writeNCount()
|
D | decompress.c | 172 unsigned ZSTD_isFrame(const void *buffer, size_t size) in ZSTD_isFrame()
|