Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 25 of 151) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMD5.cpp74 #define GET(n) (block[(n)]) macro
118 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
119 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
120 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body()
121 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
122 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
123 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
124 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body()
125 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
126 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_md5.cpp28 #define GET(n) \ macro
74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body()
77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body()
81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
82 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_md5.cc27 #define GET(n) \ macro
73 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
74 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
75 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body()
76 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
77 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
78 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
79 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body()
80 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
81 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_md5.cc29 #define GET(n) \ macro
75 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
76 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
77 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body()
78 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body()
79 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
80 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body()
81 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body()
82 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body()
83 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dapp.c470 #define GET() \ in do_scrub_chars() macro
544 ch = GET (); in do_scrub_chars()
557 while ((ch = GET ()) == '*') in do_scrub_chars()
577 ch = GET (); in do_scrub_chars()
585 ch = GET (); in do_scrub_chars()
596 ch = GET (); in do_scrub_chars()
633 ch = GET (); in do_scrub_chars()
673 ch = GET (); in do_scrub_chars()
720 ch = GET (); in do_scrub_chars()
730 ch = GET (); in do_scrub_chars()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dapp.c470 #define GET() \ in do_scrub_chars() macro
544 ch = GET (); in do_scrub_chars()
557 while ((ch = GET ()) == '*') in do_scrub_chars()
577 ch = GET (); in do_scrub_chars()
585 ch = GET (); in do_scrub_chars()
596 ch = GET (); in do_scrub_chars()
633 ch = GET (); in do_scrub_chars()
673 ch = GET (); in do_scrub_chars()
720 ch = GET (); in do_scrub_chars()
730 ch = GET (); in do_scrub_chars()
[all …]
/netbsd-src/bin/ps/
H A Dprint.c1245 #define GET(type) (*(type *)bp) in printval() macro
1256 val = GET(char); in printval()
1260 uval = CHK_INF127(GET(u_char)); in printval()
1264 val = GET(short); in printval()
1272 uval = CHK_INF127(GET(u_short)); in printval()
1276 val = GET(int32_t); in printval()
1285 val = GET(int); in printval()
1290 uval = CHK_INF127(GET(u_int)); in printval()
1294 val = GET(long); in printval()
1298 uval = CHK_INF127(GET(u_long)); in printval()
[all …]
/netbsd-src/external/bsd/libevent/dist/cmake/
H A DVersionViaGit.cmake50 list(GET VERSION_LIST 1 _MAJOR)
51 list(GET VERSION_LIST 2 _MINOR)
52 list(GET VERSION_LIST 3 _PATCH)
53 list(GET VERSION_LIST 4 _STAGE)
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c196 #define GET(c) \ macro
259 GET (c); in gmpscan()
271 GET (c); in gmpscan()
280 GET (c); in gmpscan()
303 GET (c); in gmpscan()
321 GET (c); in gmpscan()
353 GET (c); in gmpscan()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dhttpdstat_example.txt5 on the process name "httpd". Here it shows many GET connections,
8 TIME NUM GET POST HEAD TRACE
29 TIME NUM GET POST HEAD TRACE
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dhttpdstat_example.txt5 on the process name "httpd". Here it shows many GET connections,
8 TIME NUM GET POST HEAD TRACE
29 TIME NUM GET POST HEAD TRACE
/netbsd-src/sys/dev/usb/
H A Duvideo.c445 #define GET(type, descp, field) (((const type *)(descp))->field) macro
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, in uvideo_stream_init_desc()
1164 bEndpointAddress = GET(usb_endpoint_descriptor_t, in uvideo_stream_init_desc()
1197 GET(usb_endpoint_descriptor_t, in uvideo_stream_init_desc()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/llvm-lit/
H A DCMakeLists.txt22 list(GET LLVM_LIT_CONFIG_FILES ${i} main_config)
24 list(GET LLVM_LIT_CONFIG_FILES ${i1} site_out)
/netbsd-src/external/bsd/libfido2/dist/man/
H A DCMakeLists.txt328 list(GET MAN_ALIAS ${i} SRC)
329 list(GET MAN_ALIAS ${j} DST)
368 list(GET MAN_ALIAS ${j} DST)
389 list(GET MAN_ALIAS ${j} DST)
406 list(GET MAN_ALIAS ${j} DST)
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c2270 #define GET() (g.in_eof || (g.in_left == 0 && load() == 0) ? EOF : \ macro
2272 #define GET2() (tmp2 = GET(), tmp2 + ((unsigned)(GET()) << 8))
2357 if (GET() & 1) { in read_extra()
2393 g.magic1 = GET(); in get_header()
2397 magic += GET(); in get_header()
2420 method = GET(); /* return low byte of method or 256 */ in get_header()
2421 if (GET() != 0 || flags & 1) in get_header()
2464 method = GET(); in get_header()
2465 flags = GET(); in get_header()
2515 while (GET() != 0) in get_header()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh494 echo_i "Check HTTP/1.1 client-side pipelined requests are handled (GET) ($n)"
498 GET /xml/v3/status HTTP/1.1
501 GET /xml/v3/status HTTP/1.1
556 GET /xml/v3/status HTTP/1.0
559 GET /xml/v3/status HTTP/1.0
581 GET /xml/v3/status HTTP/1.0
585 GET /xml/v3/status HTTP/1.0
/netbsd-src/external/bsd/ipf/dist/l4check/
H A Dhttp.check1 GET /
/netbsd-src/libexec/httpd/testsuite/
H A Dt2.in1 GET / HTTP/1.0
H A Dt3.in1 GET / HTTP/1.1
H A Dt10.in1 GET /xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
H A Dt6.in1 GET /xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
H A Dt4.in1 GET / HTTP/1.1
H A Dt15.in1 GET / HTTP/1.1
H A Dt9.in1 GET /file HTTP/1.1
H A Dt7.in1 GET /file HTTP/1.1

1234567