/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 37 static int CodepointDistance(const char* start, const char* end) { in CodepointDistance() argument 40 for (const char* p = start; p < end; ++p) { in CodepointDistance() 75 char* const end = start + len; in ConvertToInterchangeValid() local 76 while (start < end) { in ConvertToInterchangeValid() 77 int good = UniLib::SpanInterchangeValid(start, static_cast<int>(end - start)); in ConvertToInterchangeValid() 84 if (start == end) { in ConvertToInterchangeValid() 91 if (isvalidcharntorune(start, static_cast<int>(end - start), &rune, &n)) { in ConvertToInterchangeValid() 341 if (found == StringPiece::npos) return end(); in UnsafeFind() 349 // return find(replacement_char) != end(); in HasReplacementChar() 434 UnicodeText::const_iterator UnicodeText::end() cons function in i18n::phonenumbers::UnicodeText 505 const char* end = start + len; MakeIterator() local [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | cpu.cc | 244 // Get the size of the cpuinfo file by reading it until the end. This is 311 // Find the end of the line. 341 // Find end of current list item. 589 char* end; in CPU() local 590 implementer_ = strtol(implementer, &end, 0); in CPU() 591 if (end == implementer) { in CPU() 599 char* end; in CPU() local 600 variant_ = strtol(variant, &end, 0); in CPU() 601 if (end == variant) { in CPU() 610 char* end; in CPU() local 626 char* end; CPU() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | remembered-set.h | 56 Address end, SlotSet::EmptyBucketMode mode) { in RemoveRange() 59 uintptr_t end_offset = end - chunk->address(); in RemoveRange() 68 Address start, Address end) { in CheckNoneInRange() 71 // Both 'end' and 'end_bucket' are exclusive limits, so do some index in CheckNoneInRange() 72 // juggling to make sure we get the right bucket even if the end address in CheckNoneInRange() 75 SlotSet::BucketForSlot(end - chunk->address() - kTaggedSize) + 1; in CheckNoneInRange() 78 [start, end](MaybeObjectSlot slot) { in CheckNoneInRange() 79 CHECK(!base::IsInRange(slot.address(), start, end + 1)); in CheckNoneInRange() 114 static void CheckNoneInRange(MemoryChunk* chunk, Address start, Address end) { in CheckNoneInRange() argument 116 RememberedSetOperations::CheckNoneInRange(slot_set, chunk, start, end); in CheckNoneInRange() 55 RemoveRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, Address end, SlotSet::EmptyBucketMode mode) RemoveRange() argument 67 CheckNoneInRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, Address end) CheckNoneInRange() argument 130 RemoveRange(MemoryChunk* chunk, Address start, Address end, SlotSet::EmptyBucketMode mode) RemoveRange() argument 236 RemoveRangeTyped(MemoryChunk* page, Address start, Address end) RemoveRangeTyped() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_graph.cpp | 40 for (IteratorRef it = safeIteratorDFS(); !it->end(); it->next()) in ~Graph() 132 for (; !ei.end(); ei.next()) in detach() 135 if (ei.end()) { in detach() 186 for (EdgeIterator ei = pos->outgoing(); !ei.end(); ei.next()) { in reachableBy() 225 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in search() 233 virtual bool end() const { return pos >= count; } in end() function in nv50_ir::DFSIterator 265 for (IteratorRef it = graph->iteratorDFS(); !it->end(); it->next()) in CFGIterator() 279 virtual bool end() const { return pos >= count; } in end() function in nv50_ir::CFGIterator 300 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in search() 352 for (IteratorRef it = iteratorDFS(true); !it->end(); i in classifyEdges() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_flow.c | 82 * skip to the end of the block if the condition is false. 95 * Insert code to test a condition and branch to the end of the current 123 * Check if the mask predicate is zero. If so, jump to the end of the block. 150 /* if cond, goto end of block */ in lp_build_mask_check() 253 LLVMValueRef end, in lp_build_loop_end_cond() 263 step = LLVMConstInt(LLVMTypeOf(end), 1, 0); in lp_build_loop_end_cond() 269 cond = LLVMBuildICmp(builder, llvm_cond, next, end, ""); in lp_build_loop_end_cond() 282 LLVMValueRef end) in lp_build_loop_force_set_counter() 285 LLVMBuildStore(builder, end, state->counter_var); in lp_build_loop_force_set_counter() 297 LLVMValueRef end, in lp_build_loop_end() 252 lp_build_loop_end_cond(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step, LLVMIntPredicate llvm_cond) lp_build_loop_end_cond() argument 281 lp_build_loop_force_set_counter(struct lp_build_loop_state *state, LLVMValueRef end) lp_build_loop_force_set_counter() argument 296 lp_build_loop_end(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step) lp_build_loop_end() argument 315 lp_build_for_loop_begin(struct lp_build_for_loop_state *state, struct gallivm_state *gallivm, LLVMValueRef start, LLVMIntPredicate cmp_op, LLVMValueRef end, LLVMValueRef step) lp_build_for_loop_begin() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderIsolines.cpp | 128 DE_ASSERT(m_test_results.find(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL) != m_test_results.end()); in checkIrrelevantTessellationLevelsHaveNoEffect() 137 _test_results_iterator test_result_iterator_end = m_test_results[TESSELLATION_SHADER_VERTEX_SPACING_EQUAL].end(); in checkIrrelevantTessellationLevelsHaveNoEffect() 270 found_line_segments_iterator != found_line_segments.end(); found_line_segments_iterator++) in checkSecondOuterTessellationLevelEffect() 368 DE_ASSERT(m_tests.find(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL) != m_tests.end()); in checkVertexSpacingDoesNotAffectAmountOfGeneratedIsolines() 372 _test_results_iterator test_result_iterator_end = m_test_results[TESSELLATION_SHADER_VERTEX_SPACING_EQUAL].end(); in checkVertexSpacingDoesNotAffectAmountOfGeneratedIsolines() 421 for (std::vector<float>::iterator found_ys_iterator = found_ys.begin(); found_ys_iterator != found_ys.end(); in countIsolines() 500 DE_ASSERT(m_tests.find(vertex_spacing_mode) != m_tests.end()); in findTestResult() 507 test_results_iterator != test_results.end(); test_results_iterator++) in findTestResult() 677 for (_tests_per_vertex_spacing_map_iterator vs_key_iterator = m_tests.begin(); vs_key_iterator != m_tests.end(); in iterate() 681 test_iterator != vs_key_iterator->second.end(); test_iterato in iterate() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.h | 64 inline iterator end() { return nested_loops_.end(); } in end() function in spvtools::opt::Loop 66 inline const_iterator end() const { return cend(); } in end() function in spvtools::opt::Loop 68 inline const_iterator cend() const { return nested_loops_.end(); } in cend() 106 // Returns the basic block which marks the end of the loop. 270 std::find(nested_loops_.begin(), nested_loops_.end(), loop)); in RemoveChildLoop() 330 // the end of the list if it exist. 365 // The block which marks the end of the loop. 474 inline iterator end() { return iterator::end( in begin() function in spvtools::opt::LoopDescriptor 476 inline const_iterator end() const { return cend(); } end() function in spvtools::opt::LoopDescriptor [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.h | 64 inline iterator end() { return nested_loops_.end(); } in end() function in spvtools::opt::Loop 66 inline const_iterator end() const { return cend(); } in end() function in spvtools::opt::Loop 68 inline const_iterator cend() const { return nested_loops_.end(); } in cend() 106 // Returns the basic block which marks the end of the loop. 270 std::find(nested_loops_.begin(), nested_loops_.end(), loop)); in RemoveChildLoop() 330 // the end of the list if it exist. 365 // The block which marks the end of the loop. 474 inline iterator end() { return iterator::end( in begin() function in spvtools::opt::LoopDescriptor 476 inline const_iterator end() const { return cend(); } end() function in spvtools::opt::LoopDescriptor [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 132 if (MI != MBB.end()) { in storeRegToStackSlot() 165 if (MI != MBB.end()) { in loadRegFromStackSlot() 270 MachineBasicBlock::iterator I = MBB.end(); in analyzeBranch() 271 MachineBasicBlock::iterator UnCondBrIter = MBB.end(); in analyzeBranch() 302 while (std::next(I) != MBB.end()) { in analyzeBranch() 313 I = MBB.end(); in analyzeBranch() 314 UnCondBrIter = MBB.end(); in analyzeBranch() 332 if (AllowModify && UnCondBrIter != MBB.end() && in analyzeBranch() 364 UnCondBrIter = MBB.end(); in analyzeBranch() 365 I = MBB.end(); in analyzeBranch() [all...] |
/third_party/rust/crates/regex/regex-capi/ctest/ |
H A D | test.c | 36 size_t end = 0; in test_shortest_match() local 38 strlen(haystack), 0, &end); in test_shortest_match() 48 if (end != expect_end) { in test_shortest_match() 51 "[test_shortest_match] expected match end location %zu " in test_shortest_match() 52 "but got %zu\n", expect_end, end); in test_shortest_match() 76 if (match.start != expect_start || match.end != expect_end) { in test_find() 81 expect_start, expect_end, match.start, match.end); in test_find() 134 if (match.start != expect_start || match.end != expect_end) { in test_captures() 140 expect_start, expect_end, match.start, match.end); in test_captures() 171 if (match.start != expect_start || match.end ! in test_iter() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.h | 64 inline iterator end() { return nested_loops_.end(); } in end() function in spvtools::opt::Loop 66 inline const_iterator end() const { return cend(); } in end() function in spvtools::opt::Loop 68 inline const_iterator cend() const { return nested_loops_.end(); } in cend() 106 // Returns the basic block which marks the end of the loop. 270 std::find(nested_loops_.begin(), nested_loops_.end(), loop)); in RemoveChildLoop() 330 // the end of the list if it exist. 365 // The block which marks the end of the loop. 475 inline iterator end() { return iterator::end( in begin() function in spvtools::opt::LoopDescriptor 477 inline const_iterator end() const { return cend(); } end() function in spvtools::opt::LoopDescriptor [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_ikev2.c | 246 u8 flags, const u8 *pos, const u8 **end, in eap_ikev2_process_icv() 252 reqData, pos, *end); in eap_ikev2_process_icv() 256 *end -= icv_len; in eap_ikev2_process_icv() 333 const u8 *start, *pos, *end; in eap_ikev2_process() local 348 end = start + len; in eap_ikev2_process() 355 if (eap_ikev2_process_icv(data, reqData, flags, pos, &end, in eap_ikev2_process() 363 if (end - pos < 4) { in eap_ikev2_process() 371 if (message_length < (u32) (end - pos)) { in eap_ikev2_process() 374 message_length, (long) (end - pos)); in eap_ikev2_process() 395 if (data->in_buf && eap_ikev2_process_cont(data, pos, end in eap_ikev2_process() 244 eap_ikev2_process_icv(struct eap_ikev2_data *data, const struct wpabuf *reqData, u8 flags, const u8 *pos, const u8 **end, int frag_ack) eap_ikev2_process_icv() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_ikev2.c | 258 u8 flags, const u8 *pos, const u8 **end, in eap_ikev2_process_icv() 264 respData, pos, *end); in eap_ikev2_process_icv() 268 *end -= icv_len; in eap_ikev2_process_icv() 354 const u8 *start, *pos, *end; in eap_ikev2_process() local 366 end = start + len; in eap_ikev2_process() 374 if (eap_ikev2_process_icv(data, respData, flags, pos, &end, in eap_ikev2_process() 382 if (end - pos < 4) { in eap_ikev2_process() 390 if (message_length < (u32) (end - pos)) { in eap_ikev2_process() 393 message_length, (long) (end - pos)); in eap_ikev2_process() 413 if (data->in_buf && eap_ikev2_process_cont(data, pos, end in eap_ikev2_process() 256 eap_ikev2_process_icv(struct eap_ikev2_data *data, const struct wpabuf *respData, u8 flags, const u8 *pos, const u8 **end, int frag_ack) eap_ikev2_process_icv() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | xml-utils.c | 18 char *end; in get_node_uri_iter() local 22 end = strchr(uri, '/'); in get_node_uri_iter() 23 if (end) in get_node_uri_iter() 24 *end++ = '\0'; in get_node_uri_iter() 37 if (end) { in get_node_uri_iter() 39 end); in get_node_uri_iter() 66 char *end; in get_node_iter() local 70 end = os_strchr(path, '/'); in get_node_iter() 71 if (end) in get_node_iter() 72 *end in get_node_iter() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_ikev2.c | 246 u8 flags, const u8 *pos, const u8 **end, in eap_ikev2_process_icv() 252 reqData, pos, *end); in eap_ikev2_process_icv() 256 *end -= icv_len; in eap_ikev2_process_icv() 333 const u8 *start, *pos, *end; in eap_ikev2_process() local 348 end = start + len; in eap_ikev2_process() 355 if (eap_ikev2_process_icv(data, reqData, flags, pos, &end, in eap_ikev2_process() 363 if (end - pos < 4) { in eap_ikev2_process() 371 if (message_length < (u32) (end - pos)) { in eap_ikev2_process() 374 message_length, (long) (end - pos)); in eap_ikev2_process() 395 if (data->in_buf && eap_ikev2_process_cont(data, pos, end in eap_ikev2_process() 244 eap_ikev2_process_icv(struct eap_ikev2_data *data, const struct wpabuf *reqData, u8 flags, const u8 *pos, const u8 **end, int frag_ack) eap_ikev2_process_icv() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_ikev2.c | 258 u8 flags, const u8 *pos, const u8 **end, in eap_ikev2_process_icv() 264 respData, pos, *end); in eap_ikev2_process_icv() 268 *end -= icv_len; in eap_ikev2_process_icv() 354 const u8 *start, *pos, *end; in eap_ikev2_process() local 366 end = start + len; in eap_ikev2_process() 374 if (eap_ikev2_process_icv(data, respData, flags, pos, &end, in eap_ikev2_process() 382 if (end - pos < 4) { in eap_ikev2_process() 390 if (message_length < (u32) (end - pos)) { in eap_ikev2_process() 393 message_length, (long) (end - pos)); in eap_ikev2_process() 413 if (data->in_buf && eap_ikev2_process_cont(data, pos, end in eap_ikev2_process() 256 eap_ikev2_process_icv(struct eap_ikev2_data *data, const struct wpabuf *respData, u8 flags, const u8 *pos, const u8 **end, int frag_ack) eap_ikev2_process_icv() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | xml-utils.c | 18 char *end; in get_node_uri_iter() local 22 end = strchr(uri, '/'); in get_node_uri_iter() 23 if (end) in get_node_uri_iter() 24 *end++ = '\0'; in get_node_uri_iter() 37 if (end) { in get_node_uri_iter() 39 end); in get_node_uri_iter() 66 char *end; in get_node_iter() local 70 end = os_strchr(path, '/'); in get_node_iter() 71 if (end) in get_node_iter() 72 *end in get_node_iter() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_action.c | 224 u8 end; member 231 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L2_1, .start = 16, .end = 47, 234 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L2_1, .start = 0, .end = 15, 237 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L2_2, .start = 32, .end = 47, 240 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L2_0, .start = 16, .end = 47, 243 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L2_0, .start = 0, .end = 15, 246 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L3_1, .start = 0, .end = 5, 249 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L4_0, .start = 48, .end = 56, 253 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L4_0, .start = 0, .end = 15, 257 .hw_field = MLX5DR_ACTION_MDFY_HW_FLD_L4_0, .start = 16, .end [all...] |
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | bmap.c | 296 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end) in gfs2_metapath_ra() argument 300 for (t = start; t < end; t++) { in gfs2_metapath_ra() 420 * @eob: Set to 1 if we hit "end of block" 427 const __be64 *end = (__be64 *)(bh->b_data + bh->b_size); in gfs2_extent_length() local 434 if (ptr >= end) in gfs2_extent_length() 438 if (ptr >= end) in gfs2_extent_length() 464 * past the end of metadata, and a negative error code otherwise. 552 const __be64 *start, *ptr, *end; in gfs2_hole_walker() local 557 end = start + ptrs; in gfs2_hole_walker() 559 for (ptr = start; ptr < end; pt in gfs2_hole_walker() 798 const __be64 *first, *ptr, *end; gfs2_alloc_size() local 1495 sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, struct buffer_head *bh, __be64 *start, __be64 *end, bool meta, u32 *btotal) sweep_bh_for_rgrps() argument 1669 __be64 *first, *ptr, *end; find_nonnull_ptr() local 1700 metapointer_range(struct metapath *mp, int height, __u16 *start_list, unsigned int start_aligned, __u16 *end_list, unsigned int end_aligned, __be64 **start, __be64 **end) metapointer_range() argument 1725 __u16 end; walk_done() local 1770 __be64 *start, *end; punch_hole() local 2297 ktime_t start, end; gfs2_map_journal_extents() local 2448 loff_t start, end; __gfs2_punch_hole() local [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | task_mmu.c | 254 unsigned long start, unsigned long end, in show_vma_header_prefix() 260 seq_put_hex_ll(m, "-", end, 8); in show_vma_header_prefix() 282 unsigned long start, end; in show_map_vma() local 294 end = vma->vm_end; in show_map_vma() 295 CALL_HCK_LITE_HOOK(hideaddr_header_prefix_lhck, &start, &end, &flags, m, vma); in show_map_vma() 296 show_vma_header_prefix(m, start, end, flags, pgoff, dev, ino); in show_map_vma() 510 static int smaps_pte_hole(unsigned long addr, unsigned long end, in smaps_pte_hole() argument 518 linear_page_index(vma, end)); in smaps_pte_hole() 623 static int smaps_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, in smaps_pte_range() argument 642 for (; addr != end; pt in smaps_pte_range() 253 show_vma_header_prefix(struct seq_file *m, unsigned long start, unsigned long end, vm_flags_t flags, unsigned long long pgoff, dev_t dev, unsigned long ino) show_vma_header_prefix() argument 734 smaps_hugetlb_range(pte_t *pte, unsigned long hmask, unsigned long addr, unsigned long end, struct mm_walk *walk) smaps_hugetlb_range() argument 1171 clear_refs_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, struct mm_walk *walk) clear_refs_pte_range() argument 1231 clear_refs_test_walk(unsigned long start, unsigned long end, struct mm_walk *walk) clear_refs_test_walk() argument 1379 pagemap_pte_hole(unsigned long start, unsigned long end, __always_unused int depth, struct mm_walk *walk) pagemap_pte_hole() argument 1473 pagemap_pmd_range(pmd_t *pmdp, unsigned long addr, unsigned long end, struct mm_walk *walk) pagemap_pmd_range() argument 1578 pagemap_hugetlb_range(pte_t *ptep, unsigned long hmask, unsigned long addr, unsigned long end, struct mm_walk *walk) pagemap_hugetlb_range() argument 1703 unsigned long end; pagemap_read() local 1723 unsigned long end; pagemap_read() local 1880 gather_pte_stats(pmd_t *pmd, unsigned long addr, unsigned long end, struct mm_walk *walk) gather_pte_stats() argument 1920 gather_hugetlb_stats(pte_t *pte, unsigned long hmask, unsigned long addr, unsigned long end, struct mm_walk *walk) gather_hugetlb_stats() argument 1938 gather_hugetlb_stats(pte_t *pte, unsigned long hmask, unsigned long addr, unsigned long end, struct mm_walk *walk) gather_hugetlb_stats() argument [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | bmap.c | 296 static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end) in gfs2_metapath_ra() argument 300 for (t = start; t < end; t++) { in gfs2_metapath_ra() 419 * @eob: Set to 1 if we hit "end of block" 426 const __be64 *end = (__be64 *)(bh->b_data + bh->b_size); in gfs2_extent_length() local 433 if (ptr >= end) in gfs2_extent_length() 437 if (ptr >= end) in gfs2_extent_length() 463 * past the end of metadata, and a negative error code otherwise. 551 const __be64 *start, *ptr, *end; in gfs2_hole_walker() local 556 end = start + ptrs; in gfs2_hole_walker() 558 for (ptr = start; ptr < end; pt in gfs2_hole_walker() 796 const __be64 *first, *ptr, *end; gfs2_alloc_size() local 1450 sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, struct buffer_head *bh, __be64 *start, __be64 *end, bool meta, u32 *btotal) sweep_bh_for_rgrps() argument 1626 __be64 *first, *ptr, *end; find_nonnull_ptr() local 1657 metapointer_range(struct metapath *mp, int height, __u16 *start_list, unsigned int start_aligned, __u16 *end_list, unsigned int end_aligned, __be64 **start, __be64 **end) metapointer_range() argument 1682 __u16 end; walk_done() local 1727 __be64 *start, *end; punch_hole() local 2246 ktime_t start, end; gfs2_map_journal_extents() local 2397 loff_t start, end; __gfs2_punch_hole() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 139 } // end anonymous namespace 273 make_range(std::next(SearchOrder.begin(), 1), SearchOrder.end())) { in operator <<() 372 assert(I != ResolvedSymbols.end() && in notifySymbolMetRequiredState() 408 assert(QRI != QueryRegistrations.end() && in removeQueryDependence() 447 assert(I != SymbolFlags.end() && in notifyResolved() 526 assert(I != SymbolFlags.end() && in delegate() 607 assert(I != Aliases.end() && "Symbol not found in aliases map?"); in materialize() 807 auto I = std::find_if(DefGenerators.begin(), DefGenerators.end(), in removeGenerator() 811 assert(I != DefGenerators.end() && "Generator not found"); in removeGenerator() 823 for (auto SFItr = SymbolFlags.begin(), SFEnd = SymbolFlags.end(); in defineMaterializing() [all...] |
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | patch.h | 22 extern void ia64_patch_mckinley_e9 (unsigned long start, unsigned long end); 23 extern void ia64_patch_vtop (unsigned long start, unsigned long end); 25 extern void ia64_patch_rse (unsigned long start, unsigned long end);
|
/kernel/linux/linux-5.10/arch/mips/cobalt/ |
H A D | time.c | 17 u32 start, end; in plat_time_init() local 37 end = read_c0_count(); in plat_time_init() 39 mips_hpt_frequency = (end - start) * 10; in plat_time_init()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | stdlib.c | 13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() argument 38 if (end) in strtoull() 39 *end = (char *)ptr; in strtoull()
|