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

  /src/usr.bin/make/unit-tests/
unexport-env.mk 3 # pick up a bunch of exported vars
unexport.mk 3 # pick up a bunch of exported vars
  /src/usr.bin/shuffle/
shuffle.c 165 size_t nlines = 0, pick = 0, i; local in function:main
181 pick = get_number(optarg, ch);
206 if (pick > nlines)
208 nlines = pick;
  /src/sys/kern/
tty.c 2644 struct proc *p, *pick = NULL; local in function:ttygetinfo
2665 /* Pick interesting process. */
2669 if (pick == NULL) {
2670 pick = p;
2673 if (pick->p_lock < p->p_lock) {
2674 mutex_enter(pick->p_lock);
2676 } else if (pick->p_lock > p->p_lock) {
2678 mutex_enter(pick->p_lock);
2681 oldpick = pick;
2682 if (proc_compare_wrapper(pick, p)
    [all...]
  /src/tools/make/
configure.ac 18 # 5. Regen again, to pick up changed RCS IDs from the above commit:
  /src/games/hack/
hack.shk.c 326 boolean box, pick; local in function:inshop
334 pick = carrying(PICK_AXE);
335 if (box || pick) {
341 (box && pick) ? "box and pick-axe" :
342 box ? "box" : "pick-axe");
  /src/sys/arch/m68k/m68k/
oc_cksum.s 203 addl %d2,%d0 | through to pick up last byte
  /src/tools/compat/
configure.ac 17 # 5. Regen again, to pick up changed RCS IDs from the above commit:
  /src/sys/arch/arm/arm/
cpufunc_asm_armv7.S 186 movgt r2, r3 @ pick lesser of the two
  /src/sys/dev/rasops/
rasops.c 69 struct wsdisplay_font *pick; member in struct:rasops_matchdata
287 * Pick the rotated version of this font. This will create it
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 4018 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5169 # consuming and fragmenting process. To avoid this, we pick a random,
6896 # consuming and fragmenting process. To avoid this, we pick a random,
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 2594 # store a result. then, only fcmp will branch back and pick up a dst operand.
13073 mov.l &ESTRT,%d3 # counter to pick up digits
13131 mov.l &FSTRT,%d3 # counter to pick up digits
fpsp.s 2594 # store a result. then, only fcmp will branch back and pick up a dst operand.
23112 mov.l &ESTRT,%d3 # counter to pick up digits
23170 mov.l &FSTRT,%d3 # counter to pick up digits
  /src/sys/arch/sparc/sparc/
locore.s 2339 ld [%g1], %g2 ! pick up new %psr
  /src/sys/arch/sparc64/sparc64/
locore.s 1815 movrz %g7, %g5, %g1 ! Pick one
4082 ld [%g1], %g2 ! pick up new %psr

Completed in 56 milliseconds