Home
last modified time | relevance | path

Searched refs:end (Results 2326 - 2350 of 10887) sorted by relevance

1...<<919293949596979899100>>...436

/third_party/openssl/crypto/pem/
H A Dpem_lib.c735 /* Note trailing spaces for begin and end. */
800 * The end of the header is marked by a blank line; if the end-of-input marker
806 * We need the name of the PEM-encoded type to verify the end string.
813 int len, ret = 0, end = 0, prev_partial_line_read = 0, partial_line_read = 0; in get_header_and_data() local
851 /* Check for end of header. */ in get_header_and_data()
855 * regular newline at the end of a line and not an empty line. in get_header_and_data()
869 /* Check for end of stream (which means there is no header). */ in get_header_and_data()
883 } else if (end) { in get_header_and_data()
884 /* Malformed input; short line not at end o in get_header_and_data()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp105 if (RegRCIt != PhysRegMinimalRCs.end()) in getMinimalPhysRegClass()
286 if (It != MapOfPartialMappings.end()) in getPartialMapping()
310 return hash_combine_range(Hashes.begin(), Hashes.end()); in hashValueMapping()
320 if (It != MapOfValueMappings.end()) in getValueMapping()
364 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping()
370 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping()
394 if (It != MapOfInstructionMappings.end()) in getInstructionMappingImpl()
541 for (const PartialMapping *Part = First + 1; Part != end(); ++Part) { in partsAllUniform()
671 // end of the list of NewVReg. in getVRegsMem()
694 return NewVRegs.size() <= StartIdx + NumVal ? NewVRegs.end()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp89 if (ResId && (ReplacedValues.find(ResId) != ReplacedValues.end())) { in PerformExpensiveChecks()
102 while (I != ReplacedValues.end()) { in PerformExpensiveChecks()
111 if (ResId && PromotedIntegers.find(ResId) != PromotedIntegers.end()) in PerformExpensiveChecks()
113 if (ResId && SoftenedFloats.find(ResId) != SoftenedFloats.end()) in PerformExpensiveChecks()
115 if (ResId && ScalarizedVectors.find(ResId) != ScalarizedVectors.end()) in PerformExpensiveChecks()
117 if (ResId && ExpandedIntegers.find(ResId) != ExpandedIntegers.end()) in PerformExpensiveChecks()
119 if (ResId && ExpandedFloats.find(ResId) != ExpandedFloats.end()) in PerformExpensiveChecks()
121 if (ResId && SplitVectors.find(ResId) != SplitVectors.end()) in PerformExpensiveChecks()
123 if (ResId && WidenedVectors.find(ResId) != WidenedVectors.end()) in PerformExpensiveChecks()
125 if (ResId && PromotedFloats.find(ResId) != PromotedFloats.end()) in PerformExpensiveChecks()
[all...]
/third_party/openssl/test/
H A Dcmsapitest.c34 goto end; in test_encrypt_decrypt()
37 goto end; in test_encrypt_decrypt()
41 goto end; in test_encrypt_decrypt()
45 goto end; in test_encrypt_decrypt()
50 goto end; in test_encrypt_decrypt()
53 end: in test_encrypt_decrypt()
331 goto end; in test_d2i_CMS_decode()
336 goto end; in test_d2i_CMS_decode()
340 goto end; in test_d2i_CMS_decode()
343 goto end; in test_d2i_CMS_decode()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp145 InstructionSet::iterator end() { return Set.end(); } in end() function in __anon25132::InstPartition
147 InstructionSet::const_iterator end() const { return Set.end(); } in end() function in __anon25132::InstPartition
153 Other.Set.insert(Set.begin(), Set.end()); in moveTo()
162 // blocks (possibly empty at the end) and let simplifycfg mostly clean this in populateUsedSet()
169 SmallVector<Instruction *, 8> Worklist(Set.begin(), Set.end()); in populateUsedSet()
363 E = PartitionContainer.end(); in mergeToAvoidDuplicatedLoads()
396 for (ToBeMergedT::iterator I = ToBeMerged.begin(), E = ToBeMerged.end(); in mergeToAvoidDuplicatedLoads()
583 for (auto I = PartitionContainer.begin(); I != PartitionContainer.end();) { in mergeAdjacentPartitionsIf()
632 AccessesType::const_iterator end() const { return Accesses.end(); } end() function in __anon25132::MemoryInstructionDependences
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc97 std::iota(on_stack.begin(), on_stack.end(), 0); in TEST()
103 std::iota(allocated.begin(), allocated.end(), 0); in TEST()
212 std::iota(a1.begin(), a1.end(), 0); in TEST()
213 absl::FixedArray<int, 5> a2(a1.begin(), a1.end()); in TEST()
233 std::iota(a1.begin(), a1.end(), 0); in TEST()
234 absl::FixedArray<int, 5> a2(a1.begin(), a1.end()); in TEST()
263 EXPECT_THAT(array.begin() + n, array.end()); in TestArray()
313 ASSERT_EQ(array.begin() + n, array.end()); in TestArrayOfArrays()
390 absl::FixedArray<int> const fixed(empty.begin(), empty.end()); in TEST()
398 absl::FixedArray<int> const fixed(items.begin(), items.end()); in TEST()
[all...]
/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()
/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...]

Completed in 32 milliseconds

1...<<919293949596979899100>>...436