Home
last modified time | relevance | path

Searched defs:offset_ptr (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp27 static T getU(uint64_t *offset_ptr, const DataExtractor *de, in getU()
49 static T *getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs()
72 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8()
77 DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8()
87 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16()
91 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16()
104 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32()
108 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32()
114 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64()
118 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64()
[all …]
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp229 class offset_ptr class
254 BOOST_INTERPROCESS_FORCEINLINE offset_ptr() BOOST_NOEXCEPT in offset_ptr() function in boost::interprocess::offset_ptr
260 BOOST_INTERPROCESS_FORCEINLINE offset_ptr(pointer ptr) BOOST_NOEXCEPT in offset_ptr() function in boost::interprocess::offset_ptr
267 BOOST_INTERPROCESS_FORCEINLINE offset_ptr( T *ptr in offset_ptr() function in boost::interprocess::offset_ptr
274 BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr& ptr) BOOST_NOEXCEPT in offset_ptr() function in boost::interprocess::offset_ptr
281 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr( const offset_ptr<T2, DifferenceType, OffsetType, Offset… in offset_ptr() function in boost::interprocess::offset_ptr
292 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr( const offset_ptr<T2, DifferenceType, OffsetType, Offset… in offset_ptr() function in boost::interprocess::offset_ptr
302 …BOOST_INTERPROCESS_FORCEINLINE explicit offset_ptr(const offset_ptr<T2, DifferenceType, OffsetType… in offset_ptr() function in boost::interprocess::offset_ptr
315 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::static_… in offset_ptr() function in boost::interprocess::offset_ptr
322 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::const_c… in offset_ptr() function in boost::interprocess::offset_ptr
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract()
DDWARFDebugRangeList.cpp26 uint64_t *offset_ptr) { in extract()
DDWARFUnit.cpp257 uint64_t *offset_ptr, in extract()
/third_party/mindspore/mindspore/ccsrc/pybind_api/random_normal/
Drandom_cpu_kernel.cc46 float *offset_ptr = nullptr; in InitRandomNormal() local
/third_party/mindspore/mindspore/ccsrc/ps/random_normal/
Drandom_normal.cc88 float *offset_ptr = nullptr; in InitRandomNormal() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dscale_int8.cc74 auto *offset_ptr = reinterpret_cast<int8_t *>(offset_tensor->data()); in InitScaleOffset() local
Dbatchnorm_int8.cc110 auto offset_ptr = reinterpret_cast<int8_t *>(offset->MutableData()); in InitFusedConstTensor() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dbatchnorm_int8_coder.cc118 auto offset_ptr = reinterpret_cast<int8_t *>(offset->MutableData()); in InitFusedConstTensor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h226 uint64_t getAddress(uint64_t *offset_ptr) const { in getAddress()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.h154 int* const offset_ptr, in VP8LHashChainFindCopy()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.h155 int* const offset_ptr, in VP8LHashChainFindCopy()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc330std::shared_ptr<std::vector<std::vector<std::vector<uint64_t>>>> offset_ptr, in ConvertLabelToJson()
408std::shared_ptr<std::vector<std::vector<std::vector<uint64_t>>>> offset_ptr, in ReadAllRowsInShard()
497 auto offset_ptr = std::make_shared<std::vector<std::vector<std::vector<uint64_t>>>>( in ReadAllRowGroup() local
532 auto offset_ptr = std::make_shared<std::vector<std::vector<std::vector<uint64_t>>>>( in ReadRowGroupByShardIDAndSampleID() local
/third_party/glib/glib/
Dgvariant-serialiser.c857 guchar *offset_ptr; in gvs_variable_sized_array_serialise() local
1210 gsize offset_ptr; in gvs_tuple_is_normal() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor.cc987 auto *offset_ptr = reinterpret_cast<offset_t *>(data_); // offsets starts here in GetStringAt() local
/third_party/glib/glib/tests/
Dgvariant.c1361 append_offset (guchar **offset_ptr, in append_offset()
1377 prepend_offset (guchar **offset_ptr, in prepend_offset()
1549 guchar *offset_ptr, *body_ptr; in test_array() local
/third_party/node/src/
Dnode_wasi.cc948 uint32_t offset_ptr; in FdTell() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4126 LLVMValueRef offset_ptr = LLVMBuildGEP(ctx->ac.builder, ptr, &offset, 1, ""); in visit_intrinsic() local