Searched defs:n_elements (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/asan/tests/ |
D | asan_benchmarks_test.cc | 19 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc()
|
/external/dbus/dbus/ |
D | dbus-marshal-basic.c | 918 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()
|
D | dbus-message.c | 897 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()
|
D | dbus-marshal-recursive.c | 925 int *n_elements) in _dbus_type_reader_read_fixed_multi() 2359 int n_elements) in _dbus_type_writer_write_fixed_multi()
|
D | dbus-marshal-recursive-util.c | 1297 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/ |
D | m_hashtable.c | 47 UInt n_elements; member
|
/external/dlmalloc/ |
D | malloc.c | 4815 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()
|