/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_plat_data.c | 69 r[0].start = p->addr; in ipmi_platform_add() 70 r[0].end = r[0].start + p->regsize - 1; in ipmi_platform_add() 75 r[1].start = r[0].start + p->regspacing; in ipmi_platform_add() 76 r[1].end = r[1].start + p->regsize - 1; in ipmi_platform_add() 83 r[2].start = r[1].start + p->regspacing; in ipmi_platform_add() 84 r[2].end = r[2].start + p->regsize - 1; in ipmi_platform_add() 91 r[num_r].start = p->irq; in ipmi_platform_add()
|
/kernel/linux/linux-5.10/arch/arm/mach-dove/ |
H A D | mpp.c | 20 int start; member 27 .start = 24, 31 .start = 40, 35 .start = 46, 39 .start = 58, 43 .start = 62, 50 static void __init dove_mpp_gpio_mode(int start, int end, int gpio_mode) in dove_mpp_gpio_mode() argument 54 for (i = start; i <= end; i++) in dove_mpp_gpio_mode() 140 dove_mpp_gpio_mode(dove_mpp_grp[num].start, in dove_mpp_conf_grp()
|
/kernel/linux/linux-5.10/arch/sh/drivers/superhyway/ |
H A D | ops-sh4-202.c | 27 .start = PHYS_EMI_CBLOCK, 32 .start = PHYS_EMI_DBLOCK, 46 .start = PHYS_FEMI_CBLOCK, 51 .start = PHYS_FEMI_DBLOCK, 65 .start = P4SEGADDR(0x1e7ffff8), 70 .start = PHYS_EPBR_BLOCK, 83 .start = PHYS_DMAC_BLOCK, 96 .start = P4SEGADDR(0x1ffffff8), 101 .start = PHYS_PBR_BLOCK,
|
/kernel/linux/build/test/moduletest/runtest/bin/ |
H A D | enhancedswap_t_init.sh | 67 aa start -b com.ohos.settings -a com.ohos.settings.MainAbility 68 aa start -b ohos.samples.airquality -a ohos.samples.airquality.default 69 aa start -b ohos.samples.ecg -a ohos.samples.ecg.MainAbility 70 aa start -b ohos.samples.flashlight -a ohos.samples.flashlight.default 71 aa start -b ohos.samples.clock -a ohos.samples.clock.default 72 aa start -b com.ohos.camera -a com.ohos.camera.MainAbility 73 aa start -b com.ohos.permissionmanager -a com.ohos.permissionmanager.MainAbility 74 aa start -b ohos.sample.shopping -a com.example.entry.MainAbility 75 aa start -b ohos.samples.distributedcalc -a ohos.samples.distributedcalc.MainAbility
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | raw_skew.c | 60 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() argument 64 start_ns = ts_to_nsec(start); in diff_timespec() 71 struct timespec start, mid, end; in get_monotonic_and_raw() local 78 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 82 newdiff = diff_timespec(start, end); in get_monotonic_and_raw() 86 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2; in get_monotonic_and_raw() 94 struct timespec mon, raw, start, end; in main() local 108 start = mon; in main() 124 interval = diff_timespec(start, end); in main()
|
H A D | posix_timers.c | 62 static int check_diff(struct timeval start, struct timeval end) in check_diff() argument 66 diff = end.tv_usec - start.tv_usec; in check_diff() 67 diff += (end.tv_sec - start.tv_sec) * USECS_PER_SEC; in check_diff() 80 struct timeval start, end; in check_itimer() local 105 err = gettimeofday(&start, NULL); in check_itimer() 130 if (!check_diff(start, end)) in check_itimer() 142 struct timeval start, end; in check_timer_create() local 163 err = gettimeofday(&start, NULL); in check_timer_create() 183 if (!check_diff(start, end)) in check_timer_create()
|
/kernel/linux/linux-6.6/arch/arm/mach-dove/ |
H A D | mpp.c | 17 int start; member 24 .start = 24, 28 .start = 40, 32 .start = 46, 36 .start = 58, 40 .start = 62, 47 static void __init dove_mpp_gpio_mode(int start, int end, int gpio_mode) in dove_mpp_gpio_mode() argument 51 for (i = start; i <= end; i++) in dove_mpp_gpio_mode() 137 dove_mpp_gpio_mode(dove_mpp_grp[num].start, in dove_mpp_conf_grp()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | cacheflush.c | 31 * @start: the start address 34 static void invalidate_icache_range(unsigned long start, unsigned long stop) in invalidate_icache_range() argument 38 char *addr = (char *)(start & ~(bytes - 1)); in invalidate_icache_range() 55 * @start: the start address 58 void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() argument 63 clean_dcache_range(start, stop); in flush_icache_range() 71 iccci((void *)start); in flush_icache_range() 75 invalidate_icache_range(start, sto in flush_icache_range() 164 void *start = kmap_local_folio(folio, i * PAGE_SIZE); flush_dcache_icache_folio() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | trace_helpers.c | 53 int start = 0, end = sym_cnt; in ksym_search() local 60 while (start < end) { in ksym_search() 61 size_t mid = start + (end - start) / 2; in ksym_search() 67 start = mid + 1; in ksym_search() 72 if (start >= 1 && syms[start - 1].addr < key && in ksym_search() 73 key < syms[start].addr) in ksym_search() 75 return &syms[start - 1]; in ksym_search()
|
/kernel/linux/linux-6.6/arch/sh/drivers/superhyway/ |
H A D | ops-sh4-202.c | 27 .start = PHYS_EMI_CBLOCK, 32 .start = PHYS_EMI_DBLOCK, 46 .start = PHYS_FEMI_CBLOCK, 51 .start = PHYS_FEMI_DBLOCK, 65 .start = P4SEGADDR(0x1e7ffff8), 70 .start = PHYS_EPBR_BLOCK, 83 .start = PHYS_DMAC_BLOCK, 96 .start = P4SEGADDR(0x1ffffff8), 101 .start = PHYS_PBR_BLOCK,
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_plat_data.c | 69 r[0].start = p->addr; in ipmi_platform_add() 70 r[0].end = r[0].start + p->regsize - 1; in ipmi_platform_add() 75 r[1].start = r[0].start + p->regspacing; in ipmi_platform_add() 76 r[1].end = r[1].start + p->regsize - 1; in ipmi_platform_add() 83 r[2].start = r[1].start + p->regspacing; in ipmi_platform_add() 84 r[2].end = r[2].start + p->regsize - 1; in ipmi_platform_add() 91 r[num_r].start = p->irq; in ipmi_platform_add()
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | delay.c | 37 static void (*delay_halt_fn)(u64 start, u64 cycles) __ro_after_init; 105 static void delay_halt_tpause(u64 start, u64 cycles) in delay_halt_tpause() argument 107 u64 until = start + cycles; in delay_halt_tpause() 151 u64 start, end, cycles = __cycles; in delay_halt() local 160 start = rdtsc_ordered(); in delay_halt() 163 delay_halt_fn(start, cycles); in delay_halt() 166 if (cycles <= end - start) in delay_halt() 169 cycles -= end - start; in delay_halt() 170 start = end; in delay_halt()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | raw_skew.c | 60 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() argument 64 start_ns = ts_to_nsec(start); in diff_timespec() 71 struct timespec start, mid, end; in get_monotonic_and_raw() local 78 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 82 newdiff = diff_timespec(start, end); in get_monotonic_and_raw() 86 tmp = (ts_to_nsec(start) + ts_to_nsec(end))/2; in get_monotonic_and_raw() 94 struct timespec mon, raw, start, end; in main() local 108 start = mon; in main() 124 interval = diff_timespec(start, end); in main()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | SimpleDateRule.java | 66 * that is on or after the given start date. 68 * @param start Only occurrances on or after this date are returned. 71 * does not occur on or after the start date. 77 public Date firstAfter(Date start) in firstAfter() argument 79 return doFirstBetween(start, null); in firstAfter() 84 * that is on or after the given start date and before the given 87 * @param start Only occurrances on or after this date are returned. 91 * does not occur between the start and end dates. 97 public Date firstBetween(Date start, Date end) in firstBetween() argument 100 return doFirstBetween(start, en in firstBetween() 139 isBetween(Date start, Date end) isBetween() argument 144 doFirstBetween(Date start, Date end) doFirstBetween() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | patternprops.cpp | 177 PatternProps::skipWhiteSpace(const UnicodeString& s, int32_t start) { in skipWhiteSpace() argument 178 int32_t i = start; in skipWhiteSpace() 191 int32_t start=0; in trimWhiteSpace() local 193 while(start<limit && isWhiteSpace(s[start])) { in trimWhiteSpace() 194 ++start; in trimWhiteSpace() 196 if(start<limit) { in trimWhiteSpace() 197 // There is non-white space at start; we will not move limit below that, in trimWhiteSpace() 198 // so we need not test start<limit in the loop. in trimWhiteSpace() 203 length=limit-start; in trimWhiteSpace() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | SimpleDateRule.java | 68 * that is on or after the given start date. 70 * @param start Only occurrances on or after this date are returned. 73 * does not occur on or after the start date. 78 public Date firstAfter(Date start) in firstAfter() argument 80 return doFirstBetween(start, null); in firstAfter() 85 * that is on or after the given start date and before the given 88 * @param start Only occurrances on or after this date are returned. 92 * does not occur between the start and end dates. 97 public Date firstBetween(Date start, Date end) in firstBetween() argument 100 return doFirstBetween(start, en in firstBetween() 137 isBetween(Date start, Date end) isBetween() argument 142 doFirstBetween(Date start, Date end) doFirstBetween() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_conditionaljumptracker.cpp | 45 start(s) in StackFrame() 51 r600_bytecode_cf *start; member 95 void ConditionalJumpTracker::push(r600_bytecode_cf *start, JumpType type) in push() argument 100 f.reset(new IfFrame(start)); in push() 103 f.reset(new LoopFrame(start)); in push() 161 start->cf_addr = source->id; in fixup_mid() 168 auto src = mid.empty() ? start : mid[0]; in fixup_pop() 185 final->cf_addr = start->id + 2; in fixup_pop() 188 start->cf_addr = final->id + 2; in fixup_pop()
|
/third_party/node/test/fixtures/wpt/streams/writable-streams/ |
H A D | start.any.js | 11 start() { 27 assert_array_equals(ws.events, [], 'write should not be called until start promise resolves'); 32 'write should not be called until start promise resolves')); 33 }, 'underlying sink\'s write should not be called until start finishes'); 38 start() { 52 assert_array_equals(ws.events, [], 'close should not be called until start promise resolves'); 56 }, 'underlying sink\'s close should not be called until start finishes'); 67 start() { 80 }, 'underlying sink\'s write or close should not be called if start throws'); 84 start() { [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | patternprops.cpp | 177 PatternProps::skipWhiteSpace(const UnicodeString& s, int32_t start) { in skipWhiteSpace() argument 178 int32_t i = start; in skipWhiteSpace() 191 int32_t start=0; in trimWhiteSpace() local 193 while(start<limit && isWhiteSpace(s[start])) { in trimWhiteSpace() 194 ++start; in trimWhiteSpace() 196 if(start<limit) { in trimWhiteSpace() 197 // There is non-white space at start; we will not move limit below that, in trimWhiteSpace() 198 // so we need not test start<limit in the loop. in trimWhiteSpace() 203 length=limit-start; in trimWhiteSpace() [all...] |
/third_party/ninja/src/ |
H A D | lexer.in.cc | 122 const char* start; in ReadToken() local 125 start = p; in ReadToken() 157 last_token_ = start; in ReadToken() 189 const char* start; in ReadIdent() local 191 start = p; in ReadIdent() 194 out->assign(start, p - start); in ReadIdent() 198 last_token_ = start; in ReadIdent() 203 last_token_ = start; in ReadIdent() 212 const char* start; in ReadEvalString() local [all...] |
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.cpp | 21 int32_t start, end; in StringSearchPerformanceTest() local 38 start = ubrk_preceding(brk, 1000); in StringSearchPerformanceTest() 39 end = ubrk_following(brk, start); in StringSearchPerformanceTest() 40 pttrnLen = end - start; in StringSearchPerformanceTest() 43 temp[i] = src[start++]; in StringSearchPerformanceTest() 49 start = 0; in StringSearchPerformanceTest() 51 for(end = start; ; end += 1) { in StringSearchPerformanceTest() 59 pttrnLen = end - start; in StringSearchPerformanceTest() 62 temp[i] = src[start++]; in StringSearchPerformanceTest()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_split_prim.h | 13 void (*emit)(void *priv, unsigned start, unsigned count); 17 unsigned start; member 28 unsigned mode, unsigned start, unsigned count) in util_split_prim_init() 37 s->start = start; in util_split_prim_init() 38 s->p_start = start; in util_split_prim_init() 39 s->p_end = start + count; in util_split_prim_init() 50 s->emit(s->priv, s->start, 1); in util_split_prim_next() 61 s->emit(s->priv, s->start, 1); in util_split_prim_next() 27 util_split_prim_init(struct util_split_prim *s, unsigned mode, unsigned start, unsigned count) util_split_prim_init() argument
|
/third_party/python/Lib/lib2to3/ |
H A D | btm_matcher.py | 45 match_nodes = self.add(linear, start=self.root) 49 def add(self, pattern, start): 51 #print("adding pattern", pattern, "to", start) 54 return [start] 62 end_nodes = self.add(alternative, start=start) 69 if pattern[0] not in start.transition_table: 72 start.transition_table[pattern[0]] = next_node 75 next_node = start.transition_table[pattern[0]] 78 end_nodes = self.add(pattern[1:], start [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | patternprops.cpp | 177 PatternProps::skipWhiteSpace(const UnicodeString& s, int32_t start) { in skipWhiteSpace() argument 178 int32_t i = start; in skipWhiteSpace() 191 int32_t start=0; in trimWhiteSpace() local 193 while(start<limit && isWhiteSpace(s[start])) { in trimWhiteSpace() 194 ++start; in trimWhiteSpace() 196 if(start<limit) { in trimWhiteSpace() 197 // There is non-white space at start; we will not move limit below that, in trimWhiteSpace() 198 // so we need not test start<limit in the loop. in trimWhiteSpace() 203 length=limit-start; in trimWhiteSpace() [all...] |
/third_party/protobuf/js/experimental/runtime/internal/ |
H A D | checks.js | 192 * Ensures the range of [start, end) is with the range of [0, size). 193 * @param {number} start 196 * @throws {!Error} If start and end are out of range and the check state is 199 function checkRange(start, end, size) { 203 checkCriticalRange(start, end, size); 207 * Ensures the range of [start, end) is with the range of [0, size). 208 * @param {number} start 211 * @throws {!Error} If start and end are out of range and the check state is 214 function checkCriticalRange(start, end, size) { 218 if (start < [all...] |