Searched refs:GET (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp28 #define GET(n) \ macro
74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20)
82 STEP(G, a, b, c, d, GET(
147 #undef GET macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp73 #define GET(n) (block[(n)]) macro
117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5)
118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9)
119 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14)
120 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20)
121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5)
122 STEP(G, d, a, b, c, GET(10), 0x02441453, 9)
123 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14)
124 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20)
125 STEP(G, a, b, c, d, GET(
[all...]
/freebsd-12-stable/contrib/ipfilter/l4check/
H A Dl4check.conf15 probe string GET /\n\n
/freebsd-12-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c192 #define GET(name, var) \ macro
199 GET("height", height)
200 GET("width", width)
201 GET("depth", depth)
202 GET("linebytes", stride)
203 #undef GET macro
/freebsd-12-stable/contrib/binutils/gas/
H A Dapp.c327 /* This function is called to process input characters. The GET
328 parameter is used to retrieve more input characters. GET should
400 #define GET() \ macro
469 ch = GET ();
482 while ((ch = GET ()) == '*')
502 ch = GET ();
510 ch = GET ();
521 ch = GET ();
532 GET and PUT macros. */
558 ch = GET ();
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dsetup.ksh151 GET=$($ZPOOL 2>&1 | $FGREP "get <all")
152 if [ -n "$GET" ]
/freebsd-12-stable/sbin/iscontrol/
H A Discontrol.h114 GET enumerator in enum:__anon8870
H A Dlogin.c213 mp->func(sess, ptr+kp->len+1, GET);
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_util.h105 #define GET 2 macro
H A Drpc_cout.c596 flag = GET;
/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c110 * Find a variable for SET/GET and the first GETBULK pass.
112 * the correct SNMPv2 GET exception code.
197 * Execute a GET operation. The tree is rooted at the global 'root'.
225 if (TR(GET))
232 if (TR(GET))
241 if (TR(GET))
251 if (TR(GET))
273 if (TR(GET))
354 /* make a GET operation */
441 if (TR(GET))
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
218 command = GET;
298 case GET:
/freebsd-12-stable/lib/libc/db/test/
H A Ddbtest.c58 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
201 command = GET;
289 case GET:
/freebsd-12-stable/sbin/setkey/
H A Dparse.y99 %token ADD GET DELETE DELETEALL FLUSH DUMP
200 : GET ipaddropts ipaddr ipaddr protocol_spec spi extension_spec EOT
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddwarf.c2951 #define GET(N) byte_get (start, N); start += N macro
3044 fc->ra = GET (1);
3061 fc->ra = GET (1);
3074 fc->ra = GET (1);
3674 #undef GET macro
/freebsd-12-stable/sys/netipsec/
H A Dkey_debug.c99 SADB_NAME(GET);
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js6895 rnoContent = /^(?:GET|HEAD)$/,
7057 // Default to a GET request
7058 var type = "GET";
7201 type: "GET",
7988 s.type = "GET";

Completed in 317 milliseconds