| /external/webrtc/webrtc/common_audio/ |
| D | ring_buffer.c | 28 size_t element_count; member 40 size_t element_count, in GetBufferReadRegions() 68 RingBuffer* WebRtc_CreateBuffer(size_t element_count, size_t element_size) { in WebRtc_CreateBuffer() 115 size_t element_count) { in WebRtc_ReadBuffer() 160 size_t element_count) { in WebRtc_WriteBuffer() 192 int WebRtc_MoveReadPtr(RingBuffer* self, int element_count) { in WebRtc_MoveReadPtr()
|
| /external/libcxxabi/src/ |
| D | cxa_vector.cpp | 29 inline static void __set_element_count ( void *p, size_t element_count ) { in __set_element_count() 118 __cxa_vec_new(size_t element_count, size_t element_size, size_t padding_size, in __cxa_vec_new() 143 __cxa_vec_new2(size_t element_count, size_t element_size, size_t padding_size, in __cxa_vec_new2() 171 __cxa_vec_new3(size_t element_count, size_t element_size, size_t padding_size, in __cxa_vec_new3() argument 207 size_t element_count, in __cxa_vec_cctor() 233 __cxa_vec_ctor(void *array_address, size_t element_count, size_t element_size, in __cxa_vec_ctor() 254 size_t element_count, in __cxa_vec_dtor() 280 size_t element_count, in __cxa_vec_cleanup() 355 const size_t element_count = padding_size ? __get_element_count ( vec_base ) : 0; in __cxa_vec_delete3() local
|
| /external/tensorflow/tensorflow/stream_executor/ |
| D | stream_executor_pimpl.h | 127 ScopedDeviceMemory<T> AllocateOwnedArray(uint64 element_count) { in AllocateOwnedArray() 172 uint64 element_count) { in AllocateOwnedSubBuffer() 764 inline DeviceMemory<T> StreamExecutor::AllocateArray(uint64 element_count) { in AllocateArray() 848 uint64 element_count) { in AllocateSubBuffer()
|
| D | temporary_memory_manager.h | 136 TemporaryMemoryManager::AllocateArray(uint64 element_count) { in AllocateArray()
|
| D | device_description.cc | 151 int64 element_count, int64 *threads_per_block, in CalculateDimensionality()
|
| D | temporary_memory_manager.cc | 94 TemporaryMemoryManager::AllocateArrayBase(uint64 element_count, in AllocateArrayBase()
|
| D | stream.h | 2040 Stream::AllocateTemporaryArray(uint64 element_count) { in AllocateTemporaryArray()
|
| /external/tensorflow/tensorflow/core/kernels/hexagon/ |
| D | graph_transfer_utils.cc | 34 const int element_count) { in GetTopNFloatResults() 46 const int element_count, const int top_n) { in DumpTopNFloatResults()
|
| D | hexagon_graph_execution_test.cc | 88 const int element_count = byte_size / sizeof(float); in DumpTop10Results() local 112 const int element_count = byte_size / sizeof(float); in CheckFirstResult() local
|
| /external/tensorflow/tensorflow/stream_executor/rocm/ |
| D | rocm_rng.cc | 173 uint64 element_count = v->ElementCount(); in DoPopulateRandUniformInternal() local 229 uint64 element_count = v->ElementCount(); in DoPopulateRandGaussianInternal() local
|
| /external/tensorflow/tensorflow/stream_executor/cuda/ |
| D | cuda_rng.cc | 118 uint64 element_count = v->ElementCount(); in DoPopulateRandUniformInternal() local 174 uint64 element_count = v->ElementCount(); in DoPopulateRandGaussianInternal() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | nccl_all_reduce_thunk.cc | 50 int64 element_count; member 345 int64 replica_count, int64 element_count, in NcclAllReduceThunk()
|
| /external/v8/src/builtins/ |
| D | growable-fixed-array-gen.cc | 84 TNode<IntPtrT> const element_count, TNode<IntPtrT> const new_capacity) { in ResizeFixedArray()
|
| D | builtins-arguments-gen.cc | 78 Node* element_count = arguments_count; in AllocateArgumentsObject() local
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | reduce_test.cc | 92 void RunR1ToR0Test(int64 element_count) { in RunR1ToR0Test() 120 const int element_count = input_data.size(); in RunR1ToR0PredTest() local 408 constexpr int element_count = 10; in XLA_TEST_F() local 414 constexpr int element_count = 10; in XLA_TEST_F() local 423 constexpr int element_count = 10; in XLA_TEST_F() local 429 constexpr int element_count = 10; in XLA_TEST_F() local 988 constexpr int element_count = 127; in XLA_TEST_F() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | types.h | 263 uint32_t element_count() const { return count_; } in element_count() function 285 uint32_t element_count() const { return count_; } in element_count() function
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | types.h | 263 uint32_t element_count() const { return count_; } in element_count() function 285 uint32_t element_count() const { return count_; } in element_count() function
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | debug_ops.h | 283 int64 element_count = 0; in Compute() local
|
| D | quantize_op_test.cc | 243 const int element_count = 8; in TEST_F() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_cost_analysis.cc | 269 const int64 element_count = ShapeUtil::ElementsIn(map->shape()); in HandleMap() local 724 const int64 element_count = in HandleScatter() local
|
| D | hlo_sharding.cc | 119 int64 element_count = 1; in UsedDevices() local
|
| /external/libxaac/decoder/drc_src/ |
| D | impd_drc_eq.h | 144 WORD32 element_count; member
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | tensor.cc | 965 int64 element_count = shape[dim_index]; in PrintOneDim() local 1025 int64 element_count = shape[dim_index]; in PrintOneDimV2() local
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | literal.h | 367 int64 element_count() const { in element_count() function
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
| D | ffi.c | 287 element_count (ffi_type *ty) in element_count() function
|