Home
last modified time | relevance | path

Searched defs:n_elements (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_benchmarks_test.cc19 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc()
/external/dbus/dbus/
Ddbus-marshal-basic.c918 int n_elements, in marshal_1_octets_array()
950 int n_elements, in _dbus_swap_array()
999 int n_elements, in swap_array()
1019 int n_elements, in marshal_fixed_multi()
1089 int n_elements, in _dbus_marshal_write_fixed_multi()
1531 int n_elements, in _dbus_marshal_read_fixed_multi()
Ddbus-message.c897 int n_elements; in _dbus_message_iter_get_args_valist() local
1791 int n_elements; in dbus_message_append_args_valist() local
1808 int n_elements; in dbus_message_append_args_valist() local
2315 int *n_elements) in dbus_message_iter_get_fixed_array()
2716 int n_elements) in dbus_message_iter_append_fixed_array()
Ddbus-marshal-recursive.c925 int *n_elements) in _dbus_type_reader_read_fixed_multi()
2359 int n_elements) in _dbus_type_writer_write_fixed_multi()
Ddbus-marshal-recursive-util.c1297 int n_elements; in run_test_delete_values() local
2182 int n_elements; in int16_read_multi() local
2319 int n_elements; in int32_read_multi() local
/external/valgrind/coregrind/
Dm_hashtable.c47 UInt n_elements; member
/external/dlmalloc/
Dmalloc.c4815 void* dlcalloc(size_t n_elements, size_t elem_size) { in dlcalloc()
5001 size_t n_elements, in ialloc()
5341 void** dlindependent_calloc(size_t n_elements, size_t elem_size, in dlindependent_calloc()
5347 void** dlindependent_comalloc(size_t n_elements, size_t sizes[], in dlindependent_comalloc()
5753 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
5861 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
5872 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()