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

  /src/usr.bin/finger/
finger.h 54 struct where *whead, *wtail; /* list of where user is or has been */
59 typedef struct where { struct
60 struct where *next; /* next place user is or has been */
67 } WHERE;
sprint.c 62 static void stimeprint(WHERE *);
68 WHERE *w;
97 (oflag) ? "Office Office Phone" : "Where");
157 stimeprint(WHERE *w)
util.c 99 static void find_idle_and_ttywrite(WHERE *);
101 static WHERE *walloc(PERSON *);
161 WHERE *w;
240 WHERE *w = walloc(pn);
312 static WHERE *
315 WHERE *w;
317 if ((w = malloc((u_int) sizeof(WHERE))) == NULL)
379 find_idle_and_ttywrite(WHERE *w)
lprint.c 174 WHERE *w;
236 * where logged in from
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 4934 # 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let #
4941 # Return sgn*cos(r) where cos(r) is approximated by an #
4947 # where sin(r) is approximated by an odd polynomial in r #
4962 # 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let #
4970 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
4975 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where #
5085 #--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE
5088 #--WHERE T=S*S.
5138 #--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE
5141 #--WHERE T=S*S
    [all...]
fpsp.s 639 # Also, in the case of an opclass three instruction where #
879 # Also, in the case of an opclass three instruction where #
1385 # * this is the case where we must call _real_inex() now or else
1766 # (where the exc frame is currently). make sure it's not at the top of the
1963 # * this is the case where we must call _real_inex() now or else
2197 # can store the default result where the exception frame was.
2237 # can store the default result where the exception frame was.
2277 # can store the default result where the exception frame was.
2435 # For the case of "fmovm.x Dn,-(a7)", where the offending instruction #
2940 # -shift stack frame down over where old a6 used to b
    [all...]

Completed in 103 milliseconds