/third_party/skia/third_party/externals/freetype/src/base/ |
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(4), 0xe7d3fbc8, 20) in body() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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(9), 0x21e1cde6, 5) in body() [all …]
|
/third_party/curl/lib/ |
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(4), 0xe7d3fbc8, 20) in body() [all …]
|
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(13) + 0x5a827999, 13) in body() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 153 NONE = 0, GET = 1, SET = 2 enumerator 315 if (!ossl_assert(translation->action_type != GET)) { in default_check() 521 if (ctx->action_type == GET) { in default_fixup_args() 653 && ctx->action_type == GET) { in default_fixup_args() 698 } else if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == GET) { in default_fixup_args() 756 if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == GET) { in fix_cipher_md() 777 } else if (state == POST_PARAMS_TO_CTRL && ctx->action_type == GET) { in fix_cipher_md() 785 if (state == POST_CTRL_TO_PARAMS && ctx->action_type == GET) { in fix_cipher_md() 826 || state == POST_CTRL_STR_TO_PARAMS) && ctx->action_type == GET) { in fix_distid_len() 876 ctx->action_type = GET; in fix_kdf_type() [all …]
|
/third_party/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 153 NONE = 0, GET = 1, SET = 2 enumerator 315 if (!ossl_assert(translation->action_type != GET)) { in default_check() 521 if (ctx->action_type == GET) { in default_fixup_args() 653 && ctx->action_type == GET) { in default_fixup_args() 753 if (state == PRE_CTRL_TO_PARAMS && ctx->action_type == GET) { in fix_cipher_md() 774 } else if (state == POST_PARAMS_TO_CTRL && ctx->action_type == GET) { in fix_cipher_md() 782 if (state == POST_CTRL_TO_PARAMS && ctx->action_type == GET) { in fix_cipher_md() 823 || state == POST_CTRL_STR_TO_PARAMS) && ctx->action_type == GET) { in fix_distid_len() 873 ctx->action_type = GET; in fix_kdf_type() 883 || (state == POST_PARAMS_TO_CTRL && ctx->action_type == GET)) { in fix_kdf_type() [all …]
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 115 list(GET SUFFICES_FILENAMES ${INDEX} SUFFIX) 116 list(GET SUFFICES_FILENAMES ${INDEX_1} FILENAME) 117 list(GET SUFFICES_FILENAMES ${INDEX_2} TEMPFILENAME) 139 list(GET SUFFICES_FILENAMES ${INDEX_1} FILENAME) 140 list(GET SUFFICES_FILENAMES ${INDEX_2} TEMPFILENAME) 163 list(GET STACK_LIST "${LAST_ITEM_INDEX}" LAST_ITEM) 180 list(GET STACK_LIST "${LAST_ITEM_INDEX}" LAST_ITEM) 192 list(GET STACK_ITEM_LIST 3 TP_INDEX) 194 list(GET TEMPLATE_PARAMETERS ${TP_SIZE_INDEX} TP_SIZE) 198 list(GET TEMPLATE_PARAMETERS ${TP_KV_INDEX} TP_KEY) [all …]
|
/third_party/curl/tests/data/ |
D | test528 | 5 HTTP GET 37 HTTP GET same file using different handles but same connection 47 GET /path/%TESTNUMBER HTTP/1.1 51 GET /path/%TESTNUMBER HTTP/1.1 55 GET /path/%TESTNUMBER HTTP/1.1 59 GET /path/%TESTNUMBER HTTP/1.1
|
D | test25 | 5 HTTP GET 77 GET /want/%TESTNUMBER HTTP/1.1 82 GET /want/data/reply/%TESTNUMBER HTTP/1.1 87 GET /want/data/reply/data/reply/%TESTNUMBER HTTP/1.1 92 GET /want/data/reply/data/reply/data/reply/%TESTNUMBER HTTP/1.1 97 GET /want/data/reply/data/reply/data/reply/data/reply/%TESTNUMBER HTTP/1.1 102 GET /want/data/reply/data/reply/data/reply/data/reply/data/reply/%TESTNUMBER HTTP/1.1
|
D | test2049 | 5 HTTP GET 42 GET /%TESTNUMBER HTTP/1.1 47 GET /%TESTNUMBER HTTP/1.1 52 GET /%TESTNUMBER HTTP/1.1 57 GET /%TESTNUMBER HTTP/1.1
|
D | test1235 | 5 HTTP GET 44 GET /%TESTNUMBER0001 HTTP/1.1 49 GET /%TESTNUMBER0002 HTTP/1.1 54 GET /%TESTNUMBER0001 HTTP/1.1 59 GET /%TESTNUMBER0002 HTTP/1.1
|
D | test2054 | 5 HTTP GET 42 GET /%TESTNUMBER HTTP/1.1 47 GET /%TESTNUMBER HTTP/1.1 52 GET /%TESTNUMBER HTTP/1.1 57 GET /%TESTNUMBER HTTP/1.1
|
D | test2031 | 5 HTTP GET 259 GET /%TESTNUMBER0100 HTTP/1.1 264 GET /%TESTNUMBER0100 HTTP/1.1 269 GET /%TESTNUMBER0200 HTTP/1.1 274 GET /%TESTNUMBER0200 HTTP/1.1 279 GET /%TESTNUMBER0300 HTTP/1.1 284 GET /%TESTNUMBER0300 HTTP/1.1 289 GET /%TESTNUMBER0400 HTTP/1.1 294 GET /%TESTNUMBER0400 HTTP/1.1 299 GET /%TESTNUMBER0500 HTTP/1.1 [all …]
|
D | test157 | 5 HTTP GET 18 GET received and served just fine. Thank you very much 28 HTTP GET with --anyauth (when the server requires none) 38 GET /%TESTNUMBER HTTP/1.1
|
D | test1567 | 52 GET /%TESTNUMBER HTTP/1.1 56 GET /%TESTNUMBER0002 HTTP/1.1 60 GET /%TESTNUMBER HTTP/1.1 64 GET /%TESTNUMBER0002 HTTP/1.1
|
D | test361 | 5 HTTP GET 25 HTTP GET --fail-with-body on HTTP error return - twice 35 GET /%TESTNUMBER HTTP/1.1 40 GET /%TESTNUMBER HTTP/1.1
|
D | test1280 | 37 GET /a/%TESTNUMBER HTTP/1.1 42 GET /b/%TESTNUMBER HTTP/1.1 47 GET /c/%TESTNUMBER HTTP/1.1 52 GET /d/%TESTNUMBER HTTP/1.1
|
D | test1551 | 51 GET /%TESTNUMBER HTTP/1.1 55 GET /%TESTNUMBER0002 HTTP/1.1 59 GET /%TESTNUMBER HTTP/1.1 63 GET /%TESTNUMBER0002 HTTP/1.1
|
D | test2028 | 5 HTTP GET 256 GET /%TESTNUMBER0100 HTTP/1.1 260 GET /%TESTNUMBER0100 HTTP/1.1 265 GET /%TESTNUMBER0200 HTTP/1.1 270 GET /%TESTNUMBER0200 HTTP/1.1 275 GET /%TESTNUMBER0300 HTTP/1.1 279 GET /%TESTNUMBER0300 HTTP/1.1 284 GET /%TESTNUMBER0400 HTTP/1.1 289 GET /%TESTNUMBER0400 HTTP/1.1 294 GET /%TESTNUMBER0500 HTTP/1.1 [all …]
|
D | test1510 | 55 HTTP GET connection cache limit (CURLOPT_MAXCONNECTS) 65 GET /path/%TESTNUMBER0001 HTTP/1.1 69 GET /path/%TESTNUMBER0002 HTTP/1.1 73 GET /path/%TESTNUMBER0003 HTTP/1.1 77 GET /path/%TESTNUMBER0004 HTTP/1.1
|
D | test1506 | 55 HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS) 65 GET /path/%TESTNUMBER0001 HTTP/1.1 69 GET /path/%TESTNUMBER0002 HTTP/1.1 73 GET /path/%TESTNUMBER0003 HTTP/1.1 77 GET /path/%TESTNUMBER0004 HTTP/1.1
|
D | test535 | 5 HTTP GET 48 HTTP GET multi two files with FAILONERROR 59 GET /%TESTNUMBER HTTP/1.1 63 GET /%TESTNUMBER0001 HTTP/1.1
|
/third_party/pcre2/pcre2/src/ |
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()
|
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(ce, 1); while (*ce == OP_ALT); in find_minlength() [all …]
|
/third_party/libcoap/examples/ |
D | README.etsi_iot | 14 [+] TD_COAP_CORE_01 Perform GET transaction (CON mode) 18 [+] TD_COAP_CORE_05 Perform GET transaction (NON mode) 22 [+] TD_COAP_CORE_09 Perform GET transaction with delayed response (CON mode, no piggyback) 34 [+] TD_COAP_BLOCK_01 Handle GET blockwise transfer for large resource (early negotiation) 35 [+] TD_COAP_BLOCK_02 Handle GET blockwise transfer for large resource (late negotiation)
|