Searched refs:dispatch_data_create_subrange (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/lib/libdispatch/man/ |
| HD | Makefile.am | 77 $(LN) -f dispatch_data_create.3 dispatch_data_create_subrange.3 && \ 137 dispatch_data_create_subrange.3 \
|
| /NextBSD/lib/libdispatch/dispatch/ |
| HD | data.h | 207 dispatch_data_create_subrange(dispatch_data_t data,
|
| /NextBSD/lib/libdispatch/src/ |
| HD | data.c | 296 dispatch_data_create_subrange(dispatch_data_t dd, size_t offset, in dispatch_data_create_subrange() function 330 dispatch_data_t subrange = dispatch_data_create_subrange( in dispatch_data_create_subrange()
|
| HD | io.c | 2157 d = dispatch_data_create_subrange(op->data, 0, op->buf_siz); in _dispatch_operation_perform() 2279 data = dispatch_data_create_subrange(op->data, op->buf_len, in _dispatch_operation_deliver_data() 2293 d = dispatch_data_create_subrange(op->data, op->buf_siz, in _dispatch_operation_deliver_data()
|
| HD | transform.c | 163 subrange = dispatch_data_create_subrange(data, offset, size); in _dispatch_data_subrange_map()
|