Searched refs:upper (Results 1 – 23 of 23) sorted by relevance
| /tools/testing/selftests/powerpc/pmu/ebb/ |
| A 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/ |
| A 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/verification/rvgen/rvgen/ |
| A D | generator.py | 125 buff.append(" depends on RV_MON_%s" % self.parent.upper()) 134 kconfig = kconfig.replace("%%MODEL_NAME_UP%%", self.name.upper()) 179 name_up = name.upper() 259 trace_h = trace_h.replace("%%MODEL_NAME_UP%%", self.name.upper())
|
| A D | dot2k.py | 25 return self.monitor_type.upper()
|
| /tools/net/sunrpc/xdrgen/generators/ |
| A D | enum.py | 57 macro_name = get_header_name().upper() + "_" + node.name + "_sz"
|
| A D | __init__.py | 53 return program.upper()
|
| A D | program.py | 17 print(template.render(program=program.upper()))
|
| A D | union.py | 239 macro_name = get_header_name().upper() + "_" + node.name + "_sz"
|
| A D | pointer.py | 252 macro_name = get_header_name().upper() + "_" + node.name + "_sz"
|
| A D | struct.py | 252 macro_name = get_header_name().upper() + "_" + node.name + "_sz"
|
| A D | typedef.py | 235 macro_name = get_header_name().upper() + "_" + node.name + "_sz"
|
| /tools/testing/selftests/kselftest/ |
| A D | runner.sh | 78 $TR_CMD [:lower:] [:upper:])
|
| /tools/leds/ |
| A D | get_led_device_info.sh | 181 color_upper=`echo $color | tr [:lower:] [:upper:]`
|
| /tools/testing/selftests/net/netfilter/packetdrill/ |
| A 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/perf/Documentation/ |
| A D | perf-buildid-cache.txt | 16 files to/from the cache. In the future it should as well set upper limits for
|
| A D | perf-timechart.txt | 27 In IO mode, every bar has two charts: upper and lower.
|
| A 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
|
| A D | perf-list.txt | 163 raw encoding of 0x0328F cannot be used since the upper nibble of the
|
| /tools/testing/selftests/bpf/progs/ |
| A D | iters.c | 1551 __u32 upper, select_n, result; variable 1594 bpf_for(i, 0, upper) { in iter_subprog_check_stacksafe()
|
| /tools/perf/util/ |
| A D | symbol.c | 508 size_t i, lower = 0, upper = symbols_len; in symbols__find_by_name() local 517 while (lower < upper) { in symbols__find_by_name() 520 i = (lower + upper) / 2; in symbols__find_by_name() 524 upper = i; in symbols__find_by_name()
|
| /tools/net/sunrpc/xdrgen/ |
| A D | xdr_ast.py | 100 return [get_header_name().upper() + "_" + self.type_name + "_sz"]
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 4452 html += head.format('%d' % count, mode.upper(), 4459 html += headnone.format('%d' % count, mode.upper()) 4540 (title, type.upper(), limit) 4987 host = sv.hostname[0].upper()+sv.hostname[1:] 5494 pprint('SET DISPLAY TO %s' % sv.display.upper()) 6199 sysvals.vprint(' %-8s : %s' % (key.upper(), sysvals.stamp[key])) 7128 pprint('Display Status: %s' % sysvals.displayControl('stat').upper())
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 21 return name.upper().replace('-', '_')
|
Completed in 44 milliseconds