/dports/devel/efl/efl-1.25.1/src/lib/eina/ |
H A D | eina_tiler.c | 82 typedef struct list_node_pool struct 160 if (list_node_pool.node) in rect_list_node_pool_get() 164 node = list_node_pool.node; in rect_list_node_pool_get() 166 list_node_pool.len--; in rect_list_node_pool_get() 484 diff = list_node_pool.len - max; 491 list_node_pool.len--; 496 list_node_pool.max = max; 502 while (list_node_pool.node) in rect_list_node_pool_flush() 508 list_node_pool.len--; in rect_list_node_pool_flush() 518 if (list_node_pool.len < list_node_pool.max) in rect_list_node_pool_put() [all …]
|
/dports/java/jikes/jikes-1.22/src/ |
H A D | parser.cpp | 60 else p = list_node_pool -> NewListNode(); in AllocateListNode() 86 list_node_pool = new StoragePool(lex_stream_ -> NumTokens()); in PackageHeaderParse() 108 delete list_node_pool; in PackageHeaderParse() 122 list_node_pool = new StoragePool(lex_stream_ -> NumTokens()); in HeaderParse() 153 delete list_node_pool; // free the pool of list nodes in HeaderParse() 237 list_node_pool = new StoragePool(lex_stream_ -> NumTokens()); in BodyParse() 242 delete list_node_pool; // free the pool of list nodes in BodyParse() 302 list_node_pool = new StoragePool(stream -> NumTokens()); in InitializerParse() 307 delete list_node_pool; // free the pool of list nodes in InitializerParse()
|
H A D | parser.h | 159 StoragePool* list_node_pool; variable
|
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/ |
H A D | evas_tiler.c | 203 typedef struct list_node_pool struct 215 while (list_node_pool.node) in rect_list_node_pool_flush() 218 list_node_pool.node = node->next; in rect_list_node_pool_flush() 219 list_node_pool.len--; in rect_list_node_pool_flush() 227 if (list_node_pool.node) in rect_list_node_pool_get() 230 list_node_pool.node = node->next; in rect_list_node_pool_get() 231 list_node_pool.len--; in rect_list_node_pool_get() 240 if (list_node_pool.len < list_node_pool.max) in rect_list_node_pool_put() 242 node->next = list_node_pool.node; in rect_list_node_pool_put() 243 list_node_pool.node = node; in rect_list_node_pool_put() [all …]
|
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/ |
H A D | tree-ssa-pre.c | 311 static alloc_pool list_node_pool; variable 874 head = pool_alloc (list_node_pool); in pool_copy_list() 882 TREE_CHAIN (prev) = pool_alloc (list_node_pool); in pool_copy_list() 2018 pool = list_node_pool; in create_value_expr_from() 2620 list_node_pool = create_alloc_pool ("List tree nodes", in init_pre() 2652 free_alloc_pool (list_node_pool); in fini_pre()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc9/gcc-9.4.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc48/gcc-4.8.5/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc10/gcc-10.3.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc8/gcc-8.5.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc11/gcc-11.2.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ |
H A D | ChangeLog-2007 | 28787 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete. 28801 list_node_pool. Init temp_call_expr_obstack instead. 28803 list_node_pool.
|