Home
last modified time | relevance | path

Searched refs:free_head (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h188 stbrp_node *free_head; member
272 context->free_head = &nodes[0]; in stbrp_init_target()
454 if (res.prev_link == NULL || res.y + height > context->height || context->free_head == NULL) { in stbrp__skyline_pack_rectangle()
460 node = context->free_head; in stbrp__skyline_pack_rectangle()
464 context->free_head = node->next; in stbrp__skyline_pack_rectangle()
485 cur->next = context->free_head; in stbrp__skyline_pack_rectangle()
486 context->free_head = cur; in stbrp__skyline_pack_rectangle()
511 cur = context->free_head; in stbrp__skyline_pack_rectangle()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h190 stbrp_node *free_head; member
274 context->free_head = &nodes[0]; in stbrp_init_target()
463 if (res.prev_link == NULL || res.y + height > context->height || context->free_head == NULL) { in stbrp__skyline_pack_rectangle()
469 node = context->free_head; in stbrp__skyline_pack_rectangle()
473 context->free_head = node->next; in stbrp__skyline_pack_rectangle()
494 cur->next = context->free_head; in stbrp__skyline_pack_rectangle()
495 context->free_head = cur; in stbrp__skyline_pack_rectangle()
520 cur = context->free_head; in stbrp__skyline_pack_rectangle()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_array.rs279 pub free_head: [malloc_heap__bindgen_ty_1; 13usize],
352 ::std::ptr::addr_of!((*ptr).free_head) as usize - ptr as usize in bindgen_test_layout_malloc_heap()
359 stringify!(free_head) in bindgen_test_layout_malloc_heap()
399 self.free_head == other.free_head && in eq()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h107 LIST_HEAD(, malloc_elem) free_head[RTE_HEAP_NUM_FREELISTS]; member
/third_party/selinux/libsepol/src/
H A Dconditional.c278 goto free_head; in cond_copy_expr()
293 free_head: in cond_copy_expr()
/third_party/glfw/deps/
H A Dnuklear.h10588 struct nk_rp_node *free_head; member
10638 context->free_head = &nodes[0]; in nk_rp_init_target()
10803 if (res.prev_link == 0 || res.y + height > context->height || context->free_head == 0) { in nk_rp__skyline_pack_rectangle()
10809 node = context->free_head; in nk_rp__skyline_pack_rectangle()
10813 context->free_head = node->next; in nk_rp__skyline_pack_rectangle()
10833 cur->next = context->free_head; in nk_rp__skyline_pack_rectangle()
10834 context->free_head = cur; in nk_rp__skyline_pack_rectangle()

Completed in 46 milliseconds