Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/netbsd-src/sys/altq/
H A Daltq_jobs.c1276 int lowest, highest; in assign_rate_drops_adc() local
1385 highest = 0; in assign_rate_drops_adc()
1388 while (highest < jif->jif_maxpri+1 && available[highest] >= 0) in assign_rate_drops_adc()
1389 highest++; /* which is the highest class that needs more service? */ in assign_rate_drops_adc()
1393 while (highest != jif->jif_maxpri+1 && lowest != -1) { in assign_rate_drops_adc()
1394 /* give the excess service from lowest to highest */ in assign_rate_drops_adc()
1395 if (available[lowest]+available[highest] > 0) { in assign_rate_drops_adc()
1398 * give all that is needed by "highest" in assign_rate_drops_adc()
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod35 versions down to the lowest version, or up to the highest version
39 automatically use the lowest or highest version supported by the library.
49 lowest or highest protocol, respectively.
H A DBN_num_bytes.pod40 of bits doesn't always set the highest bits, thereby making the number
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod35 versions down to the lowest version, or up to the highest version
39 automatically use the lowest or highest version supported by the library.
49 lowest or highest protocol, respectively.
H A DBN_num_bytes.pod40 of bits doesn't always set the highest bits, thereby making the number
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dprefix62.out24 // "prefix-highest": "2001:0:0:3::"
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mmix/
H A Dcrti.S53 OCTA __etext % Assumed to be beyond the highest executed address.
56 OCTA _end % Assumed to be beyond the highest accessed address.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/mmix/
H A Dcrti.S53 OCTA __etext % Assumed to be beyond the highest executed address.
56 OCTA _end % Assumed to be beyond the highest accessed address.
/netbsd-src/sys/external/bsd/drm2/dist/drm/selftests/
H A Ddrm_mm_selftests.h26 selftest(highest, igt_highest)
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S163 #; negative (from EDIV's point of view, i.e. when the highest bit is set),
173 #; by 8, and to divide the divisor by 2 if it's highest bit is set.
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/
H A Dbn_asm_vax.S163 #; negative (from EDIV's point of view, i.e. when the highest bit is set),
173 #; by 8, and to divide the divisor by 2 if it's highest bit is set.
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc764 location_t highest = set->highest_location; in linemap_line_start() local
778 || (highest > LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES in linemap_line_start()
780 || (highest > LINE_MAP_MAX_LOCATION_WITH_COLS in linemap_line_start()
781 && (set->max_column_hint || highest >= LINE_MAP_MAX_LOCATION))) in linemap_line_start()
790 || highest > LINE_MAP_MAX_LOCATION_WITH_COLS) in linemap_line_start()
798 if (highest >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
804 if (highest <= LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES) in linemap_line_start()
818 || SOURCE_COLUMN (map, highest) >= (1U << (column_bits - range_bits)) in linemap_line_start()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c689 location_t highest = set->highest_location; in linemap_line_start() local
703 || (highest > LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES in linemap_line_start()
705 || (highest > LINE_MAP_MAX_LOCATION_WITH_COLS in linemap_line_start()
706 && (set->max_column_hint || highest >= LINE_MAP_MAX_LOCATION))) in linemap_line_start()
715 || highest > LINE_MAP_MAX_LOCATION_WITH_COLS) in linemap_line_start()
723 if (highest >= LINE_MAP_MAX_LOCATION) in linemap_line_start()
729 if (highest <= LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES) in linemap_line_start()
743 || SOURCE_COLUMN (map, highest) >= (1U << (column_bits - range_bits)) in linemap_line_start()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-modes.def22 floating point) is the 128-bit floating point type with the highest
36 We now make IFmode the highest fractional mode, which means its values are
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-modes.def22 floating point) is the 128-bit floating point type with the highest
36 We now make IFmode the highest fractional mode, which means its values are
/netbsd-src/external/bsd/nsd/dist/
H A DSECURITY.md9 highest minor and patch version level. We do not backport security fixes to
/netbsd-src/external/bsd/unbound/dist/
H A DSECURITY.md9 highest minor and patch version level. We do not backport security fixes to
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dimx8mq-phanbell.dts98 <&A53_0 0 1>; /* Exclude highest OPP */
104 <&A53_0 0 2>; /* Exclude two highest OPPs */
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcec-multi-pending.S80 # transition up *slightly*, but not to the highest latched.
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Dsmu_internal.h138 #define smu_force_dpm_limit_value(smu, highest) \ argument
139 …((smu)->ppt_funcs->force_dpm_limit_value ? (smu)->ppt_funcs->force_dpm_limit_value((smu), (highest
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpriclass_example.txt67 priorities, including some in the 160 to 169 range (the highest), which
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dpriclass_example.txt67 priorities, including some in the 160 to 169 range (the highest), which
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dptype.c201 struct highest struct
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dportability.texi29 significant byte has the highest or lowest address of the bytes in a word)
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dsuite.at19 # Run the tests from the lowest level to the highest level, and from

12345678910>>...12