/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | construct.h | 107 return begin_pos <= pos && pos < end_pos; in ContainsPos() 116 return begin_pos <= pos && pos < scope_end_pos; in ScopeContainsPos() 145 const uint32_t begin_pos = 0; member 192 o << "Construct{ " << ToString(c.kind) << " [" << c.begin_pos << "," 200 o << " scope:[" << c.begin_pos << "," << c.scope_end_pos << ")";
|
D | construct.cc | 64 begin_pos(the_begin_pos), in Construct()
|
D | function.cc | 1751 const auto begin_pos = GetBlockInfo(begin_id)->pos; in LabelControlFlowConstructs() local 1765 parent, static_cast<int>(depth), k, begin_id, end_id, begin_pos, in LabelControlFlowConstructs() 1889 if (construct->begin_pos >= default_block->pos) { in FindSwitchCaseHeaders() 1955 if (construct->begin_pos >= case_block->pos) { in FindSwitchCaseHeaders() 4918 if (first_pos == def_in_construct->begin_pos) { in FindValuesNeedingNamedOrHoistedDefinition()
|
/third_party/curl/lib/vtls/ |
D | vtls.c | 885 char *stripped_pem, *begin_pos, *end_pos; in pubkey_pem_to_der() local 893 begin_pos = strstr(pem, "-----BEGIN PUBLIC KEY-----"); in pubkey_pem_to_der() 894 if(!begin_pos) in pubkey_pem_to_der() 897 pem_count = begin_pos - pem; in pubkey_pem_to_der() 958 char *encoded, *pinkeycopy, *begin_pos, *end_pos; in Curl_pin_peer_pubkey() local 995 begin_pos = pinkeycopy; in Curl_pin_peer_pubkey() 997 end_pos = strstr(begin_pos, ";sha256//"); in Curl_pin_peer_pubkey() 1006 if(encodedlen == strlen(begin_pos + 8) && in Curl_pin_peer_pubkey() 1007 !memcmp(encoded, begin_pos + 8, encodedlen)) { in Curl_pin_peer_pubkey() 1018 begin_pos = strstr(end_pos, "sha256//"); in Curl_pin_peer_pubkey() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_ring.cc | 156 pos_type begin_pos = begin_pos_; in IsValid() local 159 size_t entry_length = Distance(begin_pos, end_pos); in IsValid() 162 << " from begin_pos " << begin_pos << " and end_pos " << end_pos; in IsValid() 185 begin_pos = end_pos; in IsValid() 449 const pos_type begin_pos = rep->begin_pos_ + rep->length; in AppendLeaf() local 452 rep->entry_end_pos()[back] = begin_pos + len; in AppendLeaf()
|
D | cord_rep_ring.h | 126 pos_type begin_pos() const { return begin_pos_; } in begin_pos() function
|
/third_party/glib/glib/ |
D | gsequence.c | 389 int begin_pos, end_pos, mid_pos; in g_sequence_range_get_midpoint() local 395 begin_pos = node_get_pos (begin); in g_sequence_range_get_midpoint() 398 g_return_val_if_fail (end_pos >= begin_pos, NULL); in g_sequence_range_get_midpoint() 400 mid_pos = begin_pos + (end_pos - begin_pos) / 2; in g_sequence_range_get_midpoint()
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 52 position_type &begin_pos(begin->get_position()); in operator() 55 strm_ << " from: " << begin_pos.get_file() in operator() 56 << "(" << begin_pos.get_line() << ")" in operator()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | parser.in.h | 121 unsigned long begin_pos; member
|
D | HTMLparser.c | 4347 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement() 4494 node_info.begin_pos = ctxt->input->consumed + in htmlParseElementInternal() 5708 node_info.begin_pos = ctxt->input->consumed + in htmlParseTryOrFinish()
|
D | parser.c | 9941 node_info.begin_pos = ctxt->input->consumed + in xmlParseElement()
|
/third_party/libxml2/include/libxml/ |
D | parser.h | 92 unsigned long begin_pos; member
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member 835 pziinit->begin_pos = byte_before_the_zipfile; in LoadCentralDirectoryRecord() 874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); in zipOpen3()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member 835 pziinit->begin_pos = byte_before_the_zipfile; in LoadCentralDirectoryRecord() 874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); in zipOpen3()
|
/third_party/zlib/contrib/minizip/ |
D | zip.c | 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member 835 pziinit->begin_pos = byte_before_the_zipfile; in LoadCentralDirectoryRecord() 874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); in zipOpen3()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member 835 pziinit->begin_pos = byte_before_the_zipfile; in LoadCentralDirectoryRecord() 874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); in zipOpen3()
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member 835 pziinit->begin_pos = byte_before_the_zipfile; in LoadCentralDirectoryRecord() 874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); in zipOpen3()
|
/third_party/libxml2/ |
D | HTMLparser.c | 4486 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement() 4633 node_info.begin_pos = ctxt->input->consumed + in htmlParseElementInternal() 5789 node_info.begin_pos = ctxt->input->consumed + in htmlParseTryOrFinish()
|
D | parser.c | 10036 node_info.begin_pos = ctxt->input->consumed + in xmlParseElementStart()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord_ring_test.cc | 635 EXPECT_THAT(result->begin_pos(), Eq(0)); in TEST_P()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 85 d begin_pos like(xmlCulong)
|