Home
last modified time | relevance | path

Searched refs:stack_count (Results 1 – 5 of 5) sorted by relevance

/third_party/libffi/src/powerpc/
Dffi_sysv.c96 unsigned i, fpr_count = 0, gpr_count = 0, stack_count = 0; in ffi_prep_cif_sysv_core() local
189 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core()
190 stack_count += 4; in ffi_prep_cif_sysv_core()
204 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core()
205 stack_count += 2; in ffi_prep_cif_sysv_core()
217 stack_count += 1; in ffi_prep_cif_sysv_core()
232 stack_count += 4; in ffi_prep_cif_sysv_core()
250 stack_count += stack_count & 1; in ffi_prep_cif_sysv_core()
251 stack_count += 2; in ffi_prep_cif_sysv_core()
276 stack_count += 1; in ffi_prep_cif_sysv_core()
[all …]
/third_party/boost/tools/build/src/engine/
Ddebug.cpp48 p->stack_count = 0; in profile_enter()
58 p->stack_count += 1; in profile_enter()
93 if ( frame->info->stack_count == 1 ) in profile_exit()
106 --frame->info->stack_count; in profile_exit()
Ddebug.h27 unsigned long stack_count; member
/third_party/mesa3d/src/util/
Dregister_allocate.c675 g->tmp.stack[g->tmp.stack_count] = n; in add_node_to_stack()
676 g->tmp.stack_count++; in add_node_to_stack()
705 g->tmp.stack_count = 0; in ra_simplify()
784 stack_optimistic_start = g->tmp.stack_count; in ra_simplify()
884 while (g->tmp.stack_count != 0) { in ra_select()
887 int n = g->tmp.stack[g->tmp.stack_count - 1]; in ra_select()
934 g->tmp.stack_count--; in ra_select()
946 g->tmp.stack_count - 1 <= g->tmp.stack_optimistic_start) in ra_select()
Dregister_allocate_internal.h145 unsigned int stack_count; member