Searched defs:last_ptr (Results 1 – 6 of 6) sorted by relevance
808 int last_ptr, first_ptr; in compute_flushbits() local869 int last_ptr = esv->h_ptr - 1; /* last header to add to bitstream */ in flush_bitstream() local
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
431 const uint8_t **data_ptr, const uint8_t *last_ptr) in decode_cell_data()585 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