| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_md5.cpp | 28 #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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | MD5.cpp | 73 #define GET(n) (InternalState.block[(n)]) macro 117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 119 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 120 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 122 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 123 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 124 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() 125 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | app.c | 401 #define GET() \ in do_scrub_chars() macro 470 ch = GET (); in do_scrub_chars() 483 while ((ch = GET ()) == '*') in do_scrub_chars() 503 ch = GET (); in do_scrub_chars() 511 ch = GET (); in do_scrub_chars() 526 ch = GET (); in do_scrub_chars() 561 ch = GET (); in do_scrub_chars() 597 ch = GET (); in do_scrub_chars() 643 ch = GET (); in do_scrub_chars() 652 ch = GET (); in do_scrub_chars() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | app.c | 395 #define GET() \ in do_scrub_chars() macro 464 ch = GET (); in do_scrub_chars() 477 while ((ch = GET ()) == '*') in do_scrub_chars() 497 ch = GET (); in do_scrub_chars() 505 ch = GET (); in do_scrub_chars() 520 ch = GET (); in do_scrub_chars() 558 ch = GET (); in do_scrub_chars() 594 ch = GET (); in do_scrub_chars() 640 ch = GET (); in do_scrub_chars() 650 ch = GET (); in do_scrub_chars() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/ |
| H A D | cookies-03.txt | 4 GET /index.html HTTP/1.1 21 GET /index.html HTTP/1.1 39 GET /index02.html HTTP/1.1 56 GET /index.html HTTP/1.1 74 GET /index02.html HTTP/1.1
|
| H A D | redirect-04.txt | 10 GET /index.html HTTP/1.1 25 GET /index2.html HTTP/1.1 40 GET /index3.html HTTP/1.1
|
| H A D | redirect-05.txt | 8 GET /index.html HTTP/1.1 23 GET /index2.html HTTP/1.1 38 GET /index3.html HTTP/1.1
|
| H A D | cookies-06.txt | 4 GET /index.html HTTP/1.1 21 GET /index.html HTTP/1.1 39 GET /index.html HTTP/1.1
|
| H A D | redirect-03.txt | 10 GET /index.html HTTP/1.1 25 GET /index2.html HTTP/1.1 40 GET /index3.html HTTP/1.1
|
| H A D | cookies-02.txt | 4 GET /index.html HTTP/1.1 21 GET /index.html HTTP/1.1 39 GET /index.html HTTP/1.1
|
| H A D | redirect-02.txt | 10 GET /index.html HTTP/1.1 25 GET /index2.html HTTP/1.1 40 GET /index3.html HTTP/1.1
|
| H A D | redirect-06.txt | 8 GET /index.html HTTP/1.1 23 GET /index2.html HTTP/1.1
|
| H A D | redirect-07.txt | 8 GET /index.html HTTP/1.1 23 GET /index2.html HTTP/1.1
|
| H A D | redirect-01.txt | 8 GET /index.html HTTP/1.1 23 GET /index2.html HTTP/1.1
|
| H A D | redirect-10.txt | 8 GET /index.html HTTP/1.1 23 GET /index2.html HTTP/1.1
|
| H A D | cookies-05.txt | 6 GET /index.html HTTP/1.1 23 GET /index.html HTTP/1.1
|
| H A D | cookies-01.txt | 4 GET /index.html HTTP/1.1 21 GET /index.html HTTP/1.1
|
| H A D | cookies-07.txt | 4 GET /index.html HTTP/1.1 22 GET /index.html HTTP/1.1
|
| H A D | auth-03.txt | 8 GET /index.html HTTP/1.1 24 GET /index2.html HTTP/1.1
|
| H A D | cookies-04.txt | 6 GET /index.html HTTP/1.1 24 GET /index.html HTTP/1.1
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/ |
| H A D | HTTPClient.h | 25 enum class HTTPMethod { GET }; enumerator 31 HTTPMethod Method = HTTPMethod::GET;
|
| /openbsd-src/bin/ps/ |
| H A D | print.c | 799 #define GET(type) (*(type *)bp) in printval() macro 804 (void)printf(ofmt, v->width, GET(int8_t)); in printval() 807 (void)printf(ofmt, v->width, CHK_INF127(GET(u_int8_t))); in printval() 810 (void)printf(ofmt, v->width, GET(int16_t)); in printval() 813 (void)printf(ofmt, v->width, CHK_INF127(GET(u_int16_t))); in printval() 816 (void)printf(ofmt, v->width, GET(int32_t)); in printval() 819 (void)printf(ofmt, v->width, CHK_INF127(GET(u_int32_t))); in printval() 822 (void)printf(ofmt, v->width, GET(int64_t)); in printval() 825 (void)printf(ofmt, v->width, CHK_INF127(GET(u_int64_t))); in printval() 830 #undef GET in printval()
|
| /openbsd-src/gnu/llvm/llvm/utils/llvm-lit/ |
| H A D | CMakeLists.txt | 22 list(GET LLVM_LIT_CONFIG_FILES ${i} main_config) 24 list(GET LLVM_LIT_CONFIG_FILES ${i1} site_out)
|
| /openbsd-src/gnu/gcc/gcc/config/mmix/ |
| H A D | crti.asm | 100 GET $0,:rJ 117 GET $0,:rJ
|
| /openbsd-src/games/monop/ |
| H A D | cards.inp | 2 >> GET OUT OF JAIL FREE << 61 >> GET OUT OF JAIL FREE <<
|