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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_md5.cc 29 #define GET(n) \
75 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
76 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
77 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
78 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
79 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
80 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
81 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
82 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20)
83 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5
    [all...]
  /src/bin/ps/
print.c 1245 #define GET(type) (*(type *)bp)
1256 val = GET(char);
1260 uval = CHK_INF127(GET(u_char));
1264 val = GET(short);
1272 uval = CHK_INF127(GET(u_short));
1276 val = GET(int32_t);
1285 val = GET(int);
1290 uval = CHK_INF127(GET(u_int));
1294 val = GET(long);
1298 uval = CHK_INF127(GET(u_long))
    [all...]
  /src/usr.bin/patch/
common.h 49 #define GET "get -e %s"
50 #define SCCSDIFF "get -p %s | diff - %s >/dev/null"
  /src/usr.bin/rpcgen/
rpc_util.h 51 #define GET 2
rpc_cout.c 594 flag = GET;
  /src/sys/dev/usb/
uvideo.c 445 #define GET(type, descp, field) (((const type *)(descp))->field)
458 GET(format_type, format_desc, bFormatIndex)); \
461 GET(frame_type, frame_desc, bFrameIndex)); \
463 UGETW(GET(frame_type, frame_desc, wWidth)); \
465 UGETW(GET(frame_type, frame_desc, wHeight)); \
467 GET(format_type, format_desc, bAspectRatioX); \
469 GET(format_type, format_desc, bAspectRatioY); \
1162 bmAttributes = GET(usb_endpoint_descriptor_t,
1164 bEndpointAddress = GET(usb_endpoint_descriptor_t,
1197 GET(usb_endpoint_descriptor_t
    [all...]
  /src/usr.bin/m4/
gnum4.c 747 #define GET() if (fgets(line, (int)sizeof(line), f) == NULL) goto out
750 GET(); /* comment */
751 GET(); /* version */
758 GET();
  /src/tests/lib/libc/db/
h_db.c 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA };
67 static void get(DB *, DBT *);
211 case 'g': /* get */
214 command = GET;
294 case GET:
295 get(dbp, &key);
370 get(DB *dbp, DBT *kp) function in typeref:typename:void
374 switch ((*dbp->get)(dbp, kp, &data, flags)) {
381 err(1, "line %zu: get failed", lineno);
384 #define NOSUCHKEY "get failed, no such key\n
    [all...]
  /src/sys/arch/hpc/include/
config_hook.h 82 /* get value */
194 #define GET CONFIG_HOOK_GET
235 /* set/get */
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5076 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
7526 mov.w SRC_EX(%a0),%d0 # get the exponent
7548 mov.w SRC_EX(%a0),%d0 # get the exp
8257 #--GET K, Y, F, AND ADDRESS OF 1/F.
8265 #--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
8269 or.l &0x01000000,FFRAC(%a6) # GET F: ATTACH A 1 AT THE EIGHTH BIT
8270 mov.l FFRAC(%a6),%d1 # READY TO GET ADDRESS OF 1/F
8288 fmul.x LOGOF2(%pc),%fp1 # GET K*LOG2 WHILE FP0 IS NOT READY
8429 mov.l %d6,%d2 # get k
8519 fadd.x %fp1,%fp1 # GET 2
    [all...]
fpsp.s 1000 # well, we simply have to get to go to _real_unfl()!
1526 mov.w FP_SRC_EX(%a6),%d0 # get exponent
1642 # being traced. Since the stack frames are similar, get the "current" PC
1767 # frame or it will get overwritten when the exc stack frame is shifted "down".
2539 bfextu FP_SRC(%a6){&1:&15},%d0 # get exp
2545 mov.b 3+FP_SRC(%a6),%d0 # get byte 4
2829 neg.l %d0 # get negative of size
2956 # of the faulting instruction to get the "next PC". This is trivial for
3099 # is to get to the handler specified at _real_operr(). But, on the 060, #
3276 # _calc_ea_fout() - fix An if <ea> is -() or ()+; also get <ea>
    [all...]

Completed in 27 milliseconds