/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace_benchmark.cc | 75 size_t next_pos = static_cast<size_t>(-1); in SetUpStrings() local 80 if (needlepos != std::string::npos && needlepos < next_pos) { in SetUpStrings() 81 next_pos = needlepos; in SetUpStrings() 86 if (next_pos > after_replacing_many->size()) break; in SetUpStrings() 87 after_replacing_many->replace(next_pos, strlen(needle_string), in SetUpStrings() 89 next_pos += strlen(replacement_string); in SetUpStrings() 90 pos = next_pos; in SetUpStrings()
|
/third_party/ffmpeg/libavformat/ |
H A D | bink.c | 94 uint32_t pos, next_pos; in read_header() local 204 next_pos = avio_rl32(pb); in read_header() 206 pos = next_pos; in read_header() 209 next_pos = bink->file_size; in read_header() 212 next_pos = avio_rl32(pb); in read_header() 213 next_keyframe = next_pos & 1; in read_header() 216 next_pos &= ~1; in read_header() 218 if (next_pos <= pos) { in read_header() 222 if ((ret = av_add_index_entry(vst, pos, i, next_pos - pos, 0, in read_header()
|
H A D | flvdec.c | 750 static int flv_read_metabody(AVFormatContext *s, int64_t next_pos) in flv_read_metabody() argument 801 if (amf_parse_object(s, astream, vstream, buffer, next_pos, 0) < 0) in flv_read_metabody()
|
/third_party/ninja/src/ |
H A D | string_piece_util.cc | 29 const char* next_pos = find(pos, input.end(), sep); in SplitStringPiece() local 30 if (next_pos == input.end()) { in SplitStringPiece() 34 elems.push_back(StringPiece(pos, next_pos - pos)); in SplitStringPiece() 35 pos = next_pos + 1; in SplitStringPiece()
|
/third_party/rust/crates/regex/src/ |
H A D | backtrack.rs | 156 at = self.input.at(at.next_pos()); in exec_() 237 at = self.input.at(at.next_pos()); in step() 245 at = self.input.at(at.next_pos()); in step() 254 at = self.input.at(at.next_pos()); in step()
|
H A D | pikevm.rs | 170 let at_next = self.input.at(at.next_pos()); in exec_()
|
H A D | input.rs | 61 pub fn next_pos(&self) -> usize { in next_pos() functions
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | type_parser.cc | 41 size_t next_pos = data.rfind('_', cur_pos); in Parse() local 42 if (next_pos == std::string::npos) { in Parse() 50 if (!ProcessChunk(data.substr(next_pos + 1, cur_pos - next_pos))) in Parse() 53 cur_pos = next_pos - 1; in Parse()
|
/third_party/skia/experimental/skrive/src/reader/ |
H A D | BinaryReader.cpp | 25 const auto next_pos = fStream->getPosition() + sz, in validateSize() local 28 return next_pos <= block_end; in validateSize()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 910 next_pos = 0 912 line_pos = next_pos 914 next_pos = self._file.tell() 916 starts.append(next_pos) 918 line_pos = next_pos 920 next_pos = self._file.tell() 1337 next_pos = 0 1340 line_pos = next_pos 1342 next_pos = self._file.tell() 1346 starts.append(next_pos) [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 2830 LifetimePosition next_pos = start; in SplitAndSpillRangesDefinedByMemoryOperand() local 2831 if (next_pos.IsGapPosition()) { in SplitAndSpillRangesDefinedByMemoryOperand() 2832 next_pos = next_pos.NextStart(); in SplitAndSpillRangesDefinedByMemoryOperand() 2835 UsePosition* pos = range->NextUsePositionRegisterIsBeneficial(next_pos); in SplitAndSpillRangesDefinedByMemoryOperand() 4422 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); in SplitAndSpillIntersecting() local 4427 if (next_pos == nullptr) { in SplitAndSpillIntersecting() 4430 // When spilling between spill_pos and next_pos ensure that the range in SplitAndSpillIntersecting() 4439 next_pos->pos())); in SplitAndSpillIntersecting() 4440 SpillBetweenUntil(range, spill_pos, current->Start(), next_pos in SplitAndSpillIntersecting() 4467 UsePosition* next_pos = range->NextRegisterPosition(current->Start()); SplitAndSpillIntersecting() local 4520 LifetimePosition next_pos = range->Start(); TryReuseSpillForPhi() local [all...] |
/third_party/gn/src/gn/ |
H A D | functions.cc | 1369 size_t next_pos = 0; 1370 while ((next_pos = str.find(separator, pos)) != std::string::npos) { 1371 strings.push_back(str.substr(pos, next_pos - pos)); 1372 pos = next_pos + separator.length();
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 4133 uint64_t next_pos = pos + 16; variable 4134 if (next_pos <= len) { // if it is safe to read 16 more bytes, check that they are ascii 4141 pos = next_pos; 4153 next_pos = pos + 2; 4154 if (next_pos > len) { return false; } 4160 next_pos = pos + 3; 4161 if (next_pos > len) { return false; } 4173 next_pos = pos + 4; 4174 if (next_pos > len) { return false; } 4187 pos = next_pos; 4199 size_t next_pos = pos + 16; global() variable [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 5239 static void export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos); 10885 export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos) 10915 exp->valid_mask = ctx->options->gfx_level == GFX10 && is_pos && *next_pos == 0; 10919 exp->dest = V_008DFC_SQ_EXP_POS + (*next_pos)++; 10926 export_vs_psiz_layer_viewport_vrs(isel_context* ctx, int* next_pos, 10963 exp->valid_mask = ctx->options->gfx_level == GFX10 && *next_pos == 0; 10966 exp->dest = V_008DFC_SQ_EXP_POS + (*next_pos)++; 10989 int next_pos = 0; 10990 export_vs_varying(ctx, VARYING_SLOT_POS, true, &next_pos); 10994 export_vs_psiz_layer_viewport_vrs(ctx, &next_pos, outinf [all...] |