Home
last modified time | relevance | path

Searched refs:largest (Results 1 – 25 of 169) sorted by relevance

1234567

/openbsd/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_waitcnt.rst34 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
35 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
36 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
37 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
38 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
39 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx7_waitcnt.rst33 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx10_waitcnt.rst33 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx9_waitcnt.rst33 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx90a_waitcnt.rst33 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx8_waitcnt.rst33 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx940_waitcnt.rst33 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
H A Dgfx1030_waitcnt.rst33 vmcnt(<*N*>) A VM_CNT value. *N* must not exceed the largest VM_CNT value.
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
36 vmcnt_sat(<*N*>) A VM_CNT value computed as min(*N*, the largest VM_CNT value).
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DSearch.pm246 my $largest = [];
247 push @$largest, map {@$_} values %$h;
248 return $largest;
/openbsd/sys/arch/i386/i386/
H A Dcpu.c853 unsigned int smallest, largest, extensions, c_substates; in cpu_init_mwait() local
859 CPUID(0x5, smallest, largest, extensions, cpu_mwait_states); in cpu_init_mwait()
861 largest &= 0xffff; in cpu_init_mwait()
864 smallest, largest); in cpu_init_mwait()
880 if (smallest < sizeof(int) || largest < smallest || in cpu_init_mwait()
881 (largest & (sizeof(int)-1))) in cpu_init_mwait()
884 cpu_mwait_size = largest; in cpu_init_mwait()
/openbsd/sbin/disklabel/
H A Deditor.c563 largest.start = largest.stop = 0; in allocate_diskchunk()
568 largest = *chunk; in allocate_diskchunk()
571 if (maxstop > largest.stop) in allocate_diskchunk()
572 maxstop = largest.stop; in allocate_diskchunk()
575 largest.start = ROUNDUP(largest.start, lp->d_secpercyl); in allocate_diskchunk()
577 if (maxstop > largest.stop) in allocate_diskchunk()
579 if (largest.start >= maxstop) in allocate_diskchunk()
580 largest.start = largest.stop = maxstop = 0; in allocate_diskchunk()
583 if (maxstop < largest.stop) in allocate_diskchunk()
584 largest.stop = maxstop; in allocate_diskchunk()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoFlags.def69 // NOTE: always must be equal to largest flag, check this when adding new flag
97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
/openbsd/sys/arch/amd64/amd64/
H A Dcpu.c528 unsigned int smallest, largest, extensions, c_substates; in cpu_init_mwait() local
534 CPUID(0x5, smallest, largest, extensions, cpu_mwait_states); in cpu_init_mwait()
536 largest &= 0xffff; in cpu_init_mwait()
544 smallest, largest); in cpu_init_mwait()
560 if (smallest < sizeof(int) || largest < smallest || in cpu_init_mwait()
561 (largest & (sizeof(int)-1))) in cpu_init_mwait()
564 cpu_mwait_size = largest; in cpu_init_mwait()
/openbsd/sbin/pfctl/
H A Dpfctl_optimize.c627 int i, largest, largest_list, rule_count = 0; in reorder_rules() local
661 largest = 0; in reorder_rules()
674 if (skiplist->ps_count > largest) in reorder_rules()
675 largest = skiplist->ps_count; in reorder_rules()
678 if (largest == 0) { in reorder_rules()
693 largest = 1; in reorder_rules()
700 if (skiplist->ps_count > largest) { in reorder_rules()
701 largest = skiplist->ps_count; in reorder_rules()
706 if (largest <= 1) { in reorder_rules()
722 largest, TAILQ_FIRST(&TAILQ_FIRST(&block-> in reorder_rules()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlcommunity.pod32 mailing lists. The largest repository of Perl mailing lists is located at
58 websites, so only a few of the community's largest are mentioned here.
91 PerlMonks is one of the largest Perl forums, and describes itself as "A place
/openbsd/gnu/usr.bin/cvs/
H A DPROJECTS38 * stat() is one of the largest performance bottlenecks on systems
/openbsd/usr.bin/sed/TEST/
H A Dhanoi.sed13 # sequence of states involved in moving 4 rings, the largest called "a" and
/openbsd/regress/usr.bin/sed/
H A Dhanoi.sed13 # sequence of states involved in moving 4 rings, the largest called "a" and
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Ddsymutil.rst125 the object files with the largest contribution first.
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DOptions.td37 "with the largest contribution first.">,
/openbsd/gnu/llvm/llvm/docs/
H A DExtensions.rst98 ``largest``
99 Links the largest section from among the duplicates.
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def443 "The largest number of fields a struct can have and still be considered "
451 "The largest number of elements an array can have and still be considered "
/openbsd/gnu/gcc/gcc/config/arm/
H A Dieee754-sf.S80 @ Compute exponent difference. Make largest exponent in r2,
90 @ If exponent difference is too large, return largest argument
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dagentexpr.texi78 value; these values are as many bits wide as the largest integer that
92 the largest integer and floating point types on the machine.
709 implement everything using the largest size you support.
784 jump opcode. Thus, I have to either always assume the largest offset
/openbsd/gnu/usr.bin/texinfo/info/
H A Dsession.c100 WINDOW *win, *largest = NULL; in begin_multiple_window_info_session() local
107 largest = win; in begin_multiple_window_info_session()
110 if (!largest) in begin_multiple_window_info_session()
118 active_window = largest; in begin_multiple_window_info_session()

1234567