Searched defs:last_ptr (Results 1 – 5 of 5) sorted by relevance
755 pointer last_ptr = storage_view.data + n; variable774 pointer last_ptr = construct_data + storage_view.size; variable
58 const void* last_ptr; /* helper to check for infinite loops */ member
429 const uint8_t **data_ptr, const uint8_t *last_ptr) in decode_cell_data()583 const uint8_t *last_ptr) in decode_cell()
3177 tc_call_draw_single(struct pipe_context *pipe, void *call, uint64_t *last_ptr) in tc_call_draw_single()3556 tc_call_draw_vstate_single(struct pipe_context *pipe, void *call, uint64_t *last_ptr) in tc_call_draw_vstate_single()
28771 let mut last_ptr: Option<&Node<T>> = None; localVariable