Home
last modified time | relevance | path

Searched defs:end_pos (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/libs/filesystem/src/
Dpath.cpp302 size_type end_pos(filename_pos(m_pathname, m_pathname.size())); in m_parent_path_end() local
323 size_type end_pos(m_parent_path_end()); in parent_path() local
529 size_type end_pos) // end_pos is past-the-end position in filename_pos()
794 size_type end_pos(it.m_path_ptr->m_pathname.find_first_of(separators, it.m_pos)); in m_path_iterator_increment() local
804 size_type end_pos(it.m_pos); in m_path_iterator_decrement() local
/third_party/mindspore/mindspore/core/ops/
Dstrided_slice.cc45 int64_t get_stride_with_not_zero(int64_t start_pos, int64_t end_pos, int64_t strides) { in get_stride_with_not_zero()
68 std::vector<int64_t> end_pos = TenToTwo(GetValue<int64_t>(primitive->GetAttr(kEndMask))); in EllipsisInferShape() local
134 std::vector<int64_t> end_pos = TenToTwo(GetValue<int64_t>(primitive->GetAttr(kEndMask))); in ComputeInferShape() local
286 int64_t StridedSlice::compute_slicing_length(int64_t start_pos, int64_t end_pos, int64_t strides, i… in compute_slicing_length()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc119 void Add(CordRep* child, size_t offset, pos_type end_pos) { in Add()
158 pos_type end_pos = entry_end_pos(head); in IsValid() local
300 pos_type end_pos = entry_end_pos(back); in GetAppendBuffer() local
484 pos_type end_pos = rep->begin_pos_; in PrependLeaf() local
620 pos_type end_pos = entry_end_pos(head); in FindSlow() local
Dcord_rep_ring.h493 inline constexpr size_t CordRepRing::Distance(pos_type pos, pos_type end_pos) { in Distance()
/third_party/boost/tools/inspect/
Dascii_check.cpp63 std::size_t end_pos = contents.find_first_of ( kCRLF, pos + 1 ); in find_line() local
/third_party/boost/tools/build/src/engine/
Dpathsys.cpp320 for (auto end_pos = result.length(); end_pos > 0; ) in normalize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp136 size_t end_pos = filename_pos(path); in parent_path_end() local
295 size_t end_pos = Path.find_first_of(separators, Position); in operator ++() local
337 size_t end_pos = Position; in operator ++() local
494 size_t end_pos = parent_path_end(path); in parent_path() local
502 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size())); in remove_filename() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dconstruct.h148 const uint32_t end_pos = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp138 size_t end_pos = filename_pos(path, style); in parent_path_end() local
281 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++() local
316 size_t end_pos = Position; in operator ++() local
467 size_t end_pos = parent_path_end(path, style); in parent_path() local
475 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()), style); in remove_filename() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dstridedslice_cpu_kernel.cc133 int end_pos = LongToInt(end[i]); in InitSliceParam() local
/third_party/boost/libs/regex/performance/
Dtable_helper.cpp130 std::string::size_type pos = content.find("[template " + list_name + "[]"), end_pos; in add_to_all_sections() local
/third_party/boost/libs/math/reporting/performance/
Dtable_helper.cpp140 std::string::size_type pos = content.find("[template " + list_name + "[]"), end_pos; in add_to_all_sections() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1061 ecma_length_t end_pos, /**< position of the last character */ in ecma_substring_copy_to_cesu8_buffer()
1140 ecma_length_t end_pos, /**< position of the last character */ in ecma_substring_copy_to_utf8_buffer()
2301ecma_length_t end_pos) /**< end position, should be less or equal than string length */ in ecma_string_substr()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c2992 parser_pattern_end_marker_t end_pos = parser_pattern_get_target (context_p, flags); in parser_parse_array_initializer() local
3044 parser_pattern_end_marker_t end_pos = parser_pattern_get_target (context_p, flags); in parser_parse_object_initializer() local
/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp117 std::string::size_type pos = content.find("[template " + list_name + "[]"), end_pos; in add_to_all_sections() local
/third_party/curl/lib/vtls/
Dvtls.c885 char *stripped_pem, *begin_pos, *end_pos; in pubkey_pem_to_der() local
958 char *encoded, *pinkeycopy, *begin_pos, *end_pos; in Curl_pin_peer_pubkey() local
/third_party/curl/src/
Dtool_formparse.c350 static char *get_param_word(char **str, char **end_pos, char endchar) in get_param_word()
/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h325 int16_t end_pos; member
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc247 int start_pos, end_pos = 0; in Parse() local
/third_party/ffmpeg/libavcodec/
Dcbs_av1.c879 int err, start_pos, end_pos; in cbs_av1_read_unit() local
1060 int err, start_pos, end_pos, data_pos; in cbs_av1_write_obu() local
Dcbs_h265_syntax_template.c1628 int start_pos, end_pos; in FUNC() local
Dmpegaudiodec_template.c718 static void switch_buffer(MPADecodeContext *s, int *pos, int *end_pos, in switch_buffer()
756 int end_pos = FFMIN(end_pos2, s->gb.size_in_bits - s->extrasize * 8); in huffman_decode() local
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc-util.c554 guint seg_size_pos, end_pos; in dvbenc_write_object_data() local
/third_party/glib/glib/
Dgregex.c1352 gint *end_pos) in g_match_info_fetch_pos()
1469 gint *end_pos) in g_match_info_fetch_named_pos()
/third_party/boost/boost/interprocess/ipc/
Dmessage_queue.hpp338 size_type end_pos() const in end_pos() function in boost::interprocess::ipcdetail::mq_hdr_t

123