Home
last modified time | relevance | path

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

/third_party/python/Modules/_sre/
H A Dsre.h58 const void* last_ptr; /* helper to check for infinite loops */ member
/third_party/lame/libmp3lame/
H A 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 */ flush_bitstream() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h755 pointer last_ptr = storage_view.data + n; variable
756 AllocatorTraits::construct(*GetAllocPtr(), last_ptr, variable
774 pointer last_ptr = construct_data + storage_view.size; variable
777 AllocatorTraits::construct(*GetAllocPtr(), last_ptr, variable
786 AllocatorTraits::destroy(*GetAllocPtr(), last_ptr); variable
/third_party/ffmpeg/libavcodec/
H A Dindeo3.c427 decode_cell_data(Indeo3DecodeContext *ctx, Cell *cell, uint8_t *block, uint8_t *ref_block, ptrdiff_t row_offset, int h_zoom, int v_zoom, int mode, const vqEntry *delta[2], int swap_quads[2], const uint8_t **data_ptr, const uint8_t *last_ptr) decode_cell_data() argument
583 decode_cell(Indeo3DecodeContext *ctx, AVCodecContext *avctx, Plane *plane, Cell *cell, const uint8_t *data_ptr, const uint8_t *last_ptr) decode_cell() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c3177 tc_call_draw_single(struct pipe_context *pipe, void *call, uint64_t *last_ptr) in tc_call_draw_single() argument
3556 tc_call_draw_vstate_single(struct pipe_context *pipe, void *call, uint64_t *last_ptr) in tc_call_draw_vstate_single() argument
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs28771 let mut last_ptr: Option<&Node<T>> = None; in check_links() variables
[all...]

Completed in 83 milliseconds