Home
last modified time | relevance | path

Searched defs:byte_size (Results 1 – 25 of 30) 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/stream_executor/
Dscratch_allocator.cc34 Stream* stream, int64 byte_size) { in AllocateBytes()
Dtemporary_memory_manager.cc96 uint64 byte_size = element_count * element_size; in AllocateArrayBase() local
/external/syslinux/gpxe/src/crypto/axtls/
Drsa.c132 int byte_size = ctx->num_octets; in RSA_decrypt() local
258 int byte_size = ctx->num_octets; in RSA_encrypt() local
/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.cc84 static void DumpTop10Results(const int byte_size, in DumpTop10Results()
100 const int byte_size = std::get<1>(outputs.at(0)); in DumpTop10Results() local
109 const int byte_size = std::get<1>(outputs.at(0)); in CheckFirstResult() local
Dhexagon_control_wrapper.cc340 const uint64 byte_size = x * y * z * d * DataTypeSize(std::get<2>(bytes)); in FillInputNode() local
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h48 AllocateBytes(perftools::gputools::Stream* stream, int64 byte_size) override { in AllocateBytes()
Dfft_ops.cc311 gpu::Stream* stream, int64 byte_size) override { in AllocateBytes()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_serialization_traits.h174 int byte_size = msg.ByteSize(); in Serialize() 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/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.cc53 se::Stream* stream, int64 byte_size) { in AllocateBytes()
Dcudnn_convolution_runner.cc53 se::Stream* stream, int64 byte_size) override { in AllocateBytes()
Dcudnn_convolution_algorithm_picker.cc69 se::Stream* stream, int64 byte_size) { in AllocateBytes()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c54 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]); in radv_pipeline_cache_init() local
214 const size_t byte_size = table_size * sizeof(cache->hash_table[0]); in radv_pipeline_cache_grow() local
/external/flatbuffers/js/
Dflatbuffers.js294 flatbuffers.Builder.prototype.pad = function(byte_size) { argument
827 flatbuffers.ByteBuffer.allocate = function(byte_size) { argument
/external/tensorflow/tensorflow/contrib/cudnn_rnn/kernels/
Dcudnn_rnn_ops.cc241 perftools::gputools::Stream* stream, int64 byte_size) override { in AllocateBytes()
277 perftools::gputools::Stream* stream, int64 byte_size) override { in AllocateBytes()
318 perftools::gputools::Stream* stream, int64 byte_size) override { in AllocateBytes()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.h49 DWORD byte_size; /* out, size of data at byte_code */ member
/external/flatbuffers/php/
DFlatbufferBuilder.php125 public function pad($byte_size)
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java221 public void pad(int byte_size) { in pad()
/external/libxml2/
DparserInternals.c2023 unsigned int byte_size; in xmlParserAddNodeInfo() local
/external/freetype/src/sfnt/
Dttsbit.c1190 FT_UInt byte_size = height * ( ( width + 7 ) >> 3 ); in tt_sbit_decoder_load_bitmap() local
/external/v8/src/heap/
Dheap-inl.h564 void Heap::CopyBlock(Address dst, Address src, int byte_size) { in CopyBlock()
/external/libchrome/base/strings/
Dstring_util_unittest.cc63 const size_t byte_size, in Truncated()

12