Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
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/flutter/skia/third_party/externals/imgui/
Dimstb_rectpack.h181 stbrp_node *free_head; member
264 context->free_head = &nodes[0]; in stbrp_init_target()
446 if (res.prev_link == NULL || res.y + height > context->height || context->free_head == NULL) { in stbrp__skyline_pack_rectangle()
452 node = context->free_head; in stbrp__skyline_pack_rectangle()
456 context->free_head = node->next; in stbrp__skyline_pack_rectangle()
477 cur->next = context->free_head; in stbrp__skyline_pack_rectangle()
478 context->free_head = cur; in stbrp__skyline_pack_rectangle()
503 cur = context->free_head; in stbrp__skyline_pack_rectangle()
/third_party/mesa3d/src/imgui/
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/e2fsprogs/lib/ext2fs/
Dqcow2.h73 L2_CACHE_HEAD *free_head; member
/third_party/e2fsprogs/misc/
De2image.c811 table->next = cache->free_head; in init_l2_cache()
812 cache->free_head = table; in init_l2_cache()
831 table = cache->free_head; in put_l2_cache()
832 cache->free_head = NULL; in put_l2_cache()
1004 table->next = cache->free_head; in put_used_table()
1005 cache->free_head = table; in put_used_table()
1055 table = cache->free_head; in get_free_table()
1057 cache->free_head = table->next; in get_free_table()
/third_party/selinux/libsepol/src/
Dconditional.c277 goto free_head; in cond_copy_expr()
292 free_head: in cond_copy_expr()