/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fGradientBase.cpp | 47 const int end = fBegin + fAdvance * (fShader.fColorCount - 1); in iterate() local 63 } while (prev != end); in iterate() 74 const int end = fBegin + fAdvance * (fShader.fColorCount - 2); in iterateImplicitPos() local 78 while (prev != end) { in iterateImplicitPos() 88 // emit the last interval with a pinned end position, to avoid precision issues in iterateImplicitPos() 166 // wraps around at the end: in init() 174 // (the iterator should never run off the end in this mode) in init() 240 const auto* i1 = fIntervals.end() - 1; in find() 263 SkASSERT(prev >= fIntervals.begin() && prev < fIntervals.end()); in findNext() 273 if (i >= fIntervals.end()) { in findNext() [all...] |
/third_party/skia/src/utils/ |
H A D | SkParseColor.cpp | 301 std::end (gColorNames), in FindNamedColor() 307 if (rec == std::end(gColorNames) || 0 != strcmp(name, *rec)) { in FindNamedColor() 346 const char* end = SkParse::FindHex(value + 1, &hex); in FindColor() local 347 // SkASSERT(end); in FindColor() 348 if (end == nullptr) in FindColor() 349 return end; in FindColor() 350 size_t len = end - value - 1; in FindColor() 357 return end; in FindColor() 362 return end; in FindColor() 372 // const char* end in FindColor() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.cpp | 166 EXPECT_NE(mOutputCode.end(), code); in foundInCodeRegex() 167 if (code == mOutputCode.end()) in foundInCodeRegex() 191 EXPECT_NE(mOutputCode.end(), code); in foundInCode() 192 if (code == mOutputCode.end()) in foundInCode() 210 EXPECT_NE(mOutputCode.end(), code); in foundInCodeInOrder() 211 if (code == mOutputCode.end()) in foundInCodeInOrder() 240 EXPECT_NE(mOutputCode.end(), code); in foundInCode() 241 if (code == mOutputCode.end()) in foundInCode()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-thai.cc | 341 unsigned int end = buffer->out_len; in preprocess_text_thai() local 342 _hb_glyph_info_set_general_category (&buffer->out_info[end - 2], HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK); in preprocess_text_thai() 345 unsigned int start = end - 2; in preprocess_text_thai() 349 if (start + 2 < end) in preprocess_text_thai() 351 /* Move Nikhahit (end-2) to the beginning */ in preprocess_text_thai() 352 buffer->merge_out_clusters (start, end); in preprocess_text_thai() 353 hb_glyph_info_t t = buffer->out_info[end - 2]; in preprocess_text_thai() 356 sizeof (buffer->out_info[0]) * (end - start - 2)); in preprocess_text_thai() 364 buffer->merge_out_clusters (start - 1, end); in preprocess_text_thai()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | szrt_asan.c | 296 char *end = ptr + size; in __asan_poison() local 297 assert(IS_SHADOW_ALIGNED(end)); in __asan_poison() 299 MEM2SHADOW(end)); in __asan_poison() 304 int len = (end - ptr) >> SHADOW_SCALE_LOG2; in __asan_poison() 309 char *end = ptr + size; in __asan_unpoison() local 310 assert(IS_SHADOW_ALIGNED(end)); in __asan_unpoison() 312 MEM2SHADOW(end)); in __asan_unpoison() 316 memset(MEM2SHADOW(ptr), 0, (end - ptr) >> SHADOW_SCALE_LOG2); in __asan_unpoison()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 62 if (retval.find(keyname) != retval.end()) in cacheAnnotationFromMD() 96 if ((*annotationCache).find(m) != (*annotationCache).end()) in cacheAnnotationFromMD() 109 if ((*annotationCache).find(m) == (*annotationCache).end()) in findOneNVVMAnnotation() 111 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation() 113 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation() 123 if ((*annotationCache).find(m) == (*annotationCache).end()) in findAllNVVMAnnotation() 125 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findAllNVVMAnnotation() 127 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findAllNVVMAnnotation()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_global_constant_decl_test.cc | 41 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 42 EXPECT_EQ(e->source.range.end.column, 6u); in TEST_F() 68 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 69 EXPECT_EQ(e->source.range.end.column, 6u); in TEST_F() 123 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 124 EXPECT_EQ(e->source.range.end.column, 22u); in TEST_F() 155 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 156 EXPECT_EQ(e->source.range.end.column, 19u); in TEST_F()
|
H A D | parser_impl_global_variable_decl_test.cc | 39 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 40 EXPECT_EQ(e->source.range.end.column, 15u); in TEST_F() 62 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 63 EXPECT_EQ(e->source.range.end.column, 15u); in TEST_F() 87 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 88 EXPECT_EQ(e->source.range.end.column, 40u); in TEST_F() 117 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 118 EXPECT_EQ(e->source.range.end.column, 43u); in TEST_F()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uset.h | 271 * start..end, inclusive. If <code>start > end</code> 274 * @param end last character of the range, inclusive 280 uset_open(UChar32 start, UChar32 end); 394 * Causes the USet object to represent the range <code>start - end</code>. 395 * If <code>start > end</code> then this USet is set to an empty range. 399 * @param end last character in the set, inclusive 404 UChar32 start, UChar32 end); 562 * uset_contains(set, start, end) will return true. 566 * @param end th [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 170 iterator end() { return iterator(List.end()); } in end() function in llvm::AllocatorList 172 const_iterator end() const { return const_iterator(List.end()); } in end() function in llvm::AllocatorList 214 void pop_back() { List.eraseAndDispose(--List.end(), Disposer(*this)); } in pop_back() 216 void push_back(T &&V) { insert(end(), std::move(V)); } in push_back() 218 void push_back(const T &V) { insert(end(), V); } in push_back() 221 emplace(end(), std::forward<Ts>(Vs)...); in emplace_back() 238 } // end namespace llvm
|
H A D | PostOrderIterator.h | 143 static po_iterator end(GraphT G) { return po_iterator(); } in end() function in llvm::po_iterator 148 static po_iterator end(GraphT G, SetType &S) { return po_iterator(S); } in end() function in llvm::po_iterator 183 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end() 203 return po_ext_iterator<T, SetType>::end(G, S); in po_ext_end() 226 return ipo_iterator<T>::end(G); in ipo_end() 250 return ipo_ext_iterator<T, SetType>::end(G, S); in ipo_ext_end() 277 // for (rpo_iterator I = RPOT.begin(); I != RPOT.end(); ++I) { 280 // for (rpo_iterator I = RPOT.begin(); I != RPOT.end(); ++I) { 305 rpo_iterator end() { return Blocks.rend(); } in end() function in llvm::ReversePostOrderTraversal 306 const_rpo_iterator end() cons in end() function in llvm::ReversePostOrderTraversal [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_replace_params_with_struct.cpp | 46 message_.parameter_id().end()); in IsApplicable() 125 std::all_of(fresh_ids.begin(), fresh_ids.end(), in IsApplicable() 175 indices_of_replaced_params.end())) { in Apply() 202 while (iter != function->begin()->end() && in Apply() 237 indices_of_replaced_params.end(), in Apply() 238 i - 1) == indices_of_replaced_params.end()) { in Apply() 294 auto it = std::find_if(params.begin(), params.end(), in ComputeIndicesOfReplacedParameters() 298 assert(it != params.end() && "Parameter's id is invalid"); in ComputeIndicesOfReplacedParameters()
|
/third_party/spirv-tools/source/opt/ |
H A D | ccp_pass.cpp | 60 if (it != values_.end()) { in VisitPhi() 114 if (val1_it == values_.end()) { in ComputeLatticeMeet() 138 if (it != values_.end()) { in VisitAssignment() 159 if (it == values_.end() || IsVaryingValue(it->second)) { in VisitAssignment() 183 if (iter != values_.end() && IsVaryingValue(iter->second)) return false; in VisitAssignment() 193 if (it == values_.end()) return false; in VisitAssignment() 219 if (it == values_.end() || IsVaryingValue(it->second)) { in VisitBranch() 250 if (it == values_.end() || IsVaryingValue(it->second)) { in VisitBranch()
|
H A D | scalar_analysis_nodes.h | 76 auto position = std::find_if_not(children_.begin(), children_.end(), in AddChild() 108 iterator end() { return children_.end(); } in end() function in spvtools::opt::SENode 112 const_iterator end() const { return children_.cend(); } in end() function in spvtools::opt::SENode 126 recurrent_nodes.insert(recurrent_nodes.end(), in CollectRecurrentNodes() 128 child_recurrent_nodes.end()); in CollectRecurrentNodes() 144 value_unknown_nodes.insert(value_unknown_nodes.end(), in CollectValueUnknownNodes() 146 child_value_unknown_nodes.end()); in CollectValueUnknownNodes()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 164 if (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 172 if (it == named_ids_.end()) { in spvNamedIdAssignOrGet() 175 while (ids_to_preserve_.find(id) != ids_to_preserve_.end()) { in spvNamedIdAssignOrGet() 238 pInst->words.insert(pInst->words.end(), value); in binaryEncodeU32() 321 if (types_.find(value) != types_.end()) { in recordTypeDefinition() 343 if (type == types_.end()) { in getTypeOfTypeGeneratingValue() 351 if (type_value == value_types_.end()) { in getTypeOfValueInstruction() 379 if (type == import_id_to_ext_inst_type_.end()) { in getExtInstTypeForId()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.hpp | 164 inline Iterator end (void) { return m_members.end(); } in end() function in vkt::TransformFeedback::StructType 165 inline ConstIterator end (void) const { return m_members.end(); } in end() function in vkt::TransformFeedback::StructType 214 inline Iterator end (void) { return m_members.end(); } in end() function in vkt::TransformFeedback::InterfaceBlock 215 inline ConstIterator end (void) const { return m_members.end(); } in end() function in vkt::TransformFeedback::InterfaceBlock
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.hpp | 169 inline Iterator end (void) { return m_members.end(); } in end() function in vkt::ubo::StructType 170 inline ConstIterator end (void) const { return m_members.end(); } in end() function in vkt::ubo::StructType 216 inline Iterator end (void) { return m_uniforms.end(); } in end() function in vkt::ubo::UniformBlock 217 inline ConstIterator end (void) const { return m_uniforms.end(); } in end() function in vkt::ubo::UniformBlock
|
/third_party/elfutils/libdwfl/ |
H A D | derelocate.c | 43 GElf_Addr start, end; member 54 GElf_Addr start, end; member 70 if ((*p1)->end < (*p2)->end) in compare_secrefs() 72 if ((*p1)->end > (*p2)->end) in compare_secrefs() 75 /* Same start/end, then just compare which section came first. */ in compare_secrefs() 139 newref->end = newref->start + shdr->sh_size; in cache_sections() 189 mod->reloc_info->refs[i].end = sortrefs[i]->end; in cache_sections() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | avstring.c | 126 goto end; in av_asprintf() 130 goto end; in av_asprintf() 138 end: in av_asprintf() 157 char *ret = out, *end = out; in av_get_token() local 167 end = out; in av_get_token() 173 end = out; in av_get_token() 182 while (out >= end && strspn(out, WHITESPACES)); in av_get_token() 199 /* s now points to the first non delimiter char, or to the end of the string */ in av_strtok() 399 goto end; in av_utf8_decode() 427 goto end; in av_utf8_decode() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 336 goto end; in init_subtitles() 340 goto end; in init_subtitles() 363 goto end; in init_subtitles() 399 goto end; in init_subtitles() 406 goto end; in init_subtitles() 414 goto end; in init_subtitles() 419 goto end; in init_subtitles() 433 goto end; in init_subtitles() 444 goto end; in init_subtitles() 451 goto end; in init_subtitles() [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvPostProcess.cpp | 124 for (auto it = capabilities.begin(); it != capabilities.end(); ++it) { in postProcessType() 143 for (auto it = capabilities.begin(); it != capabilities.end(); ++it) { in postProcessType() 281 std::for_each(decorations.begin(), decorations.end(), function); in postProcess() 294 std::for_each(decorations.begin(), decorations.end(), function); in postProcess() 377 for (auto mergeIter = unreachableMerges.begin(); mergeIter != unreachableMerges.end(); ++mergeIter) { in postProcessCFG() 381 continueIter != headerForUnreachableContinue.end(); in postProcessCFG() 389 decorations.erase(std::remove_if(decorations.begin(), decorations.end(), in postProcessCFG() 394 decorations.end()); in postProcessCFG() 443 std::for_each(decorations.begin(), decorations.end(), function); in postProcessFeatures() 454 if (capabilities.find(spv::CapabilityVulkanMemoryModelKHR) != capabilities.end()) { in postProcessFeatures() [all...] |
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | coord.cpp | 523 INT_32 end = (amount < 0) ? start - 1 : numBits; 524 for (; (inc > 0) ? i < end : i > end; i += inc) 543 VOID CoordEq::mort2d(Coordinate& c0, Coordinate& c1, UINT_32 start, UINT_32 end) 545 if (end == 0) 548 end = m_numBits - 1; 550 for (UINT_32 i = start; i <= end; i++) 559 VOID CoordEq::mort3d(Coordinate& c0, Coordinate& c1, Coordinate& c2, UINT_32 start, UINT_32 end) 561 if (end == 0) 564 end [all...] |
/third_party/ninja/src/ |
H A D | dyndep_parser_test.cc | 364 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 377 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 390 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 404 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 419 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 433 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 448 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 466 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 479 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() 502 ASSERT_NE(i, dyndep_file_.end()); in TEST_F() [all...] |
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | regexp_adapter_test.cc | 87 it != contexts_.end(); in TEST_F() 111 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() 126 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() 143 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() 197 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() 223 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() 248 it != contexts_.end(); in TEST_F() 269 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() 298 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() 312 for (TestContextIterator it = contexts_.begin(); it != contexts_.end(); in TEST_F() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ssa_builder.cpp | 40 for (val_set::iterator I = vars.begin(sh), E = vars.end(sh); I != E; ++I) { in create_phi_nodes() 51 for (vvec::iterator I = n.dst.begin(), E = n.dst.end(); I != E; ++I) { in add_defs() 143 for (node_iterator I = n.begin(), E = n.end(); I != E; ++I) { in visit() 147 for (node_iterator I = n.begin(), E = n.end(); I != E; ++I) { in visit() 215 for (node_iterator I = n.begin(), E = n.end(); I != E; ++I) { in visit() 219 for (node_iterator I = n.begin(), E = n.end(); I != E; ++I) { in visit() 340 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in rename_src_vec() 365 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in rename_dst_vec() 386 if (I != m.end()) in get_index() 400 if (I != m.end()) in new_index() [all...] |