Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/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) 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 DMD5.cpp73 #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 Dapp.c401 #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 Dapp.c395 #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 Dcookies-03.txt4 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 Dredirect-04.txt10 GET /index.html HTTP/1.1
25 GET /index2.html HTTP/1.1
40 GET /index3.html HTTP/1.1
H A Dredirect-05.txt8 GET /index.html HTTP/1.1
23 GET /index2.html HTTP/1.1
38 GET /index3.html HTTP/1.1
H A Dcookies-06.txt4 GET /index.html HTTP/1.1
21 GET /index.html HTTP/1.1
39 GET /index.html HTTP/1.1
H A Dredirect-03.txt10 GET /index.html HTTP/1.1
25 GET /index2.html HTTP/1.1
40 GET /index3.html HTTP/1.1
H A Dcookies-02.txt4 GET /index.html HTTP/1.1
21 GET /index.html HTTP/1.1
39 GET /index.html HTTP/1.1
H A Dredirect-02.txt10 GET /index.html HTTP/1.1
25 GET /index2.html HTTP/1.1
40 GET /index3.html HTTP/1.1
H A Dredirect-06.txt8 GET /index.html HTTP/1.1
23 GET /index2.html HTTP/1.1
H A Dredirect-07.txt8 GET /index.html HTTP/1.1
23 GET /index2.html HTTP/1.1
H A Dredirect-01.txt8 GET /index.html HTTP/1.1
23 GET /index2.html HTTP/1.1
H A Dredirect-10.txt8 GET /index.html HTTP/1.1
23 GET /index2.html HTTP/1.1
H A Dcookies-05.txt6 GET /index.html HTTP/1.1
23 GET /index.html HTTP/1.1
H A Dcookies-01.txt4 GET /index.html HTTP/1.1
21 GET /index.html HTTP/1.1
H A Dcookies-07.txt4 GET /index.html HTTP/1.1
22 GET /index.html HTTP/1.1
H A Dauth-03.txt8 GET /index.html HTTP/1.1
24 GET /index2.html HTTP/1.1
H A Dcookies-04.txt6 GET /index.html HTTP/1.1
24 GET /index.html HTTP/1.1
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h25 enum class HTTPMethod { GET }; enumerator
31 HTTPMethod Method = HTTPMethod::GET;
/openbsd-src/bin/ps/
H A Dprint.c799 #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 DCMakeLists.txt22 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 Dcrti.asm100 GET $0,:rJ
117 GET $0,:rJ
/openbsd-src/games/monop/
H A Dcards.inp2 >> GET OUT OF JAIL FREE <<
61 >> GET OUT OF JAIL FREE <<

12345