/external/webrtc/webrtc/system_wrappers/source/ |
D | aligned_malloc_unittest.cc | 28 static_cast<char*>(AlignedMalloc(size, alignment))); in CorrectUsage() 36 TEST(AlignedMalloc, GetRightAlign) { in TEST() argument 41 static_cast<char*>(AlignedMalloc(size, alignment))); in TEST() 51 TEST(AlignedMalloc, IncorrectSize) { in TEST() argument 57 TEST(AlignedMalloc, IncorrectAlignment) { in TEST() argument 63 TEST(AlignedMalloc, AlignTo2Bytes) { in TEST() argument 69 TEST(AlignedMalloc, AlignTo32Bytes) { in TEST() argument 75 TEST(AlignedMalloc, AlignTo128Bytes) { in TEST() argument
|
D | aligned_malloc.cc | 53 void* AlignedMalloc(size_t size, size_t alignment) { in AlignedMalloc() function
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | aligned_malloc.h | 33 void* AlignedMalloc(size_t size, size_t alignment); 45 T* AlignedMalloc(size_t size, size_t alignment) { in AlignedMalloc() function 46 return reinterpret_cast<T*>(AlignedMalloc(size, alignment)); in AlignedMalloc()
|
D | aligned_array.h | 27 head_row_ = static_cast<T**>(AlignedMalloc(rows_ * sizeof(*head_row_), in AlignedArray() 30 head_row_[i] = static_cast<T*>(AlignedMalloc(cols_ * sizeof(**head_row_), in AlignedArray()
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | sinc_resampler.cc | 160 AlignedMalloc(sizeof(float) * kKernelStorageSize, 16))), in SincResampler() 162 AlignedMalloc(sizeof(float) * kKernelStorageSize, 16))), in SincResampler() 164 AlignedMalloc(sizeof(float) * kKernelStorageSize, 16))), in SincResampler() 166 AlignedMalloc(sizeof(float) * input_buffer_size_, 16))), in SincResampler()
|
/external/webrtc/webrtc/common_audio/ |
D | real_fourier.cc | 48 AlignedMalloc(sizeof(float) * count, kFftBufferAlignment))); in AllocRealBuffer() 53 AlignedMalloc(sizeof(complex<float>) * count, kFftBufferAlignment))); in AllocCplxBuffer()
|
D | fir_filter_neon.cc | 28 AlignedMalloc(sizeof(float) * coefficients_length_, 16))), in FIRFilterNEON() 30 AlignedMalloc(sizeof(float) * (max_input_length + state_length_), in FIRFilterNEON()
|
D | fir_filter_sse.cc | 28 AlignedMalloc(sizeof(float) * coefficients_length_, 16))), in FIRFilterSSE2() 30 AlignedMalloc(sizeof(float) * (max_input_length + state_length_), in FIRFilterSSE2()
|
/external/tensorflow/tensorflow/core/platform/ |
D | port_test.cc | 26 TEST(Port, AlignedMalloc) { in TEST() argument 28 void* p = AlignedMalloc(1, alignment); in TEST()
|
D | mem.h | 29 void* AlignedMalloc(size_t size, int minimum_alignment);
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | port.cc | 93 void* AlignedMalloc(size_t size, int minimum_alignment) { in AlignedMalloc() function 106 return AlignedMalloc(size, minimum_alignment); in NUMAMalloc()
|
/external/webrtc/webrtc/modules/audio_conference_mixer/source/ |
D | memory_pool_win.h | 149 _pListHead = (PSLIST_HEADER)AlignedMalloc(sizeof(SLIST_HEADER), in Initialize() 180 AlignedMalloc(sizeof(MemoryPoolItem<MemoryType>), in CreateMemory()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | arena.cc | 54 reinterpret_cast<char*>(port::AlignedMalloc(block_size_, sizeof(void*))); in Arena() 174 port::AlignedMalloc(adjusted_block_size, adjusted_alignment)); in AllocNewBlock()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 72 static inline void *AlignedMalloc(size_t _Size, size_t _Alignment) in AlignedMalloc() function 213 void *AlignedMalloc(size_t size, size_t alignment) in AlignedMalloc() function
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | port.cc | 211 void* AlignedMalloc(size_t size, int minimum_alignment) { in AlignedMalloc() function 251 return AlignedMalloc(size, minimum_alignment); in NUMAMalloc()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | ringbuffer.h | 51 mpRingBuffer = (T*)AlignedMalloc(sizeof(T)*numEntries, 64); in Init()
|
D | api.cpp | 71 void* pContextMem = AlignedMalloc(sizeof(SWR_CONTEXT), KNOB_SIMD_WIDTH * 4); in SwrCreateContext() 86 …pContext->pMacroTileManagerArray = (MacroTileMgr*)AlignedMalloc(sizeof(MacroTileMgr) * pContext->M… in SwrCreateContext() 87 …pContext->pDispatchQueueArray = (DispatchQueue*)AlignedMalloc(sizeof(DispatchQueue) * pContext->MA… in SwrCreateContext() 138 … pContext->pStats = (SWR_STATS*)AlignedMalloc(sizeof(SWR_STATS) * pContext->NumWorkerThreads, 64); in SwrCreateContext() 158 … pContext->ppScratch[i] = (uint8_t*)AlignedMalloc(32 * sizeof(KILOBYTE), KNOB_SIMD_WIDTH * 4); in SwrCreateContext()
|
D | tilemgr.h | 328 p = AlignedMalloc(size, align); in AllocHotTileMem()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_scratch.cpp | 56 space->base = (uint8_t *)AlignedMalloc(space->current_size, in swr_copy_to_scratch_space()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 432 _pListHead = (PSLIST_HEADER)AlignedMalloc(sizeof(SLIST_HEADER), in Init() 454 AlignedMalloc( in PopIoContext()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compilation_device.cc | 47 void* p = port::AlignedMalloc(sizeof(XlaExpression), alignment); in AllocateRaw()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 125 static_cast<uint8_t*>(webrtc::AlignedMalloc(size, kBufferAlignment))); in NativeToI420Buffer()
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 42 data_(static_cast<uint8_t*>(AlignedMalloc( in I420Buffer()
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator.cc | 121 void* p = port::AlignedMalloc(num_bytes, alignment); in AllocateRaw()
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
D | neon_depthwise_conv_op.cc | 131 float* bias_ptr = static_cast<float*>(port::AlignedMalloc( in Compute()
|