/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/node/deps/v8/src/objects/ |
D | intl-objects.h | 40 int32_t begin_pos; member 44 NumberFormatSpan(int32_t field_id, int32_t begin_pos, int32_t end_pos) in NumberFormatSpan() 45 : field_id(field_id), begin_pos(begin_pos), end_pos(end_pos) {} in NumberFormatSpan()
|
D | js-number-format.cc | 1742 if (a.begin_pos < b.begin_pos) return true; in cmp_NumberFormatSpan() 1743 if (a.begin_pos > b.begin_pos) return false; in cmp_NumberFormatSpan() 1812 next_region_begin_pos = regions->at(region_iterator).begin_pos; in FlattenRegionsToParts() 1902 Intl::ToString(isolate, formatted_text, part.begin_pos, part.end_pos), in ConstructParts() 1910 tracker.GetSource(part.begin_pos, part.end_pos))); in ConstructParts()
|
D | js-date-time-format.cc | 2035 int32_t begin_pos = fp.getBeginIndex(); in FormatToParts() local 2038 if (previous_end_pos < begin_pos) { in FormatToParts() 2041 Intl::ToString(isolate, formatted, previous_end_pos, begin_pos), in FormatToParts() 2056 Intl::ToString(isolate, formatted, begin_pos, end_pos), JSArray); in FormatToParts()
|
D | js-relative-time-format.cc | 419 Intl::ToString(isolate, string, part.begin_pos, part.end_pos), in AddUnit()
|
D | intl-objects.cc | 2700 if (text.charAt(part.begin_pos) == kInfinityChar || in NumberFieldToType() 2702 (part.end_pos - part.begin_pos == 3 && in NumberFieldToType() 2703 text.tempSubString(part.begin_pos, 3) == "INF")) { in NumberFieldToType() 2718 return (text.charAt(part.begin_pos) == '+') in NumberFieldToType()
|
/third_party/curl/lib/vtls/ |
D | vtls.c | 821 char *stripped_pem, *begin_pos, *end_pos; in pubkey_pem_to_der() local 829 begin_pos = strstr(pem, "-----BEGIN PUBLIC KEY-----"); in pubkey_pem_to_der() 830 if(!begin_pos) in pubkey_pem_to_der() 833 pem_count = begin_pos - pem; in pubkey_pem_to_der() 897 char *encoded = NULL, *pinkeycopy, *begin_pos, *end_pos; in Curl_pin_peer_pubkey() local 932 begin_pos = pinkeycopy; in Curl_pin_peer_pubkey() 934 end_pos = strstr(begin_pos, ";sha256//"); in Curl_pin_peer_pubkey() 943 if(encodedlen == strlen(begin_pos + 8) && in Curl_pin_peer_pubkey() 944 !memcmp(encoded, begin_pos + 8, encodedlen)) { in Curl_pin_peer_pubkey() 955 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/node/deps/v8/src/codegen/ |
D | reloc-info.cc | 137 byte* begin_pos = pos_; in Write() local 150 DCHECK_LE(begin_pos - pos_, RelocInfo::kMaxCallSize); in Write() 167 DCHECK_LE(begin_pos - pos_, kMaxSize); in Write()
|
/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/node/deps/v8/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/node/deps/v8/src/compiler/backend/ |
D | register-allocator.h | 1411 LifetimePosition begin_pos,
|
D | register-allocator.cc | 3028 LifetimePosition begin_pos, in MaybeSpillPreviousRanges() argument 3032 DCHECK(begin_range->Covers(begin_pos)); in MaybeSpillPreviousRanges() 3038 SpillAfter(begin_range, begin_pos, SpillMode::kSpillAtDefinition); in MaybeSpillPreviousRanges()
|
/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/node/deps/v8/src/parsing/ |
D | parser-base.h | 850 VariableProxy* NewUnresolved(const AstRawString* name, int begin_pos, 853 begin_pos, kind);
|