Home
last modified time | relevance | path

Searched defs:offset_ptr (Results 1 – 21 of 21) 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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/
Daclnn_utils.cc33 auto offset_ptr = static_cast<int64_t *>(offset->data_c()); in UpdateGeneratorState() local
/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-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dtril_indices.cc63 AttrValue *offset_ptr = ctx.GetAttr("offset"); in DoCompute() local
Dtriu_indices.cc63 AttrValue *offset_ptr = ctx.GetAttr("offset"); in DoCompute() local
Duniform.cc72 AttrValue *offset_ptr = ctx.GetAttr("offset"); in DoCompute() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/int8/
Dscale_int8.cc74 auto *offset_ptr = reinterpret_cast<int8_t *>(offset_tensor->data()); in InitScaleOffset() local
Dbatchnorm_int8.cc117 auto offset_ptr = reinterpret_cast<int8_t *>(offset->MutableData()); in InitFusedConstTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dtril_indices.cc50 auto offset_ptr = primitive->GetAttr("offset"); in TrilIndicesInferShape() local
Dtriu_indices.cc50 auto offset_ptr = primitive->GetAttr("offset"); in TriuIndicesInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/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/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.h155 int* const offset_ptr, in VP8LHashChainFindCopy()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc429std::shared_ptr<std::vector<std::vector<std::vector<uint64_t>>>> offset_ptr, in ConvertLabelToJson()
516std::shared_ptr<std::vector<std::vector<std::vector<uint64_t>>>> offset_ptr, in ReadAllRowsInShard()
595 auto offset_ptr = std::make_shared<std::vector<std::vector<std::vector<uint64_t>>>>( in ReadAllRowGroup() local
638 auto offset_ptr = std::make_shared<std::vector<std::vector<std::vector<uint64_t>>>>( in ReadRowGroupByShardIDAndSampleID() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Dtensor.cc1106 auto *offset_ptr = reinterpret_cast<offset_t *>(data_); // offsets starts here in GetStringAt() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_32.c3141 sljit_u8 *offset_ptr = offsets; in softfloat_call_with_args() local
DsljitNativeARM_T2_32.c2707 sljit_u8 *offset_ptr = offsets; in softfloat_call_with_args() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4152 LLVMValueRef offset_ptr = LLVMBuildGEP2(ctx->ac.builder, comp_type, ptr, &offset, 1, ""); in visit_intrinsic() local
Dac_llvm_build.c1104 LLVMValueRef offset_ptr = LLVMBuildGEP(ctx->builder, ptr, &index, 1, ""); in ac_build_pointer_add() local