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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_utils.h 303 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \
306 int ms__ = ((US) + 999)/1000; \
323 ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \
348 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \
349 const ktime_t end__ = ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \
350 long wait__ = (Wmin); /* recommended min for usleep is 10 us */ \
374 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \
385 #define _wait_for_atomic(COND, US, ATOMIC) \
387 int cpu, ret, timeout = (US) * 1000;
    [all...]
  /src/sys/arch/amiga/dev/
kbdmap.h 63 #define US 31
  /src/sys/arch/atari/dev/
kbdmap.h 67 #define US 31
  /src/sys/arch/x68k/include/
kbdmap.h 37 #define US 31
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 34 #define US 31
  /src/usr.bin/make/unit-tests/
varmod-indirect.mk 19 .if ${value:L:${:US}${:U,value,replacement,}} != "S,value,replacement,}"
25 .if ${value:L:${:U${:US}${:U,value,replacement,}}} != "replacement"
32 .if ${value:L:${:US,a,A,}:${:US,e,E,}} != "vAluE"
145 .for var in before ${UNDEF:${:US,a,a,}} after
174 _:= before ${UNDEF:${:US,a,a,}} after
  /src/games/warp/
term.c 23 #include "us.h"
171 US = Tgetstr("us"); /* start underline */
174 UG = 0; /* blanks left by US, UE */
175 if (*US)
179 if (!*US && !*UC) { /* no underline mode? */
180 US = SO; /* substitute standout mode */
term.h 274 EXT char *US INIT(NULL); /* start underline mode */
277 EXT int UG INIT(0); /* blanks left by US and UE */
296 #define underline() do_tc(US,1)
  /src/share/locale/ctype/
Makefile 37 LOCALESRC_en_US.US-ASCII= en_US.ASCII
  /src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh 6426 US/xErVrFa2MkRG1GuT9NeekN7ys/fmG0W/DdJwMG7QOvaUtvAgpoC4t1MA5M6qk
7196 atf_check -s exit:0 -o file:expected16 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify b.gpg
7197 atf_check -s exit:0 -o file:expected18 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify a.gpg
7198 # atf_check -s exit:0 -o file:expected19 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c verify NetBSD-6.0_RC2_hashes.asc
7199 atf_check -s exit:0 -o file:expected20 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg -c cat jj.asc
7200 atf_check -s exit:0 -o file:expected21 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < a.gpg
7201 atf_check -s exit:0 -o file:expected22 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < jj.asc
7202 # atf_check -s exit:0 -o file:expected23 -e empty env TZ=US/Pacific netpgpverify < NetBSD-6.0_RC2_hashes.asc
7203 atf_check -s exit:0 -o file:expected24 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < b.gpg
7206 atf_check -s exit:0 -o file:expected27 -e empty env TZ=US/Pacific netpgpverify -k pubring.gpg < NetBSD-6.0_hashes.as
    [all...]
  /src/libexec/ld.aout_so/
ld.so.vax.uue 16 M`-!0[W7(``#44='O8<@``.]@R```$@G1[US(``!0$P/0`5'04>]7R```$Q:?
ld.so.i386.uue 195 M#X76````C8.23?__4%?H<2H``(G&@\0(A?9US(M-]%'H<P@``,=%^/____]J
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5548 #--US THE DESIRED VALUE IN FLOATING POINT.
5979 #--US THE DESIRED VALUE IN FLOATING POINT.
10048 # dst so we don't screw up the version passed to us.
fpsp.s 2993 # as a by-product, will tell us how long the instruction is.
4226 # "unskewed" the one the hardware initially gave us.
5654 #--US THE DESIRED VALUE IN FLOATING POINT.
6085 #--US THE DESIRED VALUE IN FLOATING POINT.
10296 # dst so we don't screw up the version passed to us.
10356 # result and EXOP for us. #
20414 # so _mem_write2() handles this for us.
21037 # so _mem_write2() handles this for us.

Completed in 181 milliseconds