/third_party/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/flutter/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/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 | 284 #define GET(n) \ macro 293 #define GET(n) \ macro 340 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 341 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 342 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) in body() 343 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) in body() 344 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 345 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) in body() 346 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) in body() 347 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) in body() [all …]
|
D | md4.c | 286 #define GET(n) \ macro 295 #define GET(n) \ macro 342 STEP(G, a, b, c, d, GET(0) + 0x5a827999, 3) in body() 343 STEP(G, d, a, b, c, GET(4) + 0x5a827999, 5) in body() 344 STEP(G, c, d, a, b, GET(8) + 0x5a827999, 9) in body() 345 STEP(G, b, c, d, a, GET(12) + 0x5a827999, 13) in body() 346 STEP(G, a, b, c, d, GET(1) + 0x5a827999, 3) in body() 347 STEP(G, d, a, b, c, GET(5) + 0x5a827999, 5) in body() 348 STEP(G, c, d, a, b, GET(9) + 0x5a827999, 9) in body() 349 STEP(G, b, c, d, a, GET(13) + 0x5a827999, 13) in body() [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 | 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 | 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 | 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 | test27 | 5 HTTP GET 37 GET /want/%TESTNUMBER HTTP/1.1 42 GET /want/%TESTNUMBER HTTP/1.1 48 GET /want/%TESTNUMBER HTTP/1.1
|
D | test1909 | 5 HTTP GET 36 HTTP GET --retry-all-errors to overcome partial transfer 47 GET /%TESTNUMBER HTTP/1.1 52 GET /%TESTNUMBER HTTP/1.1
|
D | test1328 | 5 HTTP GET 47 HTTP GET a globbed range with -f 58 GET /%TESTNUMBER0000 HTTP/1.1 63 GET /%TESTNUMBER0001 HTTP/1.1
|
D | test198 | 5 HTTP GET 46 HTTP GET --retry on 503 error with output to file 57 GET /%TESTNUMBER HTTP/1.1 62 GET /%TESTNUMBER 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
|
D | test183 | 5 HTTP GET 28 HTTP GET two URLs over a single proxy with persistent connection 41 GET http://deathstar.another.galaxy/%TESTNUMBER HTTP/1.1 47 GET http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1
|
D | test189 | 5 HTTP GET 45 HTTP GET with resume and redirect (to a page that doesn't resume) 55 GET /%TESTNUMBER HTTP/1.1 61 GET /%TESTNUMBER HTTP/1.1
|
/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/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()
|