Home
last modified time | relevance | path

Searched defs:last_ptr (Results 1 – 6 of 6) sorted by relevance

/third_party/lame/libmp3lame/
Dbitstream.c808 int last_ptr, first_ptr; in compute_flushbits() local
869 int last_ptr = esv->h_ptr - 1; /* last header to add to bitstream */ in flush_bitstream() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h755 pointer last_ptr = storage_view.data + n; variable
774 pointer last_ptr = construct_data + storage_view.size; variable
/third_party/python/Modules/_sre/
Dsre.h58 const void* last_ptr; /* helper to check for infinite loops */ member
/third_party/ffmpeg/libavcodec/
Dindeo3.c431 const uint8_t **data_ptr, const uint8_t *last_ptr) in decode_cell_data()
585 const uint8_t *last_ptr) in decode_cell()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3177 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()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs28771 let mut last_ptr: Option<&Node<T>> = None; localVariable