Searched defs:buffer (Results 1 – 11 of 11) sorted by relevance
/DragonOS-0.1.5/kernel/src/libs/ |
D | crc16.c | 34 uint16_t crc16(uint16_t crc, uint8_t const *buffer, size_t len) in crc16()
|
D | crc32.c | 49 uint32_t crc32(uint32_t crc, uint8_t const *buffer, size_t len) in crc32()
|
D | crc64.c | 50 uint64_t crc64(uint64_t crc, uint8_t const *buffer, size_t len) in crc64()
|
D | crc7.c | 31 uint8_t crc7(uint8_t crc, const uint8_t *buffer, size_t len) in crc7()
|
D | crc8.c | 33 uint8_t crc8(uint8_t crc, uint8_t const *buffer, size_t len) in crc8()
|
D | stdlib.c | 12 static char buffer[21] = {0}; in ltoa() local
|
D | kfifo.c | 35 void kfifo_init(struct kfifo_t *fifo, void *buffer, uint32_t size) in kfifo_init()
|
D | lz4.c | 1865 LZ4_stream_t *LZ4_initStream(void *buffer, size_t size) in LZ4_initStream()
|
/DragonOS-0.1.5/kernel/src/common/ |
D | kfifo.h | 12 void *buffer; // 缓冲区 member
|
D | glib.h | 180 #define io_insw(port, buffer, nr) \ argument 188 #define io_outsw(port, buffer, nr) \ argument
|
/DragonOS-0.1.5/kernel/src/driver/mouse/ |
D | ps2_mouse.h | 79 unsigned char buffer[ps2_mouse_buffer_size]; member
|