Searched refs:maximum (Results 1 - 25 of 138) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dalign.d2 #name: MIPS align maximum
H A Dalign.s1 # Test file used to verify maximum alignment value.
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp44 opts.maximum = -35;
47 else if (signal > opts.maximum)
48 opts.progress = opts.maximum;
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvcommon.h38 unsigned int *x, unsigned int maximum,
45 unsigned int minimum, unsigned int maximum,
H A Dtpm_nvcommon.c108 unsigned int *x, unsigned int maximum,
247 unsigned int minimum, unsigned int maximum,
269 if ((*x > maximum) || (*x < minimum)) {
271 name, minimum, maximum);
106 parseStringWithValues(const char *aArg, const struct strings_with_values *svals, unsigned int *x, unsigned int maximum, const char *name) argument
246 parseHexOrDecimal(const char *aArg, unsigned int *x, unsigned int minimum, unsigned int maximum, const char *name) argument
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dtextaddr3.d4 #warning: .*address of `text-segment' isn't multiple of maximum page size
H A Dtextaddr5.d5 #warning: .*address of `text-segment' isn't multiple of maximum page size
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dv9branch1.s1 # Check if maximum possible branch distances for v9 branches are accepted
/netbsd-current/external/mpl/bind/dist/bin/tests/system/limits/
H A Dtests.sh42 echo_i "exactly maximum rrset"
43 $DIG $DIGOPTS +tcp +norec +noedns a-maximum-rrset.example. @10.53.0.1 a >dig.out.a-maximum-rrset \
45 # $DIG $DIGOPTS a-maximum-rrset.example. @10.53.0.1 a > knowngood.dig.out.a-maximum-rrset
46 digcomp knowngood.dig.out.a-maximum-rrset dig.out.a-maximum-rrset || status=1
48 echo_i "exceed maximum rrset (5000 A records)"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dlimit-b.s1 # Test maximum encoding range of b
H A Dlimit-bl.s1 # Test maximum encoding range of bl
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dm_func.c289 int top, size, maximum, old_max;
298 maximum = val3;
304 fprintf( stderr, "\tmaximum\t\t%d\n", maximum );
310 if ( top >= maximum ) {
312 fprintf( stderr, "Correcting for top >= maximum\n" );
314 maximum = top + 1;
321 if ( top+size >= maximum ) {
323 fprintf( stderr, "Correcting for top+size >= maximum\n" );
325 size = maximum - top;
328 /* need to increase the maximum befor
288 int top, size, maximum, old_max; local
[all...]
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Ddelay.h50 usleep_range(unsigned long minimum, unsigned long maximum __unused)
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dc11.c155 double maximum(int n, int m, double a[n][m]);
157 double maximum(int n, int m, double a[*][*]);
159 double maximum(int n, int m, double a[ ][*]);
160 double maximum(int n, int m, double a[ ][m]);
/netbsd-current/etc/powerd/scripts/
H A Dsensor_battery46 maximum-capacity)
48 "${0}: (${3}) capacity above maximum limit [${1}]" >&1
/netbsd-current/games/robots/
H A Dmain.c70 int maximum = 0; local
110 "Usage: robots [-Aajnrst] [maximum] [scorefile]");
118 maximum = atoi(word);
121 Max_per_uid = maximum;
/netbsd-current/external/bsd/tmux/dist/
H A Doptions-table.c225 .maximum = INT_MAX,
227 .text = "The maximum number of automatic buffers. "
287 .maximum = INT_MAX,
372 .maximum = INT_MAX,
381 .maximum = INT_MAX,
441 .maximum = INT_MAX,
452 .maximum = INT_MAX,
524 .maximum = INT_MAX,
534 .maximum = INT_MAX,
544 .maximum
[all...]
/netbsd-current/usr.sbin/envstat/
H A Dconfig_lex.l52 SENSORPROP warning-max|high-capacity|warning-min|warning-capacity|critical-max|maximum-capacity|critical-min|critical-capacity|rfact|description
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dbad-dnskey-validity.conf15 dnskey-sig-validity 5000; /* maximum value 10 years, this is 14 */
H A Dgood-dnskey-validity-3660.conf15 dnskey-sig-validity 3660; /* maximum value 10 years */
/netbsd-current/tests/lib/libusbhid/
H A Dt_usbhid.c119 uint32_t minimum, maximum; local
150 maximum = (uint32_t)hi.logical_maximum & ((1ULL<<hi.report_size)-1);
151 MYu_ATF_CHECK_EQ(maximum, 255);
157 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1);
158 MYu_ATF_CHECK_EQ(maximum, 65535);
164 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1);
165 MYu_ATF_CHECK_EQ(maximum, 4294967295);
182 uint32_t minimum, maximum; local
213 maximum = (uint32_t)hi.physical_maximum & ((1ULL<<hi.report_size)-1);
214 MYu_ATF_CHECK_EQ(maximum, 25
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dd2fixed.c433 const uint32_t maximum = precision - 9 * i; local
435 for (uint32_t k = 0; k < 9 - maximum; ++k) {
455 if (maximum > 0) {
456 append_c_digits(maximum, digits, result + index);
457 index += maximum;
632 const uint32_t maximum = precision - printedDigits; local
636 printf("maximum=%u\n", maximum);
642 if (availableDigits > maximum) {
643 for (uint32_t k = 0; k < availableDigits - maximum;
[all...]
/netbsd-current/sys/arch/x68k/usr.bin/bellctrl/
H A Dbellctrl.c158 is_number(const char *arg, int maximum) argument
166 if (*p || atoi(arg) > maximum)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dgreg-17.d37 # Allocating the maximum number of gregs *plus one* is an error, mmo.
H A Dgreg-18.d38 # Allocating the maximum number of gregs *plus one* is an error; other end

Completed in 174 milliseconds

123456