/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | md5.c | 83 #define GET(n) \ macro 92 #define GET(n) \ macro 138 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 139 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 140 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 141 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 142 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 143 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 144 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 145 STEP(G, b, c, d, a, GET( in body() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | MD5.cpp | 73 #define GET(n) (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( in body() [all...] |
/third_party/curl/lib/ |
H A D | md5.c | 332 #define GET(n) \ macro 341 #define GET(n) \ macro 388 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 389 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 390 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 391 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 392 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 393 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 394 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 395 STEP(G, b, c, d, a, GET( in body() [all...] |
H A D | md4.c | 300 #define GET(n) \ macro 309 #define GET(n) \ macro 356 STEP(G, a, b, c, d, GET(0) + 0x5a827999, 3) in body() 357 STEP(G, d, a, b, c, GET(4) + 0x5a827999, 5) in body() 358 STEP(G, c, d, a, b, GET(8) + 0x5a827999, 9) in body() 359 STEP(G, b, c, d, a, GET(12) + 0x5a827999, 13) in body() 360 STEP(G, a, b, c, d, GET(1) + 0x5a827999, 3) in body() 361 STEP(G, d, a, b, c, GET(5) + 0x5a827999, 5) in body() 362 STEP(G, c, d, a, b, GET(9) + 0x5a827999, 9) in body() 363 STEP(G, b, c, d, a, GET(1 in body() [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 85 * when |action_type == GET|. 139 * way necessary, when |action_type == GET|. 153 NONE = 0, GET = 1, SET = 2 enumerator 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)) { in default_check() 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...] |
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 85 * when |action_type == GET|. 139 * way necessary, when |action_type == GET|. 153 NONE = 0, GET = 1, SET = 2 enumerator 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)) { in default_check() 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...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_study.c | 116 PCRE2_SPTR nextbranch = code + GET(code, 1); in find_minlength() 158 cs = cc + GET(cc, 1); in find_minlength() 190 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 212 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 239 nextbranch = cc + GET(cc, 1); in find_minlength() 253 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 280 cc += GET(cc, 1 + 2*LINK_SIZE); in find_minlength() 290 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 420 cc += GET(cc, 1); in find_minlength() 498 do ce += GET(c in find_minlength() [all...] |
H A D | pcre2_pattern_info.c | 388 cc += GET(cc, 1); in pcre2_callout_enumerate() 401 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate() 402 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate() 413 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate() 414 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate() 416 cb.callout_string_offset = GET(cc, 1 + 3*LINK_SIZE); in pcre2_callout_enumerate() 418 GET(cc, 1 + 2*LINK_SIZE) - (1 + 4*LINK_SIZE) - 2; in pcre2_callout_enumerate() 422 cc += GET(cc, 1 + 2*LINK_SIZE); in pcre2_callout_enumerate()
|
H A D | pcre2_auto_possess.c | 477 end = code + GET(code, 0) - 1; in get_chr_property_list() 578 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes() 586 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes() 620 switch(*(code - GET(code, 1))) in compare_opcodes() 667 next_code = code + GET(code, 1); in compare_opcodes() 678 next_code += GET(next_code, 1); in compare_opcodes() 691 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes() 1199 repeat_opcode = code + GET(code, 1); in auto_possessify() 1271 code += GET(code, 1 + 2*LINK_SIZE); in auto_possessify() 1276 code += GET(cod in auto_possessify() [all...] |
H A D | pcre2_printint.c | 408 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint() 433 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint() 617 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint() 645 GET(code, 1), GET(code, 1 + LINK_SIZE)); in pcre2_printint() 651 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint() 659 fprintf(f, "%c %d %d %d", c, GET(code, 1 + 3*LINK_SIZE), GET(code, 1), in pcre2_printint() 660 GET(code, 1 + LINK_SIZE)); in pcre2_printint() 686 extra = GET(cod in pcre2_printint() [all...] |
H A D | pcre2_dfa_match.c | 361 (PCRE2_SIZE)GET(code, 1 + 2*LINK_SIZE + extracode); in do_callout_dfa() 371 cb->pattern_position = GET(code, 1 + extracode); in do_callout_dfa() 372 cb->next_item_length = GET(code, 1 + LINK_SIZE + extracode); in do_callout_dfa() 384 cb->callout_string_offset = GET(code, 1 + 3*LINK_SIZE + extracode); in do_callout_dfa() 592 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match() 594 end_code += GET(end_code, 1); in internal_dfa_match() 637 size_t back = (revlen == 0)? 0 : (size_t)GET(end_code, 2+LINK_SIZE); in internal_dfa_match() 643 end_code += GET(end_code, 1); in internal_dfa_match() 662 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT); in internal_dfa_match() 679 end_code += GET(end_cod in internal_dfa_match() [all...] |
H A D | pcre2_intmodedep.h | 61 #undef GET macro 108 #define GET(a,n) \ macro 117 #define GET(a,n) \ macro 127 #define GET(a,n) \ macro 145 #define GET(a,n) \ macro 155 #define GET(a,n) \ macro 171 #define GET(a,n) \ macro
|
H A D | pcre2_find_bracket.c | 83 if (c == OP_XCLASS) code += GET(code, 1); in find_bracket() 84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in find_bracket()
|
H A D | pcre2_match.c | 276 PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE); in do_callout() 302 cb->pattern_position = GET(Fecode, 1); in do_callout() 303 cb->next_item_length = GET(Fecode, 1 + LINK_SIZE); in do_callout() 315 cb->callout_string_offset = GET(Fecode, 1 + 3*LINK_SIZE); in do_callout() 2127 Fecode += GET(Fecode, 1); /* Advance past the item */ in match() 5135 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match() 5141 do Lnext_ecode += GET(Lnext_ecode, 1); while (*Lnext_ecode == OP_ALT); in match() 5151 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match() 5204 do Fecode += GET(Fecode, 1); while (*Fecode == OP_ALT); in match() 5216 PCRE2_SPTR next_ecode = Fecode + GET(Fecod in match() [all...] |
/third_party/backends/backend/ |
H A D | hs2p.h | 487 #define GET SANE_TRUE macro 490 #define get_endorser_control(fd,val) (endorser_control( (fd), (val), GET )) 493 #define get_connection_parameters(fd,parm) (connection_parameters( (fd), (parm), GET )) 496 #define get_adf_control(fd, a, b, c) (adf_control( (fd), GET, (a), (b), (c) )) 501 #define get_white_balance(fd,val) (white_balance( (fd), (val), GET )) 504 #define get_scan_wait_mode(fd) (scan_wait_mode( (fd), 0, GET )) 507 #define get_service_mode(fd) (service_mode( (fd), 0, GET ))
|
/third_party/node/test/parallel/ |
H A D | test-http-response-splitting.js | 58 client.write(`GET ${str} ${end}`); 59 client.write(`GET / ${end}`); 60 client.write(`GET / ${end}`);
|
H A D | test-http-incoming-pipelined-socket-destroy.js | 67 return `GET /${r} HTTP/1.1\r\n` +
|
H A D | test-http-pipeline-flood.js | 71 let req = `GET / HTTP/1.1\r\nHost: localhost:${port}\r\nAccept: */*\r\n\r\n`;
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 205 XX(1, GET, GET) \ 241 XX(1, GET, GET) \ 259 XX(1, GET, GET) \
|
/third_party/ffmpeg/compat/cuda/ |
H A D | cuda_runtime.h | 94 #define GET(name, reg) static inline __device__ uint3 name() {\ macro 103 GET(getBlockIdx, ctaid) 104 GET(getBlockDim, ntid) 105 GET(getThreadIdx, tid)
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 330 XX(1, GET, GET) \ 366 XX(1, GET, GET) \ 384 XX(1, GET, GET) \
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | simplepost.c | 21 #define GET 0 macro 145 con_info->connectiontype = GET; in answer_to_connection() 152 if (0 == strcmp (method, "GET")) in answer_to_connection()
|
H A D | largepost.c | 20 #define GET 0 macro 183 con_info->connectiontype = GET; in answer_to_connection() 190 if (0 == strcmp (method, "GET")) in answer_to_connection()
|
/third_party/nghttp2/src/ |
H A D | shrpx_memcached_request.h | 39 GET = 0x00, member in shrpx::MemcachedOp
|
/third_party/rust/crates/nom/benchmarks/benches/ |
H A D | http.rs | 157 let data = &b"GET / HTTP/1.1
|