Home
last modified time | relevance | path

Searched refs:last_ptr (Results 1 – 10 of 10) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c2308 tdb_off_t last_ptr, i; in remove_from_freelist() local
2311 last_ptr = FREELIST_TOP; in remove_from_freelist()
2312 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) { in remove_from_freelist()
2315 return tdb_ofs_write(tdb, last_ptr, &next); in remove_from_freelist()
2318 last_ptr = i; in remove_from_freelist()
2442 struct list_struct *rec, tdb_off_t last_ptr) in tdb_allocate_ofs() argument
2465 if (tdb_ofs_write(tdb, last_ptr, &rec->next) == -1) { in tdb_allocate_ofs()
2504 tdb_off_t rec_ptr, last_ptr, newrec_ptr; in tdb_allocate() local
2506 tdb_off_t rec_ptr, last_ptr; in tdb_allocate() member
2517 last_ptr = FREELIST_TOP; in tdb_allocate()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h755 pointer last_ptr = storage_view.data + n; variable
756 AllocatorTraits::construct(*GetAllocPtr(), last_ptr,
759 return *last_ptr;
774 pointer last_ptr = construct_data + storage_view.size; variable
777 AllocatorTraits::construct(*GetAllocPtr(), last_ptr,
786 AllocatorTraits::destroy(*GetAllocPtr(), last_ptr);
797 return *last_ptr;
/third_party/python/Modules/
Dsre_lib.h997 ctx->u.rep->last_ptr = NULL; in SRE()
1045 state->ptr != ctx->u.rep->last_ptr) { in SRE()
1052 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE()
1053 ctx->u.rep->last_ptr = state->ptr; in SRE()
1056 DATA_POP(&ctx->u.rep->last_ptr); in SRE()
1123 state->ptr == ctx->u.rep->last_ptr) in SRE()
1128 DATA_PUSH(&ctx->u.rep->last_ptr); in SRE()
1129 ctx->u.rep->last_ptr = state->ptr; in SRE()
1132 DATA_POP(&ctx->u.rep->last_ptr); in SRE()
Dsre.h58 const void* last_ptr; /* helper to check for infinite loops */ member
/third_party/ffmpeg/libavcodec/
Dindeo3.c340 if (*data_ptr >= last_ptr) \
429 const uint8_t **data_ptr, const uint8_t *last_ptr) in decode_cell_data() argument
583 const uint8_t *last_ptr) in decode_cell() argument
673 &data_ptr, last_ptr); in decode_cell()
680 &data_ptr, last_ptr); in decode_cell()
690 &data_ptr, last_ptr); in decode_cell()
/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h701 pointer last_ptr = construct_data + storage_view.size; variable
703 AllocatorTraits::construct(*GetAllocPtr(), last_ptr,
713 AllocatorTraits::destroy(*GetAllocPtr(), last_ptr);
726 return *last_ptr;
/third_party/boost/boost/container/
Dvector.hpp2053 T* const last_ptr = boost::movelib::to_raw_pointer(vector_iterator_get_ptr(last)); in erase() local
2054 …T* const ptr = boost::movelib::to_raw_pointer(boost::container::move(last_ptr, old_end_ptr, first_… in erase()
2885 T* const last_ptr = begin_ptr + last_pos; in priv_insert_ordered_at_shift_range() local
2891 boost::container::move_backward(first_ptr, last_ptr, last_ptr + shift_count); in priv_insert_ordered_at_shift_range()
2897 (this->m_holder.alloc(), first_ptr, last_ptr, first_ptr + shift_count); in priv_insert_ordered_at_shift_range()
2905 …st::container::uninitialized_move_alloc(this->m_holder.alloc(), boundary_ptr, last_ptr, limit_ptr); in priv_insert_ordered_at_shift_range()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3008 tc_call_draw_single(struct pipe_context *pipe, void *call, uint64_t *last_ptr) in tc_call_draw_single() argument
3012 struct tc_draw_single *last = (struct tc_draw_single *)last_ptr; in tc_call_draw_single()
3370 tc_call_draw_vstate_single(struct pipe_context *pipe, void *call, uint64_t *last_ptr) in tc_call_draw_vstate_single() argument
3374 struct tc_draw_vstate_single *last = (struct tc_draw_vstate_single *)last_ptr; in tc_call_draw_vstate_single()
/third_party/boost/boost/intrusive/
Dhashtable.hpp931 , last_ptr(l->cend().pointed_node()); in priv_get_bucket_num_no_hash_store() local
935 while(!(first_ptr <= it.pointed_node() && it.pointed_node() <= last_ptr)){ in priv_get_bucket_num_no_hash_store()
/third_party/quickjs/
Dquickjs.c20095 const uint8_t *last_ptr; member
20673 p = s->last_ptr = s->buf_ptr; in next_token()
21220 p = s->last_ptr = s->buf_ptr; in json_next_token()
33293 fd->source_len = s->last_ptr - ptr; in js_parse_function_decl2()