| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_md5.cpp | 28 #define GET(n) \ 74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) 75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) 76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) 77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) 78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) 79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) 80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) 81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) 82 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5 [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_md5.cpp | 28 #define GET(n) \ 74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) 75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) 76 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) 77 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) 78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) 79 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) 80 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) 81 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) 82 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5 [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_md5.cc | 29 #define GET(n) \ 75 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) 76 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) 77 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) 78 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) 79 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) 80 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) 81 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) 82 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) 83 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5 [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| MD5.cpp | 74 #define GET(n) (block[(n)]) 118 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) 119 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) 120 STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) 121 STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) 122 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) 123 STEP(G, d, a, b, c, GET(10), 0x02441453, 9) 124 STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) 125 STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) 126 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5 [all...] |
| /src/external/bsd/ipf/dist/l4check/ |
| l4check.conf | 15 probe string GET /\n\n
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sym-file-loader.c | 50 #define GET(hdr, field) (\ 114 GET (phdr, p_memsz), perm, 118 mapped_size = GET (phdr, p_memsz); 120 from = (void *) (addr + GET (phdr, p_offset)); 123 memcpy (to, from, GET (phdr, p_filesz)); 306 phdr = (Elf_External_Phdr *) (addr + GET (ehdr, e_phoff)); 307 for (i = 0; i < GET (ehdr, e_phnum); i++, phdr++) 309 if (GET (phdr, p_type) == PT_LOAD) 329 /* Get the text section. */ 334 if (translate_offset (GET (text, sh_offset), lib->segments, text_addr [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sym-file-loader.c | 50 #define GET(hdr, field) (\ 114 GET (phdr, p_memsz), perm, 118 mapped_size = GET (phdr, p_memsz); 120 from = (void *) (addr + GET (phdr, p_offset)); 123 memcpy (to, from, GET (phdr, p_filesz)); 306 phdr = (Elf_External_Phdr *) (addr + GET (ehdr, e_phoff)); 307 for (i = 0; i < GET (ehdr, e_phnum); i++, phdr++) 309 if (GET (phdr, p_type) == PT_LOAD) 329 /* Get the text section. */ 334 if (translate_offset (GET (text, sh_offset), lib->segments, text_addr [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| ctrl_params_translate.c | 20 /* The following includes get us all the EVP_PKEY_CTRL macros */ 85 * when |action_type == GET|. 139 * way necessary, when |action_type == GET|. 153 NONE = 0, GET = 1, SET = 2 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)) { 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 a [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| app.c | 458 /* This function is called to process input characters. The GET 459 parameter is used to retrieve more input characters. GET should 470 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen, 523 get squashed into "cmp r1,r2||trap#1", with the all important space 528 #define GET() \ 532 fromlen = (*get) (input_buffer, sizeof input_buffer), \ 568 fromlen = (*get) (input_buffer, sizeof input_buffer); 598 ch = GET (); 606 ch = GET (); 617 ch = GET (); [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| app.c | 462 /* This function is called to process input characters. The GET 463 parameter is used to retrieve more input characters. GET should 474 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen, 527 get squashed into "cmp r1,r2||trap#1", with the all important space 532 #define GET() \ 536 fromlen = (*get) (input_buffer, sizeof input_buffer), \ 572 fromlen = (*get) (input_buffer, sizeof input_buffer); 602 ch = GET (); 610 ch = GET (); 621 ch = GET (); [all...] |
| /src/bin/ps/ |
| print.c | 1245 #define GET(type) (*(type *)bp) 1256 val = GET(char); 1260 uval = CHK_INF127(GET(u_char)); 1264 val = GET(short); 1272 uval = CHK_INF127(GET(u_short)); 1276 val = GET(int32_t); 1285 val = GET(int); 1290 uval = CHK_INF127(GET(u_int)); 1294 val = GET(long); 1298 uval = CHK_INF127(GET(u_long)) [all...] |
| /src/external/lgpl3/gmp/dist/scanf/ |
| doscan.c | 81 Because funs->scan doesn't get the whole input it can't put the right 141 applied in system C libraries. Even GLIBC doesn't seem to get it 170 function call fun->get per character. The fscanf could use getc 196 #define GET(c) \ 202 (c) = (*funs->get) (data); \ 233 c = (*funs->get) (data); 259 GET (c); 271 GET (c); 280 GET (c); 303 GET (c) [all...] |
| /src/usr.bin/patch/ |
| common.h | 49 #define GET "get -e %s" 50 #define SCCSDIFF "get -p %s | diff - %s >/dev/null"
|
| /src/usr.bin/rpcgen/ |
| rpc_util.h | 51 #define GET 2
|
| rpc_cout.c | 594 flag = GET;
|
| /src/sys/dev/usb/ |
| uvideo.c | 445 #define GET(type, descp, field) (((const type *)(descp))->field) 458 GET(format_type, format_desc, bFormatIndex)); \ 461 GET(frame_type, frame_desc, bFrameIndex)); \ 463 UGETW(GET(frame_type, frame_desc, wWidth)); \ 465 UGETW(GET(frame_type, frame_desc, wHeight)); \ 467 GET(format_type, format_desc, bAspectRatioX); \ 469 GET(format_type, format_desc, bAspectRatioY); \ 1162 bmAttributes = GET(usb_endpoint_descriptor_t, 1164 bEndpointAddress = GET(usb_endpoint_descriptor_t, 1197 GET(usb_endpoint_descriptor_t [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/mmix/ |
| crti.S | 125 % functions or where they store rJ. We shouldn't get there, so die 131 GET $0,:rJ 148 GET $0,:rJ
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mmix/ |
| crti.S | 125 % functions or where they store rJ. We shouldn't get there, so die 131 GET $0,:rJ 148 GET $0,:rJ
|
| /src/usr.bin/m4/ |
| gnum4.c | 747 #define GET() if (fgets(line, (int)sizeof(line), f) == NULL) goto out 750 GET(); /* comment */ 751 GET(); /* version */ 758 GET();
|
| /src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| tests.sh | 494 echo_i "Check HTTP/1.1 client-side pipelined requests are handled (GET) ($n)" 498 GET /xml/v3/status HTTP/1.1 501 GET /xml/v3/status HTTP/1.1 556 GET /xml/v3/status HTTP/1.0 559 GET /xml/v3/status HTTP/1.0 581 GET /xml/v3/status HTTP/1.0 585 GET /xml/v3/status HTTP/1.0 621 "${CURL}" --silent --include --get "$URL" --next --get --header @header.in$n "$URL" >curl.out$n && ret=1 647 "${CURL}" --silent --include --get "$URL" --next --get --header @header.in$n "$URL" >curl.out$n && ret= [all...] |
| /src/external/zlib/pigz/dist/ |
| pigz.c | 36 1.1 28 Jan 2007 Avoid void * arithmetic (some compilers don't get that) 272 can't get way ahead of the write thread and build up a large backlog of 290 that reading does not get way ahead of compression and eat up memory with 1161 /* get a space from a pool -- the use count is initially set to one, so there 1410 /* get the next compression job from the head of the list, compress and compute 1440 /* get a job (like I tell my son) */ 1528 /* add enough empty blocks to get to a byte boundary */ 1657 /* get next write job in order */ 1688 /* get the next buffer in sequence */ 1778 /* get more input if we don't already have some * 3771 static int get = 0; \/* if not zero, look for option parameter *\/ local [all...] |
| /src/tests/lib/libc/db/ |
| h_db.c | 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; 67 static void get(DB *, DBT *); 211 case 'g': /* get */ 214 command = GET; 294 case GET: 295 get(dbp, &key); 370 get(DB *dbp, DBT *kp) function 374 switch ((*dbp->get)(dbp, kp, &data, flags)) { 381 err(1, "line %zu: get failed", lineno); 384 #define NOSUCHKEY "get failed, no such key\n [all...] |
| /src/sys/arch/hpc/include/ |
| config_hook.h | 82 /* get value */ 194 #define GET CONFIG_HOOK_GET 235 /* set/get */
|
| /src/crypto/dist/ipsec-tools/src/setkey/ |
| parse.y | 117 %token ADD UPDATE GET GETSPI DELETE DELETEALL FLUSH DUMP EXIT 249 /* get command */ 251 : GET ipaddropts ipandport ipandport protocol_spec spi extension_spec EOT
|
| /src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
| ScanView.py | 59 req.open("GET", url, true); 213 item = fields.get(name) 303 for fileID in self.fields.get('files',[]): 321 # Get the reporter and parameters. 424 file = keys.get('FILE') 458 stderrSummary += '%s\n--\n%s' % (item.get('src', 469 """ % ('\n'.join([item.get('src','<unknown>') for item in data]), 475 c.files.append(item.get('src','')) 477 item.get('file',''))) 479 item.get('clangfile','')) [all...] |