/external/webkit/Source/JavaScriptCore/wtf/wince/ |
D | MemoryManager.cpp | 116 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()
|
D | FastMallocWinCE.h | 53 #define calloc(n_elements, element_size) fastCalloc(n_elements, element_size) argument
|
/external/bluetooth/bluez/src/ |
D | dbus-common.c | 65 int n_elements) in append_array_variant() 116 void *val, int n_elements) in dict_append_array()
|
D | adapter.c | 3285 int n_elements; in append_dict_valist() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_benchmarks_test.cc | 20 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc()
|
/external/dbus/dbus/ |
D | dbus-marshal-basic.c | 875 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()
|
D | dbus-message.c | 836 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()
|
D | dbus-marshal-recursive.c | 913 int *n_elements) in _dbus_type_reader_read_fixed_multi() 2347 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 2167 int n_elements; in int16_read_multi() local 2304 int n_elements; in int32_read_multi() local
|
/external/valgrind/main/coregrind/ |
D | m_hashtable.c | 45 UInt n_elements; member
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 3941 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/ |
D | dlmalloc.c | 3931 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/ |
D | FastMalloc.cpp | 264 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()
|