HomeSort by: relevance | last modified time | path
    Searched refs:minimum (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
delay.h 50 usleep_range(unsigned long minimum, unsigned long maximum __unused)
52 DELAY(minimum);
  /src/sys/arch/powerpc/powerpc/
ofwmagic.S 84 # minimum size in megabytes
86 # minimum percentage size
  /src/sys/arch/ofppc/stand/ofwboot/
ofwstart.S 82 # minimum size in megabytes
84 # minimum percentage size
  /src/tests/lib/libusbhid/
t_usbhid.c 112 "Logical Minimum/Maximum results");
119 uint32_t minimum, maximum; local
148 minimum = (uint32_t)hi.logical_minimum & ((1ULL<<hi.report_size)-1);
149 MYu_ATF_CHECK_EQ(minimum, 0);
155 minimum = hi.logical_minimum & ((1ULL<<hi.report_size)-1);
156 MYu_ATF_CHECK_EQ(minimum, 0);
162 minimum = hi.logical_minimum & ((1ULL<<hi.report_size)-1);
163 MYu_ATF_CHECK_EQ(minimum, 0);
175 "Physical Minimum/Maximum results");
182 uint32_t minimum, maximum local
    [all...]
  /src/usr.sbin/vnconfig/
vnconfig.c 104 static int minimum = DUMMY_FREE; variable
139 minimum = (int)cnt;
189 if (minimum == 0)
196 while (n < minimum)
224 if (minimum == 0)
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.en 88 that meet the minimum requirements.}
msg.md.es 89 that meet the minimum requirements.}
msg.md.pl 88 that meet the minimum requirements.}
  /src/usr.sbin/makefs/
makefs.h 145 long long minimum; /* minimum for value */ member in struct:__anon8501
168 off_t minsize; /* minimum size image should be */
msdos.c 87 .minimum = _min, \
makefs.c 199 strsuftoll("minimum size", optarg, 1LL, LLONG_MAX);
408 options[i].minimum, options[i].maximum); break
519 "\t[-F mtree-specfile] [-f free-files] [-M minimum-size] [-m maximum-size]\n"
  /src/sys/arch/mips/mips/
cache_r3k_subr.S 79 li t1, 512 # minimum cache size
  /src/distrib/sets/
fmt-list 252 -- to the minimum required column.
261 -- preserved, even though it is more than the minimum required alignment
297 -- To avoid horizontal jumps for the category column, the minimum column is
  /src/usr.bin/make/unit-tests/
var-eval-short.mk 3 # Tests for each variable modifier to ensure that they only do the minimum
  /src/lib/libc/gen/
arc4random.c 782 uint32_t minimum, r; local
799 minimum = (-bound % bound);
803 while (__predict_false(r < minimum));
  /src/usr.sbin/sysinst/
msg.mi.en 70 disk, or upgrade an existing NetBSD system, with a minimum of work.
457 At a minimum, you should edit /etc/rc.conf to match your needs. See
477 multi-user system. At a minimum, you will need to change rc_configured=NO
  /src/usr.bin/xlint/lint1/
tree.c 54 int64_t smin; /* signed minimum */
56 uint64_t umin; /* unsigned minimum */
510 ic_unsigned_range(uint64_t minimum, uint64_t maximum)
513 lint_assert(minimum <= maximum);
514 c.smin = maximum <= INT64_MAX ? (int64_t)minimum : INT64_MIN;
516 c.umin = minimum;
523 ic_signed_range(int64_t minimum, int64_t maximum)
526 lint_assert(minimum <= maximum);
527 c.smin = minimum;
529 c.umin = minimum >= 0 ? (uint64_t)minimum : 0
    [all...]
  /src/sys/sys/
videoio.h 1725 u_int32_t min_width; /* Minimum frame width [pixel] */
1728 u_int32_t min_height; /* Minimum frame height [pixel] */
1756 struct v4l2_fract min; /* Minimum frame interval [s] */
2643 int32_t minimum; /* Note signedness */ member in struct:v4l2_queryctrl
2656 int64_t minimum; member in struct:v4l2_query_ext_ctrl
3188 int32_t minimum; member in struct:v4l2_event_ctrl
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 9 # However, it has been pared down to a minimum of targets, and
  /src/sys/dev/audio/
audio.c 86 * - A "frame" is the minimum unit in the time axis direction, and consists
5504 int minimum; local
5520 minimum = (force) ? 1 : 2;
5521 while (mixer->hwbuf.used < mixer->frames_per_block * minimum) {
9155 * to reach max or minimum gain which seems reasonable
  /src/sys/dev/
video.c 584 query->minimum = desc.min;
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 505 set sgl_thresh, 0x3f81 # minimum sgl exponent
506 set dbl_thresh, 0x3c01 # minimum dbl exponent
pfpsp.s 525 set sgl_thresh, 0x3f81 # minimum sgl exponent
526 set dbl_thresh, 0x3c01 # minimum dbl exponent
3166 # operand and save the appropriate minimum or maximum integer value
3364 # operand and save the appropriate minimum or maximum integer value
fpsp.s 525 set sgl_thresh, 0x3f81 # minimum sgl exponent
526 set dbl_thresh, 0x3c01 # minimum dbl exponent
3166 # operand and save the appropriate minimum or maximum integer value
3364 # operand and save the appropriate minimum or maximum integer value
  /src/sys/external/isc/libsodium/dist/
configure 1498 --enable-minimal Only compile the minimum set of functions required
9536 # Instead, let's just punt: use the minimum linelength reported by
9548 # So we just punt and use a minimum line length of 8192.

Completed in 1523 milliseconds