Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/wince/
DMemoryManager.cpp116 void *fastCalloc(size_t n_elements, size_t element_size) { return calloc(n_elements, element_size);… in fastCalloc()
123 void *fastCalloc(size_t n_elements, size_t element_size) { return MemoryManager::m_calloc(n_element… in fastCalloc()
154 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) in tryFastCalloc()
DFastMallocWinCE.h53 #define calloc(n_elements, element_size) fastCalloc(n_elements, element_size) argument
/external/bluetooth/bluez/src/
Ddbus-common.c65 int n_elements) in append_array_variant()
116 void *val, int n_elements) in dict_append_array()
Dadapter.c3285 int n_elements; in append_dict_valist() local
/external/compiler-rt/lib/asan/tests/
Dasan_benchmarks_test.cc20 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc()
/external/dbus/dbus/
Ddbus-marshal-basic.c875 int n_elements, in marshal_1_octets_array()
907 int n_elements, in _dbus_swap_array()
956 int n_elements, in swap_array()
976 int n_elements, in marshal_fixed_multi()
1046 int n_elements, in _dbus_marshal_write_fixed_multi()
1528 int n_elements, in _dbus_marshal_read_fixed_multi()
Ddbus-message.c836 int n_elements; in _dbus_message_iter_get_args_valist() local
1719 int n_elements; in dbus_message_append_args_valist() local
1738 int n_elements; in dbus_message_append_args_valist() local
2245 int *n_elements) in dbus_message_iter_get_fixed_array()
2615 int n_elements) in dbus_message_iter_append_fixed_array()
Ddbus-marshal-recursive.c913 int *n_elements) in _dbus_type_reader_read_fixed_multi()
2347 int n_elements) in _dbus_type_writer_write_fixed_multi()
Ddbus-marshal-recursive-util.c1297 int n_elements; in run_test_delete_values() local
2167 int n_elements; in int16_read_multi() local
2304 int n_elements; in int32_read_multi() local
/external/valgrind/main/coregrind/
Dm_hashtable.c45 UInt n_elements; member
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c3941 size_t n_elements, in ialloc()
4303 void* dlcalloc(size_t n_elements, size_t elem_size) { in dlcalloc()
4345 void** dlindependent_calloc(size_t n_elements, size_t elem_size, in dlindependent_calloc()
4351 void** dlindependent_comalloc(size_t n_elements, size_t sizes[], in dlindependent_comalloc()
4701 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4754 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4765 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
/external/libffi/src/
Ddlmalloc.c3931 size_t n_elements, in ialloc()
4293 void* dlcalloc(size_t n_elements, size_t elem_size) { in dlcalloc()
4335 void** dlindependent_calloc(size_t n_elements, size_t elem_size, in dlindependent_calloc()
4341 void** dlindependent_comalloc(size_t n_elements, size_t sizes[], in dlindependent_comalloc()
4691 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4744 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4755 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp264 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) in tryFastCalloc()
287 void* fastCalloc(size_t n_elements, size_t element_size) in fastCalloc()