/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 161 } // end anonymous namespace 265 if (Memo == MemoMap.end()) { in getUnwindDestTokenHelper() 303 if (Memo == MemoMap.end()) { in getUnwindDestTokenHelper() 389 if (Memo != MemoMap.end()) in getUnwindDestToken() 425 if (AncestorMemo == MemoMap.end()) { in getUnwindDestToken() 456 if (Memo != MemoMap.end() && Memo->second) { in getUnwindDestToken() 526 for (BasicBlock::iterator BBI = BB->begin(), E = BB->end(); BBI != E; ) { in HandleCallsInBlockInlinedThroughInvoke() 582 /// block of the inlined code (the last block is the end of the function), 590 // The inlined code is currently at the end of the function, scan from the in HandleInlinedLandingPad() 591 // start of the inlined code to its end, checkin in HandleInlinedLandingPad() [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.cpp | 110 // It's the end of the word in lookAhead() 161 // The cluster is spaces but not the end of the word in a normal sense in lookAhead() 290 // Special case for start/end cluster since they can be clipped in moveForward() 294 // Skip all space cluster at the end in moveForward() 304 // Move the end of the line to the left in moveForward() 327 // End of line is always end of cluster, but need to skip \n in moveForward() 337 // breakCluster points to the end of the line; in moveForward() 766 auto end = span.end() - 1; in moveForward() local 772 while (fEndLine.endCluster() != end) { in moveForward() [all...] |
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 150 if (tid_it == idTypeSizeMap.end()) { in idTypeSizeInWords() 171 for (it = stripWhiteList.begin(); it < stripWhiteList.end(); it++) in isStripOp() 403 if (idPosR.find(asId(start+1)) == idPosR.end()) in stripDeadRefs() 482 error("function end without function start"); in buildLocalMaps() 697 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) in process() argument 702 // If begin or end == 0, use defaults in process() 704 end = (end == 0 ? unsigned(spv.size()) : end); in process() 709 for (unsigned word = begin; word < end; wor in process() [all...] |
/third_party/mesa3d/src/imagination/csbgen/ |
H A D | gen_pack_header.py | 409 __slots__ = ["start", "end", "type", "default", "shift", "_defines"] 412 end: int 418 def __init__(self, parent: Node, name: str, start: int, end: int, ty: str, *, 423 self.end = end 430 if self.start > self.end: 431 raise ValueError("Start cannot be after end. Start: %d, End: %d, Field: '%s'" 432 % (self.start, self.end, self.name)) 434 if self.type == "bool" and self.end != self.start: 485 if self.end [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 516 p = std::copy(std::begin(ipaddr), std::end(ipaddr), p); in init_forwarded_for() 893 std::begin(affinity_hash), std::end(affinity_hash), hash, in get_downstream_addr() 896 if (it == std::end(affinity_hash)) { in get_downstream_addr() 968 if (it != std::end(shared_addr->affinity_hash_map)) { in get_downstream_addr_strict_affinity() 987 std::begin(affinity_hash), std::end(affinity_hash), h, in get_downstream_addr_strict_affinity() 990 if (it == std::end(affinity_hash)) { in get_downstream_addr_strict_affinity() 1344 auto end = in proxy_protocol_read() local 1345 std::find_first_of(rb_.pos(), bufend, std::begin(chrs), std::end(chrs)); in proxy_protocol_read() 1347 if (end == bufend || *end in proxy_protocol_read() [all...] |
/third_party/libabigail/src/ |
H A D | abg-leaf-reporter.cc | 88 i != sorted_diffs.end(); in report_diffs() 304 i != d.priv_->sorted_subtype_changed_parms_.end(); in report() 332 dif != d.changed_types().end(); in report() 350 dif != d.changed_decls().end (); in report() 369 i != d.priv_->deleted_types_.end(); in report() 381 i != d.priv_->deleted_decls_.end(); in report() 395 i != d.priv_->inserted_types_.end(); in report() 415 i != d.priv_->inserted_decls_.end(); in report() 517 i != d.get_priv()->deleted_member_functions_.end(); in report() 538 i != d.get_priv()->inserted_member_functions_.end(); in report() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 99 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelRecurrences() 117 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelConstants() 263 std::begin(sets_of_subscripts), std::end(sets_of_subscripts), in GetDependence() 351 for (auto it = first_coupled; it < std::end(sets_of_subscripts); ++it) { in GetDependence() 373 std::all_of(std::begin(loops), std::end(loops), in GetDependence() 1138 current_partition.begin(), current_partition.end(), in PartitionSubscripts() 1148 source_recurrences.insert(source_recurrences.end(), in PartitionSubscripts() 1150 destination_recurrences.end()); in PartitionSubscripts() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 99 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelRecurrences() 117 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelConstants() 263 std::begin(sets_of_subscripts), std::end(sets_of_subscripts), in GetDependence() 351 for (auto it = first_coupled; it < std::end(sets_of_subscripts); ++it) { in GetDependence() 373 std::all_of(std::begin(loops), std::end(loops), in GetDependence() 1138 current_partition.begin(), current_partition.end(), in PartitionSubscripts() 1148 source_recurrences.insert(source_recurrences.end(), in PartitionSubscripts() 1150 destination_recurrences.end()); in PartitionSubscripts() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree_container.h | 96 iterator end() { return tree_.end(); } in end() function in absl::container_internal::btree_container 97 const_iterator end() const { return tree_.end(); } in end() function in absl::container_internal::btree_container 98 const_iterator cend() const { return tree_.end(); } in cend() 122 return find(key) != end(); in contains() 154 // (i.e. not equal to end()). Return an iterator pointing to the node after 155 // the one that was erased (or end() if none exists). 191 return std::equal(x.begin(), x.end(), y.begin()); in operator ==() 199 return std::lexicographical_compare(x.begin(), x.end(), in operator <() [all...] |
/third_party/rust/crates/regex/src/ |
H A D | compile.rs | 232 /// expression, e, we would end up with a situation that looked like: 288 let (s, e) = (r.start() as char, r.end() as char); in c() 445 self.push_hole(InstHole::Bytes { start: b, end: b }); in c_char() 465 ranges.iter().map(|r| (r.start(), r.end())).collect(); in c_class() 494 self.byte_classes.set_range(r.start(), r.end()); in c_class_bytes() 497 end: r.end(), in c_class_bytes() 503 self.byte_classes.set_range(r.start(), r.end()); in c_class_bytes() 505 self.push_hole(InstHole::Bytes { start: r.start(), end: r.end() }), in c_class_bytes() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 97 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelRecurrences() 115 nodes.insert(nodes.end(), child_nodes.begin(), child_nodes.end()); in GetAllTopLevelConstants() 262 std::begin(sets_of_subscripts), std::end(sets_of_subscripts), in GetDependence() 350 for (auto it = first_coupled; it < std::end(sets_of_subscripts); ++it) { in GetDependence() 372 std::all_of(std::begin(loops), std::end(loops), in GetDependence() 1137 current_partition.begin(), current_partition.end(), in PartitionSubscripts() 1147 source_recurrences.insert(source_recurrences.end(), in PartitionSubscripts() 1149 destination_recurrences.end()); in PartitionSubscripts() [all...] |
/third_party/spirv-tools/test/ |
H A D | enum_set_test.cpp | 290 std::vector<TestEnum> enumerateValuesFromToWithStep(size_t start, size_t end, in enumerateValuesFromToWithStep() argument 292 assert(end > start && "end > start"); in enumerateValuesFromToWithStep() 294 for (size_t i = start; i < end; i += step) { in enumerateValuesFromToWithStep() 304 std::shuffle(shuffledValues.begin(), shuffledValues.end(), rng); in createSetUnorderedInsertion() 615 auto it = set.insert(set.end(), spv::Capability::Shader); in TEST() 678 auto end = set.end(); in TEST() local 679 ASSERT_EQ(begin, end); in TEST() 687 auto end in TEST() local 699 auto end = set.end(); TEST() local 717 auto end = set.end(); TEST() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | hs20_supplicant.c | 862 const u8 *end = pos + len; in hs20_osu_add_prov() local 885 if (end - pos < 2) { in hs20_osu_add_prov() 892 if (len2 > end - pos) { in hs20_osu_add_prov() 914 if (end - pos < 1) { in hs20_osu_add_prov() 920 if (uri_len > end - pos) { in hs20_osu_add_prov() 929 if (end - pos < 1) { in hs20_osu_add_prov() 935 if (osu_method_len > end - pos - 1) { in hs20_osu_add_prov() 949 if (end - pos < 2) { in hs20_osu_add_prov() 956 if (len2 > end - pos) { in hs20_osu_add_prov() 1007 if (end in hs20_osu_add_prov() 1062 const u8 *pos, *end; hs20_osu_icon_fetch() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | hs20_supplicant.c | 877 const u8 *end = pos + len; in hs20_osu_add_prov() local 900 if (end - pos < 2) { in hs20_osu_add_prov() 907 if (len2 > end - pos) { in hs20_osu_add_prov() 940 if (end - pos < 1) { in hs20_osu_add_prov() 946 if (uri_len > end - pos) { in hs20_osu_add_prov() 955 if (end - pos < 1) { in hs20_osu_add_prov() 961 if (osu_method_len > end - pos - 1) { in hs20_osu_add_prov() 975 if (end - pos < 2) { in hs20_osu_add_prov() 982 if (len2 > end - pos) { in hs20_osu_add_prov() 1033 if (end in hs20_osu_add_prov() 1088 const u8 *pos, *end; hs20_osu_icon_fetch() local [all...] |
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 41 \end{center} 43 \end{abstract} 83 \end{itemize} 139 \end{itemize} 194 \end{itemize} 216 \end{itemize} 228 \end{itemize} 237 \end{verbatim} 245 \end{verbatim} 277 \end{verbati [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 1798 static int sae_is_password_id_elem(const u8 *pos, const u8 *end) in sae_is_password_id_elem() argument 1800 return end - pos >= 3 && in sae_is_password_id_elem() 1803 end - pos - 2 >= pos[1] && in sae_is_password_id_elem() 1808 static int sae_is_rejected_groups_elem(const u8 *pos, const u8 *end) in sae_is_rejected_groups_elem() argument 1810 return end - pos >= 3 && in sae_is_rejected_groups_elem() 1813 end - pos - 2 >= pos[1] && in sae_is_rejected_groups_elem() 1818 static int sae_is_token_container_elem(const u8 *pos, const u8 *end) in sae_is_token_container_elem() argument 1820 return end - pos >= 3 && in sae_is_token_container_elem() 1823 end - pos - 2 >= pos[1] && in sae_is_token_container_elem() 1828 static int sae_is_akm_suite_selector_elem(const u8 *pos, const u8 *end) in sae_is_akm_suite_selector_elem() argument 1838 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len, int h2e) sae_parse_commit_token() argument 1874 sae_parse_token_container(struct sae_data *sae, const u8 *pos, const u8 *end, const u8 **token, size_t *token_len) sae_parse_token_container() argument 1889 sae_parse_commit_scalar(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_scalar() argument 1938 sae_parse_commit_element_ecc(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_element_ecc() argument 1985 sae_parse_commit_element_ffc(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_element_ffc() argument 2035 sae_parse_commit_element(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_commit_element() argument 2044 sae_parse_password_identifier(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_password_identifier() argument 2094 sae_parse_rejected_groups(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_rejected_groups() argument 2125 sae_parse_akm_suite_selector(struct sae_data *sae, const u8 **pos, const u8 *end) sae_parse_akm_suite_selector() argument 2162 const u8 *pos = data, *end = data + len; sae_parse_commit() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | movtextdec.c | 63 uint16_t end; member 293 style->end = bytestream_get_be16(&tsmb); in decode_styl() 294 if (style->end < style->start || in decode_styl() 295 (i && style->start < m->s[i - 1].end)) { in decode_styl() 299 if (style->start == style->end) { in decode_styl() 313 } else if (i && style->start == style[-1].end && in decode_styl() 316 style[-1].end = style->end; in decode_styl() 371 if (text_pos == style->end) { in text_to_ass() 481 const char *ptr = avpkt->data, *end; in mov_text_decode_frame() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vaf_spectrumsynth.c | 65 int start, end; member 284 int end = h * (s->channels - ch - 1); in read_fft_data() local 292 for (y = start, f = 0; y >= end; y--, f++) { in read_fft_data() 299 for (y = start, f = 0; y >= end; y--, f++) { in read_fft_data() 309 for (y = end, f = 0; y <= start; y++, f++) { in read_fft_data() 316 for (y = end, f = 0; y <= start; y++, f++) { in read_fft_data() 355 int start, end; in try_push_frame() local 365 end = s->end; in try_push_frame() 366 k = end; in try_push_frame() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.cpp | 58 dst.insert(dst.end(), p->dst.begin(), p->dst.end()); in init_args() 59 src.insert(src.end(), p->src.begin(), p->src.end()); in init_args() 65 for (vvec::iterator I = dst.begin(), E = dst.end(); I != E; ++I) { in init_args() 312 for (node_iterator I = begin(), E = end(); I != E; ++I) in get_slot_mask() 335 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); in update_packed_items() 346 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); in update_packed_items() 352 for (node_iterator I = begin(), E = end(); I != E; ++I) { in update_packed_items() 356 for (vvec::iterator I2 = n->src.begin(), E2 = n->src.end(); in update_packed_items() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.h | 93 virtual bool end() const = 0; // if true, get will return 0 144 for (DLList::Iterator it = (list)->iterator(); !(it).end(); (it).next()) 194 virtual void next() { if (!end()) pos = rev ? pos->prev : pos->next; } in next() 196 virtual bool end() const { return pos == term; } in end() function in nv50_ir::DLList::Iterator 198 // caution: if you're at end-2 and erase it, then do next, you're at end 393 bool end() const { return pos >= size; } 431 inline int end() const { checkTail(); return tail ? tail->end : -1; } 436 inline int extent() const { return end() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.h | 208 /// function end instruction 254 if (it == entry_point_to_execution_models_.end()) { in GetExecutionModels() 266 if (it == entry_point_to_execution_modes_.end()) { in GetExecutionModes() 297 return (function_call_targets_.find(id) != function_call_targets_.end()); in IsFunctionCallTarget() 301 return (id_to_function_.find(id) != id_to_function_.end()); in IsFunctionCallDefined() 315 /// Register a function end instruction 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 381 if (lb == dec_list.end()) { in RegisterDecorationForId() 388 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument 390 cur_decs.insert(cur_decs.end(), begi in RegisterDecorationsForId() 396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.h | 208 /// function end instruction 254 if (it == entry_point_to_execution_models_.end()) { in GetExecutionModels() 266 if (it == entry_point_to_execution_modes_.end()) { in GetExecutionModes() 297 return (function_call_targets_.find(id) != function_call_targets_.end()); in IsFunctionCallTarget() 301 return (id_to_function_.find(id) != id_to_function_.end()); in IsFunctionCallDefined() 315 /// Register a function end instruction 380 auto lb = std::find(dec_list.begin(), dec_list.end(), dec); in RegisterDecorationForId() 381 if (lb == dec_list.end()) { in RegisterDecorationForId() 388 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument 390 cur_decs.insert(cur_decs.end(), begi in RegisterDecorationsForId() 396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | font.cc | 65 return tables_.find(tag) != tables_.end(); in HasTable() 131 table_headers->end(), in SerializeHeader() 132 std::inserter(sorted_headers, sorted_headers.end())); in SerializeHeader() 135 record_end = sorted_headers.end(); in SerializeHeader() 179 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering() 184 tag_end = default_table_ordering->end(); in GenerateTableOrdering() 192 table_end = tables_in_font.end(); in GenerateTableOrdering() 249 table_builder_end = table_builders_.end(); in ReadyToBuild() 282 return (table_builders_.find(tag) != table_builders_.end()); in HasTableBuilder() 352 record_end = table_data->end(); in BuildAllTableBuilders() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 91 UnknownInsts.insert(UnknownInsts.end(), AS.UnknownInsts.begin(), AS.UnknownInsts.end()); in mergeSetIn() 161 // Add it to the end of the list... in addPointer() 219 for (iterator I = begin(), E = end(); I != E; ++I) in aliasesPointer() 256 for (iterator I = begin(), E = end(); I != E; ++I) in aliasesUnknownInst() 268 if (begin() != end()) { in getUniqueInstruction() 272 if (std::next(begin()) != end()) in getUniqueInstruction() 291 for (PointerMapType::iterator I = PointerMap.begin(), E = PointerMap.end(); in clear() 311 for (iterator I = begin(), E = end(); I != E;) { in mergeAliasSetsForPointer() 338 for (iterator I = begin(), E = end(); in findAliasSetForUnknownInst() [all...] |
/third_party/python/Lib/ |
H A D | tokenize.py | 46 class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')): 49 return ('TokenInfo(type=%s, string=%r, start=%r, end=%r, line=%r)' % 107 # Tail end of ' string. 109 # Tail end of " string. 111 # Tail end of ''' string. 113 # Tail end of """ string. 177 raise ValueError("start ({},{}) precedes previous end ({},{})" 195 tok_type, token, start, end, line = t 206 self.prev_row, self.prev_col = end 218 self.prev_row, self.prev_col = end [all...] |