/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/dbus/dbus/ |
D | dbus-mempool.c | 99 int element_size; /**< size of a single object in the pool */ member 137 _dbus_mem_pool_new (int element_size, in _dbus_mem_pool_new()
|
/external/libvpx/mkvparser/ |
D | mkvparser.cpp | 1120 const long long element_size = size + pos - element_start; in ParseHeaders() local 1582 const long long element_size = (pos - idpos) + size; in DoLoadCluster() local 1681 const long long element_size = pCluster->GetElementSize(); in DoLoadCluster() local 2307 const long long element_size = (pos - element_start) + size; in Load() local 2423 long long element_size) : in SeekHead() 2695 const long long element_size = element_stop - element_start; in ParseCues() local 2864 long long element_size) : in Cues() 3567 const long long element_size = stop - element_start; in Load() local 3883 const long long element_size = size + pos - idpos; in GetNext() local 4244 const long long element_size = element_stop - element_start; in DoParseNext() local [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | misc.c | 81 void *allocate_array( size, element_size ) in allocate_array() argument 755 void *reallocate_array( array, size, element_size ) in reallocate_array() argument
|
/external/v8/samples/ |
D | shell.cc | 456 int element_size) { in CreateExternalArray()
|
/external/opencv/cv/src/ |
D | cvmorph.cpp | 732 int element_size = sizeof(*element) + size*sizeof(element->values[0]); in cvCreateStructuringElementEx() local
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 397 size_t element_size, i; in wpas_dbus_simple_array_property_getter() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 756 ScaleFactor element_size, in AllocateInNewSpace()
|
/external/valgrind/main/coregrind/m_demangle/ |
D | cplus-dem.c | 905 grow_vect (char **old_vect, size_t *size, size_t min_size, int element_size) in grow_vect()
|
/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()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 2470 ScaleFactor element_size, in AllocateInNewSpace()
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 3954 size_t element_size; /* chunksize of each element, if all same */ in ialloc() local
|
/external/libffi/src/ |
D | dlmalloc.c | 3944 size_t element_size; /* chunksize of each element, if all same */ in ialloc() local
|
/external/v8/test/cctest/ |
D | test-api.cc | 11397 int element_size = ExternalArrayElementSize(array_type); in ExternalArrayTestHelper() local 11982 int element_size = ExternalArrayElementSize(array_type); in ExternalArrayInfoTestHelper() local
|