| /netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
| H A D | gfx10_waitcnt.rst | 33 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 D | gfx9_waitcnt.rst | 33 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 D | gfx8_waitcnt.rst | 33 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 D | gfx7_waitcnt.rst | 33 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 D | gfx90a_waitcnt.rst | 33 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).
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
| H A D | mk-kinds-h.sh | 12 largest="" 20 largest="$k" 42 echo "#define GFC_INTEGER_LARGEST GFC_INTEGER_${largest}" 43 echo "#define GFC_UINTEGER_LARGEST GFC_UINTEGER_${largest}"
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | mk-kinds-h.sh | 15 largest="" 23 largest="$k" 45 echo "#define GFC_INTEGER_LARGEST GFC_INTEGER_${largest}" 46 echo "#define GFC_UINTEGER_LARGEST GFC_UINTEGER_${largest}"
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | README-sparse_array.md | 31 accommodate the largest index added to the data structure. 33 The largest index used to add a value to the array determines the tree height: 150 largest element. The base of the logarithm is `SA_BLOCK_MAX`, so for moderately
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | cpuvar.h | 445 #define CPUSET_BOUNDS(set, smallest, largest) { \ argument 446 cpuset_bounds(&(set), &(smallest), &(largest)); \ 515 #define CPUSET_BOUNDS(set, smallest, largest) { \ argument 517 largest = (uint_t)(highbit(set) - 1); \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 69 // 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.
|
| /netbsd-src/dist/pf/sbin/pfctl/ |
| H A D | pfctl_optimize.c | 641 int i, largest, largest_list = -1, rule_count = 0; in reorder_rules() local 675 largest = 0; in reorder_rules() 688 if (skiplist->ps_count > largest) in reorder_rules() 689 largest = skiplist->ps_count; in reorder_rules() 692 if (largest == 0) { in reorder_rules() 711 largest = 1; in reorder_rules() 718 if (skiplist->ps_count > largest) { in reorder_rules() 719 largest = skiplist->ps_count; in reorder_rules() 724 if (largest <= 1) { in reorder_rules() 744 largest, TAILQ_FIRST(&TAILQ_FIRST(&block-> in reorder_rules()
|
| /netbsd-src/lib/libm/arch/m68k/ |
| H A D | s_floor.S | 44 | the largest integer no larger than x
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/ |
| H A D | testfloat.txt | 290 conversion overflows, TestFloat expects the largest integer with the same 292 TestFloat allows either the largest positive or largest negative integer to 427 `FFFFFFFF' is -1, and `7FFFFFFF' is the largest positive 32-bit integer. 446 3FE.FFFFFFFFFFFFF largest representable number preceding +1 470 3FFE.FFFFFFFFFFFFFFFFFFFFFFFFFFFF largest representable number 490 3FFE.FFFFFFFFFFFFFFFF largest representable number preceding +1 521 07E.7FFFFF largest representable number preceding +1 630 When the conversion overflows, TestFloat expects the largest integer with 632 is a NaN, TestFloat allows either the largest positive or largest negative
|
| /netbsd-src/sys/arch/m68k/m68k/ |
| H A D | compat_13_sigreturn13.s | 54 lea -84(%sp),%sp | leave enough space for largest frame
|
| H A D | compat_16_sigreturn14.s | 54 lea -84(%sp),%sp | leave enough space for largest frame
|
| /netbsd-src/doc/ |
| H A D | TODO.kaslr | 46 -- Sort the kernel sections by size, from largest to smallest, to save
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| H A D | test3 | 41 ; prefer policy for largest NS name
|
| /netbsd-src/sys/arch/amiga/amiga/ |
| H A D | cc.c | 636 avail_chipmem(int largest) in avail_chipmem() argument 643 if (largest == 0) in avail_chipmem()
|
| /netbsd-src/lib/libc/regex/ |
| H A D | regcomp.c | 2191 * Compute, recursively if necessary, the largest offset among multiple 2197 int largest; 2207 largest = 0; 2213 if (try > largest) 2214 largest = try; 2257 if (try > largest) 2258 largest = try; 2260 return largest+offset; 2374 * to the beginning of the largest must pattern prefix matching 2198 int largest; global() local
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | x_ovfl.sa | 55 * RM For pos overflow, the largest pos number. For neg overflow, 57 * RP For pos overflow, +infinity. For neg overflow, the largest
|
| H A D | util.sa | 68 * ;largest +ext 70 * ;largest magnitude +sgl in ext 72 * ;largest magnitude +dbl in ext 74 * ;largest -ext
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/cris/ |
| H A D | mulsi3.S | 192 ;; Check if the largest operand is still just 16 bits.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/cris/ |
| H A D | mulsi3.S | 192 ;; Check if the largest operand is still just 16 bits.
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_connector.c | 63 struct drm_display_mode *mode, *largest = NULL; in nouveau_conn_native_mode() local 94 largest = mode; in nouveau_conn_native_mode() 99 return largest ? drm_mode_duplicate(dev, largest) : NULL; in nouveau_conn_native_mode()
|
| /netbsd-src/external/gpl2/xcvs/dist/ |
| H A D | PROJECTS | 38 * stat() is one of the largest performance bottlenecks on systems
|