Home
last modified time | relevance | path

Searched refs:first_free (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/library/
H A Dmemory_buffer_alloc.c64 memory_header *first_free; member
116 cur = heap.first_free; in debug_chain()
213 memory_header *new, *cur = heap.first_free; in buffer_alloc_calloc()
276 heap.first_free = cur->next_free; in buffer_alloc_calloc()
333 heap.first_free = new; in buffer_alloc_calloc()
449 heap.first_free = hdr->next_free; in buffer_alloc_free()
463 heap.first_free = hdr; in buffer_alloc_free()
481 hdr->next_free = heap.first_free; in buffer_alloc_free()
482 if (heap.first_free != NULL) { in buffer_alloc_free()
483 heap.first_free in buffer_alloc_free()
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_address.c86 mir_match_iadd(struct mir_address *address, bool first_free) in mir_match_iadd() argument
111 first_free && !address->A.def) { in mir_match_iadd()
203 mir_match_offset(nir_ssa_def *offset, bool first_free, bool extend) in mir_match_offset() argument
213 mir_match_iadd(&address, first_free); in mir_match_offset()
254 bool first_free = (seg == LDST_GLOBAL); in mir_set_offset() local
256 struct mir_address match = mir_match_offset(offset->ssa, first_free, true); in mir_set_offset()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2674 void *first_free;
2680 if (hh->first_free) {
2681 void *p = hh->first_free;
2682 hh->first_free = * (void **) p;
2701 *(void **) p = hh->first_free;
2702 hh->first_free = p;
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h2674 void *first_free;
2680 if (hh->first_free) {
2681 void *p = hh->first_free;
2682 hh->first_free = * (void **) p;
2701 *(void **) p = hh->first_free;
2702 hh->first_free = p;
/third_party/glfw/deps/
H A Dnuklear.h11004 void *first_free; member
11613 if (hh->first_free) { in nk_tt__hheap_alloc()
11614 void *p = hh->first_free; in nk_tt__hheap_alloc()
11615 hh->first_free = * (void **) p; in nk_tt__hheap_alloc()
11635 *(void **) p = hh->first_free; in nk_tt__hheap_free()
11636 hh->first_free = p; in nk_tt__hheap_free()

Completed in 57 milliseconds