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

/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp73 #define GET(n) (InternalState.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-current/share/examples/ipfilter/l4check/
H A Dl4check.conf15 probe string GET /\n\n
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h27 enum class HTTPMethod { GET };
33 HTTPMethod Method = HTTPMethod::GET;
/freebsd-current/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c85 * when |action_type == GET|.
139 * way necessary, when |action_type == GET|.
153 NONE = 0, GET = 1, SET = 2 enumerator in enum:action
169 * The action type (GET or SET). This may be 0 in some cases, and should
218 * If the item has this set to 0, it means that both GET and SET are
274 * |fixup_args| is always called before (for SET) or after (for GET)
315 if (!ossl_assert(translation->action_type != GET)) {
347 * data between p1+p2 (SET) or return value+p2 (GET) as long as the values
356 * PRE_CTRL_TO_PARAMS, SET | GET - |p1| and |p2| are converted to an
361 * POST_CTRL_TO_PARAMS, GET
[all...]
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c188 #define GET(name, var) \ macro
195 GET("height", height)
196 GET("width", width)
197 GET("depth", depth)
198 GET("linebytes", stride)
199 #undef GET macro
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dsetup.ksh146 GET=$($ZPOOL 2>&1 | $FGREP "get <all")
147 if [ -n "$GET" ]
/freebsd-current/tests/atf_python/sys/netlink/
H A Dnetlink_generic.py144 NlMsgProps(GenlCtrlMsgType.CTRL_CMD_GETFAMILY, NlMsgCategory.GET),
190 NlMsgProps(CarpMsgType.CARP_NL_CMD_GET, NlMsgCategory.GET),
292 NlMsgProps(KtestMsgType.KTEST_CMD_LIST, NlMsgCategory.GET),
H A Dmessage.py24 GET = 1 variable in class:NlMsgCategory
98 elif category == NlMsgCategory.GET:
H A Dnetlink_route.py694 NlMsgProps(NlRtMsgType.RTM_GETROUTE, NlMsgCategory.GET),
734 NlMsgProps(NlRtMsgType.RTM_GETLINK, NlMsgCategory.GET),
766 NlMsgProps(NlRtMsgType.RTM_GETADDR, NlMsgCategory.GET),
798 NlMsgProps(NlRtMsgType.RTM_GETNEIGH, NlMsgCategory.GET),
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.h100 #define GET 2 macro
H A Drpc_cout.c586 flag = GET;
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp108 if (Request.Method != HTTPMethod::GET)
/freebsd-current/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-current/lib/libc/db/test/
H A Ddbtest.c46 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
189 command = GET;
277 case GET:
/freebsd-current/sbin/setkey/
H A Dparse.y103 %token ADD GET DELETE DELETEALL FLUSH DUMP
204 : GET ipaddropts ipaddr ipaddr protocol_spec spi extension_spec EOT
/freebsd-current/sys/netipsec/
H A Dkey_debug.c98 SADB_NAME(GET);
/freebsd-current/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 406 milliseconds