Searched refs:available_bytes (Results 1 - 6 of 6) sorted by relevance
/third_party/backends/backend/ |
H A D | p5_device.c | 621 available_bytes (int fd) in available_bytes() function 627 DBG (DBG_io, "available_bytes: available_bytes=0x%02X\n", counter); in available_bytes() 1076 count = available_bytes (dev->fd); in move()
|
H A D | lexmark_low.c | 5415 size_t available_bytes; in read_buffer_get_bytes() local 5422 available_bytes = rb->writeptr - rb->readptr; in read_buffer_get_bytes() 5423 if (available_bytes <= rqst_size) in read_buffer_get_bytes() 5426 memcpy (buffer, rb->readptr, available_bytes); in read_buffer_get_bytes() 5429 return available_bytes; in read_buffer_get_bytes() 5444 available_bytes = rb->data + rb->size - rb->readptr; in read_buffer_get_bytes() 5445 if (available_bytes <= rqst_size) in read_buffer_get_bytes() 5448 memcpy (buffer, rb->readptr, available_bytes); in read_buffer_get_bytes() 5452 return available_bytes + in read_buffer_get_bytes() 5453 read_buffer_get_bytes (rb, buffer + available_bytes, in read_buffer_get_bytes() [all...] |
H A D | p5.c | 1176 count = available_bytes (dev->fd); in sane_read() 1198 count = available_bytes (dev->fd); in sane_read()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_api.c | 783 int available_bytes = save->current_bo ? save->current_bo->Size - save->current_bo_bytes_used : 0; in compile_vertex_list() local 784 if (total_bytes_needed > available_bytes) { in compile_vertex_list() 801 available_bytes = save->current_bo->Size; in compile_vertex_list()
|
/third_party/python/Objects/ |
H A D | obmalloc.c | 2973 size_t available_bytes = 0; in _PyObject_DebugMallocStats() local 3061 available_bytes += f * size; in _PyObject_DebugMallocStats() 3085 total += printone(out, "# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 2658 available_bytes: *mut u32, in sceAtracGetStreamDataInfo()
|
Completed in 22 milliseconds