Home
last modified time | relevance | path

Searched refs:end (Results 2401 - 2425 of 12475) sorted by relevance

1...<<919293949596979899100>>...499

/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp119 affinities[found_first].insert(affinities[found_first].end(), in add_affinity()
121 affinities[found_second].end()); in add_affinity()
186 it != next_use_distances_start.end(); ++it) in next_uses_per_block()
222 : next_use_distances_start.end(); in next_uses_per_block()
223 if (it != next_use_distances_start.end() && in next_uses_per_block()
318 if (remat != ctx.remat.end()) { in do_reload()
418 auto it = std::find_if(local_next_uses[idx].begin(), local_next_uses[idx].end(), in update_local_next_uses()
420 if (it == local_next_uses[idx].end()) { in update_local_next_uses()
429 auto it = std::find_if(local_next_uses[idx].begin(), local_next_uses[idx].end(), in update_local_next_uses()
431 if (it != local_next_uses[idx].end()) { in update_local_next_uses()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp234 StringRef::iterator end) { in readExponent()
241 if (p == end || ((*p == '-' || *p == '+') && (p + 1) == end)) { in readExponent()
248 if (p == end) in readExponent()
256 for (; p != end; ++p) { in readExponent()
279 StringRef::iterator end, in totalExponent()
285 if (p == end) in totalExponent()
291 if (p == end) in totalExponent()
297 for (; p != end; ++p) { in totalExponent()
330 skipLeadingZeroesAndAnyDot(StringRef::iterator begin, StringRef::iterator end, in skipLeadingZeroesAndAnyDot() argument
233 readExponent(StringRef::iterator begin, StringRef::iterator end) readExponent() argument
278 totalExponent(StringRef::iterator p, StringRef::iterator end, int exponentAdjustment) totalExponent() argument
370 interpretDecimal(StringRef::iterator begin, StringRef::iterator end, decimalInfo *D) interpretDecimal() argument
440 trailingHexadecimalFraction(StringRef::iterator p, StringRef::iterator end, unsigned int digitValue) trailingHexadecimalFraction() argument
[all...]
H A DCommandLine.cpp76 } // end namespace llvm::cl
212 SC->OptionsMap.find(O->ArgStr) != SC->OptionsMap.end()) in addOption()
275 auto End = Sub.OptionsMap.end(); in removeOption()
284 Opt != Sub.PositionalOpts.end(); ++Opt) { in removeOption()
291 for (auto Opt = Sub.SinkOpts.begin(); Opt != Sub.SinkOpts.end(); ++Opt) { in removeOption()
396 RegisteredSubCommands.end()); in getRegisteredSubcommands()
467 else if (find(Categories, &C) == Categories.end()) in addCategory()
535 if (I == Sub.OptionsMap.end()) in LookupOption()
538 return I != Sub.OptionsMap.end() ? I->second : nullptr; in LookupOption()
545 if (I == Sub.OptionsMap.end()) in LookupOption()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c511 u32 end; in kbasep_trace_dump() local
516 end = kbdev->trace_next_in; in kbasep_trace_dump()
518 while (start != end) { in kbasep_trace_dump()
543 u32 end; member
555 if ((state->end >= state->start && i >= state->end) || i >= state->end + KBASE_TRACE_SIZE) { in kbasep_trace_seq_start()
576 if (i == state->end) { in kbasep_trace_seq_next()
614 state->end = kbdev->trace_next_in; in kbasep_trace_debugfs_open()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c490 u32 end; in kbasep_trace_dump() local
495 end = kbdev->trace_next_in; in kbasep_trace_dump()
497 while (start != end) { in kbasep_trace_dump()
522 u32 end; member
533 if ((state->end >= state->start && i >= state->end) || in kbasep_trace_seq_start()
534 i >= state->end + KBASE_TRACE_SIZE) in kbasep_trace_seq_start()
554 if (i == state->end) in kbasep_trace_seq_next()
590 state->end = kbdev->trace_next_in; in kbasep_trace_debugfs_open()
/test/ostest/wukong/test_flow/src/
H A Drandom_test_flow.cpp239 if (it == OPTION_INPUT_PERCENT.end()) { in SetInputPercent()
453 auto it = find(allowList.begin(), allowList.end(), curBundleName); in ProtectRightAbility()
454 if (it == allowList.end()) { in ProtectRightAbility()
468 auto bundleIndex = find(allowList.begin(), allowList.end(), curBundleName); in ProtectRightAbility()
469 auto abilityIndex = find(abilityList.begin(), abilityList.end(), curAbilityName); in ProtectRightAbility()
470 if (bundleIndex == allowList.end() || abilityIndex == abilityList.end()) { in ProtectRightAbility()
694 auto it = find(blockAbilityList.begin(), blockAbilityList.end(), currentAbility); in CheckBlockAbility()
695 if (it != blockAbilityList.end()) { in CheckBlockAbility()
/third_party/gn/src/base/
H A Dvalues.h219 // from this one (in particular, the DictItems().end() iterator).
448 // the end of the path can be returned in the form specified.
551 bool IsAtEnd() const { return it_ == target_.dict_.end(); } in IsAtEnd()
565 iterator end() { return dict_.end(); } in end() function in base::DictionaryValue
569 const_iterator end() const { return dict_.end(); } in end() function in base::DictionaryValue
609 // the value given. If the index beyond the current end of the list, null
665 // Appends a Value to the end of the list.
691 // Returns a const_iterator to the found item or to end() i
703 iterator end() { return list_.end(); } end() function in base::ListValue
708 const_iterator end() const { return list_.end(); } end() function in base::ListValue
[all...]
/third_party/mbedtls/library/
H A Dnist_kw.c607 goto end; in mbedtls_nist_kw_self_test()
619 goto end; in mbedtls_nist_kw_self_test()
629 goto end; in mbedtls_nist_kw_self_test()
642 goto end; in mbedtls_nist_kw_self_test()
670 goto end; in mbedtls_nist_kw_self_test()
682 goto end; in mbedtls_nist_kw_self_test()
692 goto end; in mbedtls_nist_kw_self_test()
705 goto end; in mbedtls_nist_kw_self_test()
713 end: in mbedtls_nist_kw_self_test()
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp763 // jump to the end to generate the string from backward, in dump_integer()
823 auto* end = ::nlohmann::detail::to_chars(begin, begin + number_buffer.size(), x); in dump_float() local
825 o->write_characters(begin, static_cast<size_t>(end - begin)); in dump_float()
846 const auto end = std::remove(number_buffer.begin(), number_buffer.begin() + len, thousands_sep); in dump_float() local
847 std::fill(end, number_buffer.end(), '\0'); in dump_float()
848 JSON_ASSERT((end - number_buffer.begin()) <= len); in dump_float()
849 len = (end - number_buffer.begin()); in dump_float()
856 const auto dec_pos = std::find(number_buffer.begin(), number_buffer.end(), decimal_point); in dump_float()
857 if (dec_pos != number_buffer.end()) in dump_float()
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py669 def do_truncate(env, s, length=255, killwords=False, end="...", leeway=None):
695 assert length >= len(end), "expected length >= %s, got %s" % (len(end), length)
700 return s[: length - len(end)] + end
701 result = s[: length - len(end)].rsplit(" ", 1)[0]
702 return result + end
867 end = offset + (slice_number + 1) * items_per_slice
868 tmp = seq[start:end]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py578 def do_truncate(env, s, length=255, killwords=False, end='...', leeway=None):
604 assert length >= len(end), 'expected length >= %s, got %s' % (len(end), length)
609 return s[:length - len(end)] + end
610 result = s[:length - len(end)].rsplit(' ', 1)[0]
611 return result + end
730 end = offset + (slice_number + 1) * items_per_slice
731 tmp = seq[start:end]
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c306 int start, int end, int start2, int end2) in verify()
311 s = SAFE_MALLOC((end - start) * (end2 - start2)); in verify()
314 memset(s, value, (end - start) * (end2 - start2)); in verify()
315 if (memcmp(memory[start], s, (end - start) * (end2 - start2)) in verify()
317 for (j = start; j < end; j++) in verify()
362 * at the end of the last page in ksm_child_memset()
690 unsigned long start, end; in range_is_mapped() local
693 ret = fscanf(fp, "%lx-%lx %*[^\n]\n", &start, &end); in range_is_mapped()
703 if ((end >= low) && (end < hig in range_is_mapped()
305 verify(char **memory, char value, int proc, int start, int end, int start2, int end2) verify() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c210 goto end; in handle_suboption_mask()
219 end: in handle_suboption_mask()
327 char *end; \
330 val = FUNCTION(opt, &end, 0); \
331 if (*end != '\0' || end == opt) { \
425 char *end; in handle_ftabstop() local
431 val = strtoul(opt, &end, 10); in handle_ftabstop()
432 if (*end == '\0' && 1 <= val && val <= 100) in handle_ftabstop()
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py669 def do_truncate(env, s, length=255, killwords=False, end="...", leeway=None):
695 assert length >= len(end), "expected length >= %s, got %s" % (len(end), length)
700 return s[: length - len(end)] + end
701 result = s[: length - len(end)].rsplit(" ", 1)[0]
702 return result + end
867 end = offset + (slice_number + 1) * items_per_slice
868 tmp = seq[start:end]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsft.c388 buf.end = FT_OFFSET( charstring_base, charstring_len ); in FT_LOCAL_DEF()
651 buf->end = decoder->globals[idx + 1]; in FT_LOCAL_DEF()
700 buf->end = FT_OFFSET( charstring, len ); in FT_LOCAL_DEF()
716 (FT_ULong)( buf->end - buf->start ) ); in cf2_freeSeacComponent()
759 buf->end = charstring_base + charstring_len; in FT_LOCAL_DEF()
781 data.length = (FT_UInt)( buf->end - buf->start ); in cf2_freeT1SeacComponent()
823 buf->end = FT_OFFSET( buf->start, decoder->locals_len[idx] ); in FT_LOCAL_DEF()
829 buf->end = decoder->locals[idx + 1]; in FT_LOCAL_DEF()
840 buf->end = decoder->locals[idx + 1]; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic.cc459 * Second pass applies the stretch, copying things to the end of buffer. in apply_stch()
494 unsigned int end = i; in apply_stch() local
524 step == MEASURE ? "measuring" : "cutting", context, start, end); in apply_stch()
554 buffer->unsafe_to_break (context, end); in apply_stch()
556 for (unsigned int k = end; k > start; k--) in apply_stch()
635 unsigned int end)
639 DEBUG_MSG (ARABIC, buffer, "Reordering marks from %d to %d", start, end);
645 while (i < end && info_cc(info[i]) < cc)
649 if (i == end)
656 while (j < end
[all...]
H A Dhb-ot-var-gvar-table.hh125 int end = end_tuple[i]; in calculate_scalar() local
126 if (unlikely (start > peak || peak > end || in calculate_scalar()
127 (start < 0 && end > 0 && peak))) continue; in calculate_scalar()
128 if (v < start || v > end) return 0.f; in calculate_scalar()
132 { if (peak != end) scalar *= (float) (end - v) / (end - peak); } in calculate_scalar()
182 /* Intermediate end tuple record for this tuple variation table — optional,
532 static unsigned int next_index (unsigned int i, unsigned int start, unsigned int end) in next_index()
533 { return (i >= end) in next_index()
[all...]
H A Dhb-serialize.hh113 end (start + size), in hb_serialize_context_t()
150 end = start + size; in reset()
159 this->tail = this->end; in reset()
201 this->start, this->end, in start_serialize()
202 (unsigned long) (this->end - this->start)); in start_serialize()
210 "end [%p..%p] serialized %u bytes; %s", in end_serialize()
211 this->start, this->end, in end_serialize()
602 + (this->end - this->tail);
612 memcpy (p + (this->head - this->start), this->tail, this->end - this->tail);
639 char *start, *head, *tail, *end; member
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh664 const char *start = l->utf8, *end; in helper_cairo_line_from_buffer() local
671 end = start + hb_glyph[i].cluster - hb_glyph[i+1].cluster; in helper_cairo_line_from_buffer()
673 end = g_utf8_offset_to_pointer (start, hb_glyph[i].cluster - hb_glyph[i+1].cluster); in helper_cairo_line_from_buffer()
674 l->clusters[cluster].num_bytes = end - start; in helper_cairo_line_from_buffer()
675 start = end; in helper_cairo_line_from_buffer()
686 end = start + hb_glyph[i].cluster - hb_glyph[i-1].cluster; in helper_cairo_line_from_buffer()
688 end = g_utf8_offset_to_pointer (start, hb_glyph[i].cluster - hb_glyph[i-1].cluster); in helper_cairo_line_from_buffer()
689 l->clusters[cluster].num_bytes = end - start; in helper_cairo_line_from_buffer()
690 start = end; in helper_cairo_line_from_buffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h129 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc"); in allocate()
136 if (I == Allocs.end()) in setProtections()
208 if (I != Allocators.end()) in handleCreateRemoteAllocator()
218 if (I != IndirectStubsOwners.end()) in handleCreateIndirectStubsOwner()
237 if (I == Allocators.end()) in handleDestroyRemoteAllocator()
247 if (I == IndirectStubsOwners.end()) in handleDestroyIndirectStubsOwner()
261 if (StubOwnerItr == IndirectStubsOwners.end()) in handleEmitIndirectStubs()
379 if (I == Allocators.end()) in handleReserveMem()
400 if (I == Allocators.end()) in handleSetProtections()
443 } // end namespac
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceASanInstrumentation.cpp68 } // end of anonymous namespace
148 if (Subst == FuncSubstitutions.end()) { in instrumentGlobals()
156 if (SubstProtoEntry != ProtoSubstitutions.end()) in instrumentGlobals()
310 for (SizeT Offset = 0; Iter != PoisonVals.end(); Offset += BytesPerWord) { in instrumentFuncStart()
313 if (Iter == PoisonVals.end()) in instrumentFuncStart()
350 if (Subst == FuncSubstitutions.end()) in instrumentCall()
401 if (DataSub != FuncSubstitutions.end()) { in instrumentReloc()
425 if (PrevCheck != Checked->end() && PrevCheck->second >= Size) in instrumentAccess()
432 if (LocalSize != ICE_TLS_GET_FIELD(LocalVars)->end() && in instrumentAccess()
458 return GlobalSize != GlobalSizes.end() in isOkGlobalAccess()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp248 /// Return an instruction that can be used as an iterator for the end
250 MachineBasicBlock::iterator end() const { in end() function in __anon24358::Chain
279 /// Return true if the group will require a fixup MOV at the end.
305 } // end anonymous namespace
371 for (auto I = EC.begin(), E = EC.end(); I != E; ++I) { in runOnBasicBlock()
418 for (auto I = L.begin(), E = L.end(); I != E; ++I) { in getAndEraseNext()
499 // of the chain? Simulate liveness backwards until the end of the chain.
502 MachineBasicBlock::iterator I = MBB.end();
503 MachineBasicBlock::iterator ChainEnd = G->end();
554 if (U.isReg() && U.isUse() && Substs.find(U.getReg()) != Substs.end()) { in colorChain()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp445 RPTracker.advance(begin(), end(), &LiveIns[RegionIdx]); in getRealRegPressure()
462 // Scheduler sends regions from the end of the block upwards. in computeBlockPressure()
471 if (LiveInIt != MBBLiveIns.end()) { in computeBlockPressure()
502 if (I != MBB->end()) { in computeBlockPressure()
504 RPTracker.advance(MBB->end()); in computeBlockPressure()
573 unsigned NumRegionInstrs = std::distance(begin(), end()); in finalizeSchedule()
574 enterRegion(MBB, begin(), end(), NumRegionInstrs); in finalizeSchedule()
577 if (begin() == end() || begin() == std::prev(end())) { in finalizeSchedule()
586 if (RegionEnd != MBB->end()) dbg in finalizeSchedule()
[all...]
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp58 const char* end = start + size; in readlines() local
60 while (ptr < end) { in readlines()
61 while (*ptr++ != '\n' && ptr < end) {} in readlines()
88 std::sort(unitTests->begin(), unitTests->end(), lt); in get_unit_tests()
106 const char* end = s + l; in get_render_tests()
109 while (ptr < end && *ptr != kDelimeter) { ++ptr; } in get_render_tests()
110 if (ptr + 1 >= end) { in get_render_tests()
116 std::string number(ptr, end - ptr); // null-terminated copy. in get_render_tests()
135 std::sort(gmsWithNames.begin(), gmsWithNames.end(), in get_render_tests()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h176 string::iterator end = s->end(); in LowerString() local
177 for (string::iterator i = s->begin(); i != end; ++i) { in LowerString()
184 string::iterator end = s->end(); in UpperString() local
185 for (string::iterator i = s->begin(); i != end; ++i) { in UpperString()
505 // Returns a pointer to the end of the string (i.e. the null character
768 void Join(Iterator start, Iterator end, in Join() argument
770 for (Iterator it = start; it != end; ++it) { in Join()
782 Join(components.begin(), components.end(), deli in Join()
[all...]

Completed in 32 milliseconds

1...<<919293949596979899100>>...499