Home
last modified time | relevance | path

Searched refs:end (Results 15901 - 15925 of 22937) sorted by relevance

1...<<631632633634635636637638639640>>...918

/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1037 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument
1061 if (tok_end < end) in ahd_parse_brace_option()
1101 tok_end = end; in ahd_parse_brace_option()
1126 char *end; in aic79xx_setup() local
1150 end = strchr(s, '\0'); in aic79xx_setup()
1173 s = ahd_parse_brace_option("tag_info", p + n, end, in aic79xx_setup()
1177 p + n, end, 1, ahd_linux_setup_iocell_info, in aic79xx_setup()
1181 p + n, end, 1, ahd_linux_setup_iocell_info, in aic79xx_setup()
1185 p + n, end, 1, ahd_linux_setup_iocell_info, in aic79xx_setup()
/kernel/linux/linux-6.6/drivers/block/
H A Dxen-blkfront.c195 * hang in private_data off the gendisk structure. We may end up
445 unsigned int end = minor + nr; in xlbd_reserve_minors() local
448 if (end > nr_minors) { in xlbd_reserve_minors()
451 bitmap = kcalloc(BITS_TO_LONGS(end), sizeof(*bitmap), in xlbd_reserve_minors()
457 if (end > nr_minors) { in xlbd_reserve_minors()
462 nr_minors = BITS_TO_LONGS(end) * BITS_PER_LONG; in xlbd_reserve_minors()
470 if (find_next_bit(minors, end, minor) >= end) { in xlbd_reserve_minors()
482 unsigned int end = minor + nr; in xlbd_release_minors() local
484 BUG_ON(end > nr_minor in xlbd_release_minors()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-zoned-metadata.c512 * Metadata block BIO end callback.
1845 * This rotates a zone at the end of its map list.
1867 * in LRU order. This rotates a zone at the end of the list.
2373 unsigned int end = bit + nr_bits; in dmz_set_bits() local
2376 while (bit < end) { in dmz_set_bits()
2378 ((end - bit) >= BITS_PER_LONG)) { in dmz_set_bits()
2530 int end = bit + nr_bits; in dmz_clear_bits() local
2533 while (bit < end) { in dmz_clear_bits()
2535 ((end - bit) >= BITS_PER_LONG)) { in dmz_clear_bits()
2718 int end in dmz_count_bits() local
[all...]
H A Draid5-cache.c203 * an IO range starts from a meta data block and end at the next meta data
265 sector_t end) in r5l_ring_distance()
267 if (end >= start) in r5l_ring_distance()
268 return end - start; in r5l_ring_distance()
270 return end + log->device_size - start; in r5l_ring_distance()
1313 sector_t end) in r5l_write_super_and_discard_space()
1318 r5l_write_super(log, end); in r5l_write_super_and_discard_space()
1343 if (log->last_checkpoint < end) { in r5l_write_super_and_discard_space()
1346 end - log->last_checkpoint, GFP_NOIO); in r5l_write_super_and_discard_space()
1352 blkdev_issue_discard(bdev, log->rdev->data_offset, end, in r5l_write_super_and_discard_space()
264 r5l_ring_distance(struct r5l_log *log, sector_t start, sector_t end) r5l_ring_distance() argument
1312 r5l_write_super_and_discard_space(struct r5l_log *log, sector_t end) r5l_write_super_and_discard_space() argument
[all...]
H A Ddm-cache-target.c506 static void build_key(dm_oblock_t begin, dm_oblock_t end, struct dm_cell_key_v2 *key) in build_key() argument
511 key->block_end = from_oblock(end); in build_key()
582 dm_oblock_t end = to_oblock(from_oblock(oblock) + 1ULL); in bio_detain_shared() local
587 build_key(oblock, end, &key); in bio_detain_shared()
1281 * But the cache block has since been overwritten, so it'll end in mg_update_metadata()
2643 * the end of the origin device. We don't cache these. in cache_map()
3182 * Defines a range of cblocks, begin to (end - 1) are in the range. end is
3183 * the one-past-the-end value.
3187 dm_cblock_t end; member
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c10 * - gather code that is not used by PCMCIA at the end
617 void (*end)(struct Scsi_Host *); member
655 struct scsi_cmnd *end; in append_SC() local
661 for (end = *SC; SCNEXT(end); end = SCNEXT(end)) in append_SC()
663 SCNEXT(end) = new_SC; in append_SC()
2357 * end previous state in is_complete()
2360 if(PREVSTATE!=STATE && states[PREVSTATE].end) in is_complete()
[all...]
/third_party/backends/backend/
H A Dmagicolor.c1157 *source_list_add = NULL; /* add end marker to source list */ in mc_discover_capabilities()
1305 s->buf = s->end = s->ptr = NULL; in mc_scan_finish()
1330 while ((max_length >= s->params.bytes_per_line) && (s->ptr < s->end)) { in mc_copy_image_data()
1333 bytes_available = (s->end - s->ptr); in mc_copy_image_data()
1369 while ((max_length != 0) && (s->ptr < s->end)) { in mc_copy_image_data()
1371 bytes_available = (s->end - s->ptr); in mc_copy_image_data()
1493 if (s->ptr == s->end) { in mc_read()
1527 s->end = s->buf + buf_len; in mc_read()
2063 struct timeval nowtime, endtime; /* end time for SNMP scan */ in mc_network_discovery()
2860 DBG(17, "%s: end\ in setvalue()
[all...]
/third_party/backends/frontend/
H A Dsaned.c569 char *end; in check_v4_in_range() local
577 cidr = strtol (netmask, &end, 10); in check_v4_in_range()
580 if ((cidr < 0) || (cidr > 32) || (end == netmask)) in check_v4_in_range()
636 char *end; in check_v6_in_range() local
643 cidr = strtol (netmask, &end, 10); in check_v6_in_range()
646 if ((cidr < 0) || (cidr > 128) || (end == netmask)) in check_v6_in_range()
703 char *end; in check_v4_in_range() local
708 cidr = strtol (netmask, &end, 10); in check_v4_in_range()
711 if ((cidr < 0) || (cidr > 32) || (end == netmask)) in check_v4_in_range()
1699 filedescriptor when reaching the end o in do_scan()
[all...]
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp618 // end registration
1163 // @param end(IN/OUT): the end index of matching range in currency names array.
1168 int32_t* begin, int32_t* end) { in binarySearch()
1173 int32_t last = *end; in binarySearch()
1225 R = *end; in binarySearch()
1248 *end = R - 1; in binarySearch()
1250 *end = R; in binarySearch()
1253 printf("end = %d\n", *end); in binarySearch()
1165 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const UChar key, int32_t* begin, int32_t* end) binarySearch() argument
1279 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp629 // end registration
1189 // @param end(IN/OUT): the end index of matching range in currency names array.
1194 int32_t* begin, int32_t* end) { in binarySearch()
1199 int32_t last = *end; in binarySearch()
1251 R = *end; in binarySearch()
1274 *end = R - 1; in binarySearch()
1276 *end = R; in binarySearch()
1279 printf("end = %d\n", *end); in binarySearch()
1191 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const char16_t key, int32_t* begin, int32_t* end) binarySearch() argument
1305 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const char16_t* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c72 #define end(cp) (strchr((cp), '\0')) macro
1251 "Zone continuation line end time is not after end time of previous line" in inzsub()
2012 (void) sprintf(end(result), "%d", hours); in stringoffset()
2014 (void) sprintf(end(result), ":%02d", minutes); in stringoffset()
2016 (void) sprintf(end(result), ":%02d", seconds); in stringoffset()
2028 result = end(result); in stringrule()
2077 if (stringoffset(end(result), tod) != 0) in stringrule()
2185 if (stringoffset(end(result), -zp->z_gmtoff) != 0) { in stringzone()
2191 doabbr(end(resul in stringzone()
[all...]
/third_party/python/Lib/
H A Dargparse.py407 end = start + group_action_count
408 if actions[start:end] == group._group_actions:
423 if end in inserts:
424 inserts[end] += ']'
426 inserts[end] = ']'
432 if end in inserts:
433 inserts[end] += ')'
435 inserts[end] = ')'
436 for i in range(start + 1, end):
550 # or add a newline if the description doesn't end wit
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1004 if (It != InstrChanges.end()) { in cloneAndChangeInstr()
1159 assert(OrigInstr != InstrMap.end() && "Instruction not scheduled."); in rewriteScheduledInstr()
1309 // and the end of the block. Kill from the first non-phi to FirstMI. in rewrite()
1333 for (auto MI = BB->getFirstNonPHI(); MI != BB->end(); ++MI) { in rewrite()
1417 // the earliest phis, which are at the end of the defaults chain (the in remapUse()
1454 if (I != Phis.end()) in phi()
1466 if (I != UndefPhis.end()) { in phi()
1619 for (auto I = SourceBB->getFirstNonPHI(); I != SourceBB->end();) { in moveStageBetweenBlocks()
1677 for (auto I = DestBB->getFirstNonPHI(); I != DestBB->end(); ++I) { in moveStageBetweenBlocks()
1728 // Create a block that will end u in peelPrologAndEpilogs()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp303 } // end anonymous namespace
860 assert(SeqEnd && "Call sequence start/end must be known"); in UnscheduleNodeBottomUp()
869 // Release the special call resource dependence, if this is the end in UnscheduleNodeBottomUp()
935 std::vector<SUnit *>::const_iterator I = (Sequence.end() - LookAhead); in RestoreHazardCheckerBottomUp()
937 for (auto E = Sequence.end(); I != E; ++I) { in RestoreHazardCheckerBottomUp()
1633 std::reverse(Sequence.begin(), Sequence.end()); in ListScheduleBottomUp()
1765 std::fill(RegLimit.begin(), RegLimit.end(), 0);
1766 std::fill(RegPressure.begin(), RegPressure.end(), 0);
1789 std::fill(RegPressure.begin(), RegPressure.end(), 0);
1812 if (I != std::prev(Queue.end()))
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c71 #define end(cp) (strchr((cp), '\0')) macro
1250 "Zone continuation line end time is not after end time of previous line" in inzsub()
2011 (void) sprintf(end(result), "%d", hours); in stringoffset()
2013 (void) sprintf(end(result), ":%02d", minutes); in stringoffset()
2015 (void) sprintf(end(result), ":%02d", seconds); in stringoffset()
2027 result = end(result); in stringrule()
2076 if (stringoffset(end(result), tod) != 0) in stringrule()
2184 if (stringoffset(end(result), -zp->z_gmtoff) != 0) { in stringzone()
2190 doabbr(end(resul in stringzone()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp595 // end registration
1140 // @param end(IN/OUT): the end index of matching range in currency names array.
1145 int32_t* begin, int32_t* end) { in binarySearch()
1150 int32_t last = *end; in binarySearch()
1202 R = *end; in binarySearch()
1225 *end = R - 1; in binarySearch()
1227 *end = R; in binarySearch()
1230 printf("end = %d\n", *end); in binarySearch()
1142 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const UChar key, int32_t* begin, int32_t* end) binarySearch() argument
1256 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_dis.py89 # Class disassembling info has an extra newline at end.
671 end = offset
672 while line[end] in "0123456789":
673 end += 1
674 return end-5, end
679 start, end = self.find_offset_column(lines)
688 offset = int(line[start:end])
694 start, end = self.find_offset_column(lines)
704 res.append(line[:start] + line[end
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp2026 auto it = std::find(connRecordList_.begin(), connRecordList_.end(), connRecord); in AddConnectRecordToList()
2028 if (it != connRecordList_.end()) { in AddConnectRecordToList()
2067 for (auto it = callerList_.begin(); it != callerList_.end(); it++) { in RemoveCallerRequestCode()
2098 auto record = std::find_if(callerList_.begin(), callerList_.end(), isExist); in AddCallerRecord()
2100 if (record != callerList_.end()) { in AddCallerRecord()
2156 auto record = std::find_if(callerList_.begin(), callerList_.end(), isExist); in AddSystemAbilityCallerRecord()
2157 if (record != callerList_.end()) { in AddSystemAbilityCallerRecord()
2162 TAG_LOGI(AAFwkTag::ABILITYMGR, "add system ability record end"); in AddSystemAbilityCallerRecord()
2208 std::find_if(connRecordList_.begin(), connRecordList_.end(), [](std::shared_ptr<ConnectionRecord> record) { in GetConnectingRecord()
2211 return (connect != connRecordList_.end()) in GetConnectingRecord()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp229 LOGW("render list Upgrade fail in scroll end callback"); in InitScrollable()
634 // Try to request new items at end if needed in PerformLayout()
649 // Check if reach the end of list in PerformLayout()
654 // Adjust end of list to match the end of layout in PerformLayout()
795 for (auto iter = items_.begin(); iter != items_.end();) { in SetItemsPositionForLaneList()
812 if ((++iter) == items_.end() || itemGroup) { in SetItemsPositionForLaneList()
1154 // Try to request new items at end if needed in GetCurMainPosAndMainSize()
1361 for (auto it = items_.begin(); it != items_.end();) { in LayoutOrRecycleCurrentItemsForLaneList()
1390 // reach end o in LayoutOrRecycleCurrentItemsForLaneList()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp281 if (iter != selfCureCmsHandleFuncMap.end()) { in ExecuteStateMsg()
761 if (connectFailCache.find(info.bssid) != connectFailCache.end()) { in HandleNetworkConnectFailCount()
950 if (iter != selfCureIssHandleFuncMap.end()) { in ExecuteStateMsg()
2221 for (auto iter = blackListCache.begin(); iter != blackListCache.end(); ++iter) { in AgeOutWifiCategoryBlack()
2229 for (auto iter = blackListCache.begin(); iter != blackListCache.end(); ++iter) { in AgeOutWifiCategoryBlack()
2243 for (auto iter = connectFailListCache.begin(); iter != connectFailListCache.end(); ++iter) { in AgeOutWifiConnectFailList()
2251 for (auto iter = connectFailListCache.begin(); iter != connectFailListCache.end(); ++iter) { in AgeOutWifiConnectFailList()
2293 WIFI_LOGI("IsHttpReachable network detect end"); in IsHttpReachable()
2760 if (wifi6BlackListCache.find(currConnectedBssid) == wifi6BlackListCache.end()) { in ShouldTransToWifi6SelfCure()
2801 if (iterConnectFail == connectFailListCache.end()) { in ShouldTransToWifi7SelfCure()
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfrecord.c1918 u64 end, alloc_size; in ni_fiemap() local
1956 end = vbo + len; in ni_fiemap()
1958 if (end > alloc_size) in ni_fiemap()
1959 end = alloc_size; in ni_fiemap()
1963 while (vbo < end) { in ni_fiemap()
2030 if (vbo + bytes >= end) in ni_fiemap()
2031 bytes = end - vbo; in ni_fiemap()
2041 if (vbo + dlen >= end) in ni_fiemap()
2062 if (vbo + bytes >= end) in ni_fiemap()
2182 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c832 * debug output svm range start, end, prefetch location from svms
1595 unsigned long start, end, addr; in svm_range_validate_and_map() local
1672 end = (prange->last + 1) << PAGE_SHIFT; in svm_range_validate_and_map()
1673 for (addr = start; !r && addr < end; ) { in svm_range_validate_and_map()
1685 next = min(vma->vm_end, end); in svm_range_validate_and_map()
1724 if (!r && next == end) in svm_range_validate_and_map()
2155 /* add a final range at the end if needed */ in svm_range_add()
2514 last = min(last, range->end - 1) >> PAGE_SHIFT; in svm_range_cpu_invalidate_pagetables()
2517 (range->end - 1) >> PAGE_SHIFT, in svm_range_cpu_invalidate_pagetables()
2682 /* Last range must end befor in svm_range_get_range_boundaries()
3272 unsigned long end; svm_range_is_valid() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddemux.c426 int end; in probe_codec() local
451 end = si->raw_packet_buffer_size >= s->probesize in probe_codec()
454 if (end || av_log2(pd->buf_size) != av_log2(pd->buf_size - pkt->size)) { in probe_codec()
457 || end) { in probe_codec()
1228 /* end of the stream => close and free the parser */ in parse_packet()
1499 // 3. the packets for this stream at the end of the files had valid dts. in av_read_frame()
1771 /* estimate the end time (duration) */ in estimate_timings_from_pts()
1853 av_log(ic, AV_LOG_WARNING, "stream %d : no PTS found at end of file, duration not set\n", i); in estimate_timings_from_pts()
2132 if (timetable[i]->end == AV_NOPTS_VALUE) { in compute_chapters_end()
2134 int64_t end in compute_chapters_end() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c964 * the current block when it ends near the end of the last skipped block.
1001 * Sometimes the end of record is free space. in firstrecord()
1002 * This apparently means reaching the end of in firstrecord()
1008 printf("* Reaching free space at end of block %d\n", in firstrecord()
1072 /* Accept reaching the end with no record beginning */ in firstrecord()
1271 if (key) { /* Apparently, may have to stop before reaching the end */ in refresh_attributes()
1835 /* Apparently, may have to stop before reaching the end */ in fixup()
1869 unsigned int end; in detaillogr() local
1949 * 4) extra : unknown data (end of undo to data_length) in detaillogr()
1951 end in detaillogr()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp283 ASSERT(d < dest->end()); in fastClear()
291 ASSERT(d < dest->end()); in fastClear()
299 ASSERT(d < dest->end()); in fastClear()
1959 ASSERT(data.source < src->end()); in blit()
1960 ASSERT(data.dest < dst->end()); in blit()
2204 ASSERT(source0 < src->end()); in fastResolve()
2205 ASSERT(source3 < src->end()); in fastResolve()
2206 ASSERT(dest < dst->end()); in fastResolve()
2420 ASSERT((src < image->end()) && ((src + (w * srcDelta)) < image->end())); in copyCubeEdge()
[all...]

Completed in 90 milliseconds

1...<<631632633634635636637638639640>>...918