/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/webrtc/src/modules/audio_processing/utility/ |
D | ring_buffer.c | 29 size_t element_size; member 70 size_t element_size) { in WebRtc_CreateBuffer()
|
/external/libvpx/libwebm/ |
D | mkvparser.cpp | 940 const long long element_size = size + pos - element_start; in ParseHeaders() local 1182 const long long element_size = (pos - idpos) + size; in DoLoadCluster() local 1281 const long long element_size = pCluster->GetElementSize(); in DoLoadCluster() local 1838 long long element_size) : in SeekHead() 2163 const long long element_size = element_stop - element_start; in ParseCues() local 2341 long long element_size) : in Cues() 3023 const long long element_size = stop - element_start; in Load() local 3363 const long long element_size = size + pos - idpos; in GetNext() local 3724 const long long element_size = element_stop - element_start; in DoParseNext() local 4230 long long element_size) : in SegmentInfo() [all …]
|
D | mkvparser.hpp | 555 long long element_size; member 567 long long element_size; member
|
/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/opencv/cv/src/ |
D | cvmorph.cpp | 732 int element_size = sizeof(*element) + size*sizeof(element->values[0]); in cvCreateStructuringElementEx() local
|
/external/v8/src/ |
D | d8.cc | 324 size_t element_size) { in CreateExternalArray()
|
/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/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 369 size_t element_size, i; in wpas_dbus_simple_array_property_getter() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1199 ScaleFactor element_size, in AllocateInNewSpace()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 3954 size_t element_size; /* chunksize of each element, if all same */ in ialloc() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 3656 ScaleFactor element_size, in AllocateInNewSpace()
|
/external/libffi/src/ |
D | dlmalloc.c | 3944 size_t element_size; /* chunksize of each element, if all same */ in ialloc() local
|
/external/eigen/unsupported/test/mpreal/ |
D | dlmalloc.c | 4475 size_t element_size; /* chunksize of each element, if all same */ in ialloc() local
|
/external/v8/test/cctest/ |
D | test-api.cc | 12974 int element_size = ExternalArrayElementSize(array_type); in ExternalArrayTestHelper() local 13545 int element_size = ExternalArrayElementSize(array_type); in ExternalArrayInfoTestHelper() local
|