HomeSort by: relevance | last modified time | path
    Searched defs:uu (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
Makefile 5 uu:: target
9 uuencode WMIPSDbg/pbsdboot.exe pbsdboot1.exe > pbsdboot1.uu; \
12 uuencode WMIPSDbg/pbsdboot.exe pbsdboot.exe > pbsdboot.uu; \
  /src/tests/usr.bin/xlint/lint1/
msg_251.c 12 unsigned int uu = 123UU; variable in typeref:typename:unsigned int
  /src/common/lib/libc/quad/
quad.h 71 union uu { union
  /src/sys/dev/qbus/
uba.c 98 uba_enqueue(struct uba_unit *uu)
103 uh = device_private(device_parent(uu->uu_dev));
106 SIMPLEQ_INSERT_TAIL(&uh->uh_resq, uu, uu_resq);
119 struct uba_unit *uu; local in function:uba_done
121 while ((uu = SIMPLEQ_FIRST(&uh->uh_resq))) {
123 if ((*uu->uu_ready)(uu) == 0) {
124 SIMPLEQ_INSERT_HEAD(&uh->uh_resq, uu, uu_resq);
uda.c 267 struct uba_unit *uu; local in function:udago
284 uu = malloc(sizeof(struct uba_unit), M_DEVBUF, M_NOWAIT|M_ZERO);
285 if (uu == NULL)
287 uu->uu_ready = udaready;
288 uu->uu_dev = dv;
289 uu->uu_ref = mxi;
290 uba_enqueue(uu);
301 udaready(struct uba_unit *uu)
303 struct uda_softc *sc = device_private(uu->uu_dev);
304 struct mscp_xi *mxi = uu->uu_ref
    [all...]
  /src/sys/arch/emips/ebus/
clock_ebus.c 164 uint32_t su, uu; local in function:eclock_gettime
166 uu = (uint32_t)r;
167 uu = uu / 10; /* in usecs */
169 tv->tv_usec = uu;
190 uint32_t uu; local in function:eclock_settime
197 uu = (uint32_t)tv->tv_usec; /* 8(tv) */
201 free += uu * 10;
227 80260cc8: 8e530004 lw s3,4(s2) //s3=uu
232 80260cdc: 00401821 move v1,v0 //v1 = uu*1
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_lib.h 124 } uu = { .ll = a }; local in function:rep_clz
129 if (uu.s.high){
130 word = uu.s.high;
134 word = uu.s.low;
  /src/usr.bin/xlint/lint1/
tree.c 255 int64_t uu = si_mult_sat(tp, a.smax, b.smax); local in function:ic_mult
257 c.smin = s64_min(ll, s64_min(lu, s64_min(ul, uu)));
258 c.smax = s64_max(ll, s64_max(lu, s64_max(ul, uu)));

Completed in 42 milliseconds