Home
last modified time | relevance | path

Searched defs:element_count (Results 1 – 25 of 39) sorted by relevance

12

/external/webrtc/webrtc/common_audio/
Dring_buffer.c28 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/
Dcxa_vector.cpp29 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/
Dstream_executor_pimpl.h117 ScopedDeviceMemory<T> AllocateOwnedArray(uint64 element_count) { in AllocateOwnedArray()
162 uint64 element_count) { in AllocateOwnedSubBuffer()
668 inline DeviceMemory<T> StreamExecutor::AllocateArray(uint64 element_count) { in AllocateArray()
758 uint64 element_count) { in AllocateSubBuffer()
Dtemporary_memory_manager.h137 TemporaryMemoryManager::AllocateArray(uint64 element_count) { in AllocateArray()
Dtemporary_memory_manager.cc94 TemporaryMemoryManager::AllocateArrayBase(uint64 element_count, in AllocateArrayBase()
Ddevice_description.cc143 uint64 element_count, uint64 *threads_per_block, in CalculateDimensionality()
Dstream.h2035 Stream::AllocateTemporaryArray(uint64 element_count) { in AllocateTemporaryArray()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transfer_utils.cc32 const int element_count) { in GetTopNFloatResults()
44 const int element_count, const int top_n) { in DumpTopNFloatResults()
Dhexagon_graph_execution_test.cc86 const int element_count = byte_size / sizeof(float); in DumpTop10Results() local
110 const int element_count = byte_size / sizeof(float); in CheckFirstResult() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_rng.cc163 uint64 element_count = v->ElementCount(); in DoPopulateRandUniformInternal() local
219 uint64 element_count = v->ElementCount(); in DoPopulateRandGaussianInternal() local
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_vf.h102 uint8_t element_count; member
164 ilo_state_vf_data_size(const struct ilo_dev *dev, uint8_t element_count) in ilo_state_vf_data_size()
Dilo_state_vf.c804 uint8_t element_count) in ilo_state_vf_init_for_rectlist()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_test.cc83 void RunR1ToR0Test(int64 element_count) { in RunR1ToR0Test()
113 const int element_count = input_data.size(); in RunR1ToR0PredTest() local
405 constexpr int element_count = 10; in XLA_TEST_F() local
411 constexpr int element_count = 10; in XLA_TEST_F() local
420 constexpr int element_count = 10; in XLA_TEST_F() local
426 constexpr int element_count = 10; in XLA_TEST_F() local
/external/tensorflow/tensorflow/core/kernels/
Dquantize_op_test.cc243 const int element_count = 8; in TEST_F() local
Ddebug_ops.h280 int64 element_count = 0; in Compute() local
/external/v8/src/
Dcode-stub-assembler.h1176 Node* GetArrayAllocationSize(Node* element_count, ElementsKind kind, in GetArrayAllocationSize()
1181 Node* GetFixedArrayAllocationSize(Node* element_count, ElementsKind kind, in GetFixedArrayAllocationSize()
/external/v8/src/builtins/
Dbuiltins-arguments.cc70 Node* element_count = arguments_count; in AllocateArgumentsObject() local
/external/libxaac/decoder/drc_src/
Dimpd_drc_eq.h141 WORD32 element_count; member
/external/libffi/src/aarch64/
Dffi.c290 element_count (ffi_type *ty) in element_count() function
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c287 element_count (ffi_type *ty) in element_count() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc242 const int64 element_count = ShapeUtil::ElementsIn(map->shape()); in HandleMap() local
/external/python/cpython3/Modules/_ctypes/libffi/src/aarch64/
Dffi.c287 element_count (ffi_type *ty) in element_count() function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.h703 int64 element_count() const { return ShapeUtil::ElementsIn(subshape()); } in element_count() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc386 llvm::Type* type, llvm::Value* element_count, tensorflow::StringPiece name, in EmitAllocaAtFunctionEntryWithCount()
/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c156 int n,i,element_count; in DrawF_Path() local

12