Searched refs:upper (Results 1 – 15 of 15) sorted by relevance
| /tools/testing/selftests/powerpc/pmu/ebb/ |
| D | ebb.c | 73 u64 count, upper, lower; in ebb_check_count() local 85 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count() 87 if (count > upper) { in ebb_check_count() 89 pmc, count, upper, count - upper); in ebb_check_count() 94 pmc, count, lower, upper, count - lower, upper - count); in ebb_check_count()
|
| /tools/perf/tests/shell/ |
| D | stat_bpf_counters.sh | 16 upper=$(expr $first_num + $first_num / 5 ) 20 if [ $second_num -gt $upper ] || [ $second_num -lt $lower ]; then
|
| /tools/net/sunrpc/xdrgen/generators/ |
| D | __init__.py | 53 return program.upper()
|
| D | program.py | 17 print(template.render(program=program.upper()))
|
| /tools/testing/selftests/kselftest/ |
| D | runner.sh | 78 $TR_CMD [:lower:] [:upper:])
|
| /tools/leds/ |
| D | get_led_device_info.sh | 181 color_upper=`echo $color | tr [:lower:] [:upper:]`
|
| /tools/testing/selftests/net/netfilter/packetdrill/ |
| D | conntrack_synack_old.pkt | 12 // SEQ is over the upper bound (over the window of the receiver) IN=tun0 OUT= MAC= SRC=192.0.2.1 DS…
|
| /tools/testing/selftests/bpf/progs/ |
| D | iters.c | 1435 __u32 upper, select_n, result; variable 1478 bpf_for(i, 0, upper) { in iter_subprog_check_stacksafe()
|
| /tools/perf/Documentation/ |
| D | perf-buildid-cache.txt | 16 files to/from the cache. In the future it should as well set upper limits for
|
| D | perf-timechart.txt | 27 In IO mode, every bar has two charts: upper and lower.
|
| D | topdown.txt | 314 The upper half is also divided into four 8-bit fields for the new level 2 319 Each of the new level 2 metrics in the upper half is a subset of the
|
| D | perf-list.txt | 163 raw encoding of 0x0328F cannot be used since the upper nibble of the
|
| /tools/perf/util/ |
| D | symbol.c | 491 size_t i, lower = 0, upper = symbols_len; in symbols__find_by_name() local 500 while (lower < upper) { in symbols__find_by_name() 503 i = (lower + upper) / 2; in symbols__find_by_name() 507 upper = i; in symbols__find_by_name()
|
| /tools/power/pm-graph/ |
| D | sleepgraph.py | 4427 html += head.format('%d' % count, mode.upper(), 4434 html += headnone.format('%d' % count, mode.upper()) 4515 (title, type.upper(), limit) 4962 host = sv.hostname[0].upper()+sv.hostname[1:] 5465 pprint('SET DISPLAY TO %s' % sv.display.upper()) 6170 sysvals.vprint(' %-8s : %s' % (key.upper(), sysvals.stamp[key])) 7098 pprint('Display Status: %s' % sysvals.displayControl('stat').upper())
|
| /tools/net/ynl/ |
| D | ynl-gen-c.py | 17 return name.upper().replace('-', '_')
|