Searched defs:buf (Results 1 – 2 of 2) sorted by relevance
/include/ |
A D | alloc_buffer.h | 148 alloc_buffer_mark_failed (struct alloc_buffer *buf) in alloc_buffer_mark_failed() 156 alloc_buffer_size (const struct alloc_buffer *buf) in alloc_buffer_size() 163 alloc_buffer_has_failed (const struct alloc_buffer *buf) in alloc_buffer_has_failed() 171 alloc_buffer_add_byte (struct alloc_buffer *buf, unsigned char b) in alloc_buffer_add_byte() 188 alloc_buffer_alloc_bytes (struct alloc_buffer *buf, size_t length) in alloc_buffer_alloc_bytes() 246 __alloc_buffer_alloc (struct alloc_buffer *buf, size_t size, size_t align) in __alloc_buffer_alloc() 272 #define alloc_buffer_alloc(buf, type) \ argument 280 __alloc_buffer_next (struct alloc_buffer *buf, size_t align) in __alloc_buffer_next() 327 #define alloc_buffer_next(buf, type) \ argument 342 #define alloc_buffer_alloc_array(buf, type, count) \ argument [all …]
|
A D | string.h | 126 # define explicit_bzero(buf, len) \ argument
|
Completed in 6 milliseconds