Home
last modified time | relevance | path

Searched defs:byte_size (Results 1 – 25 of 35) sorted by relevance

12

/external/pdfium/core/fxcrt/
Dfx_memory.cpp27 void* FXMEM_DefaultAlloc(size_t byte_size) { in FXMEM_DefaultAlloc()
33 void* FXMEM_DefaultCalloc(size_t num_elems, size_t byte_size) { in FXMEM_DefaultCalloc()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dscratch_allocator.cc22 se::Stream* stream, int64 byte_size) { in AllocateBytes()
Dfft_thunk.cc41 se::Stream* stream, int64 byte_size) { in AllocateBytes()
Dcudnn_conv_runner.cc92 se::Stream* stream, int64 byte_size) override { in AllocateBytes()
/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.cc33 Stream* stream, int64 byte_size) { in AllocateBytes()
Dtemporary_memory_manager.cc96 uint64 byte_size = element_count * element_size; in AllocateArrayBase() local
/external/tensorflow/tensorflow/core/kernels/
Dstring_util.cc53 const int32 byte_size = str.size(); in UTF8StrLen() local
Dconv_ops_gpu.h48 se::Stream* stream, int64 byte_size) override { in AllocateBytes()
Dfft_ops.cc320 se::Stream* stream, int64 byte_size) override { in AllocateBytes()
Dcudnn_rnn_ops.cc371 int64 byte_size) override { in AllocateBytes()
416 int64 byte_size) override { in AllocateBytes()
457 int64 byte_size) override { in AllocateBytes()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_utils.h52 int byte_size = msg.ByteSize(); in GenericSerialize() local
/external/epid-sdk/epid/common-testhelper/
Doctstr-testhelper.cc42 unsigned int byte_size = sizeof(OctStr256); in create_BigNum() local
/external/python/rsa/rsa/
Dcommon.py59 def byte_size(number): function
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py205 def __init__(self, byte_size): argument
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc292 int byte_size = ByteSize(); in AppendPartialToString() local
325 int byte_size = ByteSize(); in SerializePartialToArray() local
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc86 static void DumpTop10Results(const int byte_size, in DumpTop10Results()
102 const int byte_size = std::get<1>(outputs.at(0)); in DumpTop10Results() local
111 const int byte_size = std::get<1>(outputs.at(0)); in CheckFirstResult() local
Dhexagon_control_wrapper.cc339 const uint64 byte_size = x * y * z * d * DataTypeSize(std::get<2>(bytes)); in FillInputNode() local
/external/pdfium/third_party/agg23/
Dagg_array.h56 unsigned byte_size() const in byte_size() function
402 unsigned pod_deque<T, S>::byte_size() const in byte_size() function
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c61 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]); in radv_pipeline_cache_init() local
203 const size_t byte_size = table_size * sizeof(cache->hash_table[0]); in radv_pipeline_cache_grow() local
/external/flatbuffers/js/
Dflatbuffers.js307 flatbuffers.Builder.prototype.pad = function(byte_size) { argument
841 flatbuffers.ByteBuffer.allocate = function(byte_size) { argument
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.h49 DWORD byte_size; /* out, size of data at byte_code */ member
/external/u-boot/cmd/
Dpci.c493 int byte_size; in pci_cfg_display() local
/external/v8/src/heap/
Dheap-inl.h430 void Heap::CopyBlock(Address dst, Address src, int byte_size) { in CopyBlock()
/external/flatbuffers/php/
DFlatbufferBuilder.php125 public function pad($byte_size)
/external/libxml2/
DparserInternals.c2033 unsigned int byte_size; in xmlParserAddNodeInfo() local

12