Searched refs:us (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Ddelay.c40 delay(int us) argument
47 if (us > 300)
48 us -= 300;
49 N = us * CPU_SPEED;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Dbswap16.c6 unsigned short us; variable
8 void store_bswap16 (unsigned int a) { us = __builtin_bswap16 (a); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D921218-2.c4 unsigned short us; local
8 ul = us = l2 = s2 = -1;
H A D941031-1.c4 f (mpt us, mpt vs) argument
9 aus = us >= 0 ? us : -us;
H A D960801-1.c5 unsigned short us; local
9 ul = us = l2 = s2 = -1;
17 unsigned short us; local
21 ul = us = l2 = s2 = -1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D921218-2.c4 unsigned short us; local
8 ul = us = l2 = s2 = -1;
H A D941031-1.c4 f (mpt us, mpt vs) argument
9 aus = us >= 0 ? us : -us;
H A D960801-1.c5 unsigned short us; local
9 ul = us = l2 = s2 = -1;
17 unsigned short us; local
21 ul = us = l2 = s2 = -1;
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/keymaps/us/
H A DMakefile3 HOSTPROG=us-kbdmap
4 MAP=us.map
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/loadkmap/us/
H A DMakefile3 HOSTPROG= us-kbdmap
5 FILES= us.map
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dreloc-6a.s1 .globl us
3 us: label
6 lw $4,%got_page(us)($gp)
7 addiu $4,$4,%got_ofst(us)
H A Dreloc-6b.s6 lw $4,%got_page(us)($gp)
7 addiu $4,$4,%got_ofst(us)
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/include/
H A Dparam.h81 #define delay(us) _delay((us) << 8)
82 #define DELAY(us) delay(us)
/netbsd-6-1-5-RELEASE/tests/util/xlint/lint1/
H A Dd_c99_recursive_init.c6 short us; member in union:top::onion
12 { .i = 1, .c = 'a', .u = { .us = 2 } },
/netbsd-6-1-5-RELEASE/sys/arch/x68k/include/
H A Dparam.h73 #define delay(us) _delay((us) << 8)
74 #define DELAY(us) delay(us)
/netbsd-6-1-5-RELEASE/sys/arch/news68k/include/
H A Dparam.h70 #define delay(us) _delay((us) << 8)
71 #define DELAY(us) delay(us)
/netbsd-6-1-5-RELEASE/sys/arch/next68k/include/
H A Dparam.h70 #define delay(us) _delay((us) << 8)
71 #define DELAY(us) delay(us)
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/keymaps/
H A DMakefile3 SUBDIR= de fr uk us
/netbsd-6-1-5-RELEASE/sys/arch/hp300/include/
H A Dparam.h69 #define delay(us) _delay((us) << 8)
70 #define DELAY(us) delay(us)
/netbsd-6-1-5-RELEASE/external/mit/xorg/etc/etc.hpc/
H A DMakefile.inc5 etc.hpc/xorg.conf.640x240-us \
7 etc.hpc/xorg.conf.640x480-us \
9 etc.hpc/xorg.conf.800x600-us
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Droot.c29 mp_size_t us, un, rootn, remn; local
32 us = SIZ(u);
35 if (us < 0 && (nth & 1) == 0)
43 if (us == 0)
50 un = ABS (us);
75 SIZ(root) = us >= 0 ? rootn : -rootn;
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dfile.c45 fetchXGetFile(struct url *u, struct url_stat *us, const char *flags) argument
49 if (us && fetchStatFile(u, us, flags) == -1)
93 _fetch_stat_file(const char *fn, struct url_stat *us) argument
97 us->size = -1;
98 us->atime = us->mtime = 0;
103 us->size = sb.st_size;
104 us->atime = sb.st_atime;
105 us
111 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) argument
121 struct url_stat us; local
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dcbcp.c108 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
109 static void cbcp_resp __P((cbcp_state *us));
110 static void cbcp_up __P((cbcp_state *us));
111 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
112 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
134 cbcp_state *us; local
136 us = &cbcp[iface];
137 memset(us, 0, sizeof(cbcp_state));
138 us->us_unit = iface;
139 us
147 cbcp_state *us = &cbcp[iface]; local
174 cbcp_state *us = &cbcp[unit]; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/capacity/
H A D29134-set.cc28 std::tr1::unordered_set<int> us; local
30 VERIFY( (us.max_size() == std::allocator<std::tr1::__detail::_Hash_node<
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWconversion-pr34389.C25 unsigned short us; local
32 us = si & 0x7fff;
33 us = si & 0xAAAA; /* { dg-warning "conversion" } */
34 us = ui & 0x7fff;
35 us = ui & 0xAAAA; /* 0xAAAA is zero-extended, thus it masks the
36 upper bits of 'ui' making it fit in 'us'. */

Completed in 312 milliseconds

1234567891011>>