/third_party/boost/libs/filesystem/src/ |
D | path.cpp | 302 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/ |
D | strided_slice.cc | 45 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/ |
D | cord_rep_ring.cc | 119 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
|
D | cord_rep_ring.h | 493 inline constexpr size_t CordRepRing::Distance(pos_type pos, pos_type end_pos) { in Distance()
|
/third_party/boost/tools/inspect/ |
D | ascii_check.cpp | 63 std::size_t end_pos = contents.find_first_of ( kCRLF, pos + 1 ); in find_line() local
|
/third_party/boost/tools/build/src/engine/ |
D | pathsys.cpp | 320 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/ |
D | Path.cpp | 136 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/ |
D | construct.h | 148 const uint32_t end_pos = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 138 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/ |
D | stridedslice_cpu_kernel.cc | 133 int end_pos = LongToInt(end[i]); in InitSliceParam() local
|
/third_party/boost/libs/regex/performance/ |
D | table_helper.cpp | 130 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/ |
D | table_helper.cpp | 140 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/ |
D | ecma-helpers-string.c | 1061 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() 2301 … ecma_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/ |
D | js-parser-expr.c | 2992 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/ |
D | handle_test_result.hpp | 117 std::string::size_type pos = content.find("[template " + list_name + "[]"), end_pos; in add_to_all_sections() local
|
/third_party/curl/lib/vtls/ |
D | vtls.c | 885 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/ |
D | tool_formparse.c | 350 static char *get_param_word(char **str, char **end_pos, char endchar) in get_param_word()
|
/third_party/NuttX/include/nuttx/fs/ |
D | dirent_fs.h | 325 int16_t end_pos; member
|
/third_party/cef/libcef/browser/net/ |
D | chrome_scheme_handler.cc | 247 int start_pos, end_pos = 0; in Parse() local
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_av1.c | 879 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
|
D | cbs_h265_syntax_template.c | 1628 int start_pos, end_pos; in FUNC() local
|
D | mpegaudiodec_template.c | 718 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/ |
D | gstdvbsubenc-util.c | 554 guint seg_size_pos, end_pos; in dvbenc_write_object_data() local
|
/third_party/glib/glib/ |
D | gregex.c | 1352 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/ |
D | message_queue.hpp | 338 size_type end_pos() const in end_pos() function in boost::interprocess::ipcdetail::mq_hdr_t
|