Home
last modified time | relevance | path

Searched defs:size_ptr (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/utils/
DSkJSON.h261 const auto* size_ptr = this->ptr<size_t>(); in begin() local
267 const auto* size_ptr = this->ptr<size_t>(); in end() local
DSkJSON.cpp86 auto* size_ptr = reinterpret_cast<size_t*>(alloc.makeBytesAlignedTo(total_size, kRecAlign)); in MakeVector() local
/third_party/flutter/skia/src/utils/
DSkJSON.h255 const auto* size_ptr = this->ptr<size_t>(); in begin() local
261 const auto* size_ptr = this->ptr<size_t>(); in end() local
DSkJSON.cpp87 auto* size_ptr = reinterpret_cast<size_t*>(alloc.makeBytesAlignedTo(total_size, kRecAlign)); in MakeVector() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_resize_parser.cc66 auto size_ptr = reinterpret_cast<const int32_t *>(tensor_proto.tensor_content().data()); in Parse() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dslice_infer.c51 int *size_ptr = (int *)(inputs[2]->data_); in InitBeginAndSizeParam() local
/third_party/boost/boost/mpi/detail/
Dbinary_buffer_oprimitive.hpp51 const std::size_t* size_ptr() const in size_ptr() function in boost::mpi::binary_buffer_oprimitive
Dpacked_oprimitive.hpp49 const std::size_t* size_ptr() const in size_ptr() function in boost::mpi::packed_oprimitive
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_utils.cc167 …e(const std::string &str_dir, const DiskSizeType &disk_type, std::shared_ptr<uint64_t> *size_ptr) { in GetDiskSize()
/third_party/flutter/engine/flutter/lib/ui/painting/
Dcodec.cc65 size_t* size_ptr = reinterpret_cast<size_t*>(context); in MakeSkDataWithCopy() local
/third_party/ffmpeg/libavformat/
Drtpdec_hevc.c76 int *size_ptr = NULL; in hevc_sdp_parse_fmtp_config() local
Drtpdec_h264.c97 uint8_t **data_ptr, int *size_ptr, in ff_h264_parse_sprop_parameter_sets()
Dmpeg.c160 static int find_next_start_code(AVIOContext *pb, int *size_ptr, in find_next_start_code()
/third_party/libuv/src/win/
Dutil.c96 int uv_exepath(char* buffer, size_t* size_ptr) { in uv_exepath()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_writer.cc521 std::shared_ptr<uint64_t> size_ptr; in WriteRawDataPreCheck() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c1354 LLVMValueRef size_ptr = lp_build_array_get(bld_base->base.gallivm, bld->ssbo_sizes_ptr, in emit_get_ssbo_size() local