/external/libffi/src/powerpc/ |
D | ffi_sysv.c | 96 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 …]
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | external-swift-debugging.cpp | 11 int *stack_count, int *mop_count, int *loc_count, 52 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local 55 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | debugging.cpp | 16 int *stack_count, int *mop_count, int *loc_count, 58 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local 61 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
|
/external/compiler-rt/test/tsan/ |
D | debugging.cc | 15 int *stack_count, int *mop_count, int *loc_count, 57 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local 60 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
|
/external/mesa3d/src/util/ |
D | register_allocate.c | 178 unsigned int stack_count; member 686 g->tmp.stack[g->tmp.stack_count] = n; in add_node_to_stack() 687 g->tmp.stack_count++; in add_node_to_stack() 716 g->tmp.stack_count = 0; in ra_simplify() 795 stack_optimistic_start = g->tmp.stack_count; in ra_simplify() 871 while (g->tmp.stack_count != 0) { in ra_select() 874 int n = g->tmp.stack[g->tmp.stack_count - 1]; in ra_select() 908 g->tmp.stack_count--; in ra_select() 920 g->tmp.stack_count - 1 <= g->tmp.stack_optimistic_start) in ra_select()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 65 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument 72 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
|
D | tsan_interface.h | 97 int *stack_count, int *mop_count, int *loc_count,
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 73 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument 80 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
|
D | tsan_interface.h | 119 int *stack_count, int *mop_count, int *loc_count,
|
/external/python/cpython2/Python/ |
D | compile.c | 3272 int op = 0, slice_offset = 0, stack_count = 0; in compiler_simple_slice() local 3277 stack_count++; in compiler_simple_slice() 3283 stack_count++; in compiler_simple_slice() 3289 switch (stack_count) { in compiler_simple_slice() 3296 switch (stack_count) { in compiler_simple_slice()
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 6298 <!-- unsigned short int _cpp_file::stack_count --> 6299 …<var-decl name='stack_count' type-id='type-id-29' visibility='default' filepath='../.././libcpp/fi… 8807 <!-- unsigned short int _cpp_file::stack_count --> 8808 …<var-decl name='stack_count' type-id='type-id-29' visibility='default' filepath='../.././libcpp/fi…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 4236 …<var-decl name='stack_count' type-id='type-id-29' visibility='default' filepath='../.././libcpp/fi… 5810 …<var-decl name='stack_count' type-id='type-id-29' visibility='default' filepath='../.././libcpp/fi…
|