| /src/external/gpl3/binutils/dist/zlib/ |
| minigzip.c | 356 char *bname, outmode[20]; local 358 strcpy(outmode, "wb6 "); 379 outmode[3] = 'f'; 381 outmode[3] = 'h'; 383 outmode[3] = 'R'; 386 outmode[2] = (*argv)[1]; 391 if (outmode[3] == ' ') 392 outmode[3] = 0; 401 file = gzdopen(fileno(stdout), outmode); 427 file = gzdopen(fileno(stdout), outmode); [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/ |
| minigzip.c | 356 char *bname, outmode[20]; local 358 strcpy(outmode, "wb6 "); 379 outmode[3] = 'f'; 381 outmode[3] = 'h'; 383 outmode[3] = 'R'; 386 outmode[2] = (*argv)[1]; 391 if (outmode[3] == ' ') 392 outmode[3] = 0; 401 file = gzdopen(fileno(stdout), outmode); 427 file = gzdopen(fileno(stdout), outmode); [all...] |
| /src/external/gpl3/gdb/dist/zlib/ |
| minigzip.c | 356 char *bname, outmode[20]; local 358 strcpy(outmode, "wb6 "); 379 outmode[3] = 'f'; 381 outmode[3] = 'h'; 383 outmode[3] = 'R'; 386 outmode[2] = (*argv)[1]; 391 if (outmode[3] == ' ') 392 outmode[3] = 0; 401 file = gzdopen(fileno(stdout), outmode); 427 file = gzdopen(fileno(stdout), outmode); [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/ |
| minigzip.c | 356 char *bname, outmode[20]; local 358 strcpy(outmode, "wb6 "); 379 outmode[3] = 'f'; 381 outmode[3] = 'h'; 383 outmode[3] = 'R'; 386 outmode[2] = (*argv)[1]; 391 if (outmode[3] == ' ') 392 outmode[3] = 0; 401 file = gzdopen(fileno(stdout), outmode); 427 file = gzdopen(fileno(stdout), outmode); [all...] |
| /src/common/dist/zlib/test/ |
| minigzip.c | 491 char *bname, outmode[20]; local 494 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 496 strcpy(outmode, "wb6 "); 518 outmode[3] = 'f'; 520 outmode[3] = 'h'; 522 outmode[3] = 'R'; 525 outmode[2] = (*argv)[1]; 530 if (outmode[3] == ' ') 531 outmode[3] = 0 [all...] |
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| minigzip.c | 521 char *bname, outmode[20]; local 523 strcpy(outmode, "wb6 "); 544 outmode[3] = 'f'; 546 outmode[3] = 'h'; 548 outmode[3] = 'R'; 551 outmode[2] = (*argv)[1]; 556 if (outmode[3] == ' ') 557 outmode[3] = 0; 566 file = gzdopen(fileno(stdout), outmode); 592 file = gzdopen(fileno(stdout), outmode); [all...] |
| /src/external/gpl3/binutils/dist/zlib/test/ |
| minigzip.c | 491 char *bname, outmode[20]; local 494 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 496 strcpy(outmode, "wb6 "); 518 outmode[3] = 'f'; 520 outmode[3] = 'h'; 522 outmode[3] = 'R'; 525 outmode[2] = (*argv)[1]; 530 if (outmode[3] == ' ') 531 outmode[3] = 0 [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| minigzip.c | 563 char *bname, outmode[20]; local 566 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 568 strcpy(outmode, "wb6 "); 590 outmode[3] = 'f'; 592 outmode[3] = 'h'; 594 outmode[3] = 'R'; 597 outmode[2] = (*argv)[1]; 602 if (outmode[3] == ' ') 603 outmode[3] = 0 [all...] |
| /src/external/gpl3/gdb/dist/zlib/test/ |
| minigzip.c | 563 char *bname, outmode[20]; local 566 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 568 strcpy(outmode, "wb6 "); 590 outmode[3] = 'f'; 592 outmode[3] = 'h'; 594 outmode[3] = 'R'; 597 outmode[2] = (*argv)[1]; 602 if (outmode[3] == ' ') 603 outmode[3] = 0 [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| minigzip.c | 563 char *bname, outmode[20]; local 566 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 568 strcpy(outmode, "wb6 "); 590 outmode[3] = 'f'; 592 outmode[3] = 'h'; 594 outmode[3] = 'R'; 597 outmode[2] = (*argv)[1]; 602 if (outmode[3] == ' ') 603 outmode[3] = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reload.h | 89 machine_mode outmode; member in struct:reload
|
| lra-constraints.cc | 1014 machine_mode inmode, outmode; 1019 outmode = out < 0 ? inmode : curr_operand_mode[out]; 1021 if (inmode != outmode) 1025 if (partial_subreg_p (outmode, inmode)) 1031 new_out_reg = gen_lowpart_SUBREG (outmode, reg); 1046 = lra_create_new_reg_with_unique_value (outmode, out_rtx, 1067 && GET_MODE (subreg_reg) == outmode 1134 : lra_create_new_reg_with_unique_value (outmode, out_rtx, goal_class, 1011 machine_mode inmode, outmode; local
|
| ifcvt.cc | 961 machine_mode outmode; 1059 outmode = GET_MODE (outer); 1061 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, 1062 0, 0, outmode, y, false); 958 machine_mode outmode; local
|
| optabs.cc | 3511 machine_mode outmode = mode; 3518 outmode 3526 value = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, outmode, 3531 target = gen_reg_rtx (outmode); 3538 if (GET_MODE_UNIT_SIZE (outmode) < GET_MODE_UNIT_SIZE (mode)) 3539 eq_value = simplify_gen_unary (TRUNCATE, outmode, eq_value, mode); 3540 else if (GET_MODE_UNIT_SIZE (outmode) > GET_MODE_UNIT_SIZE (mode)) 3542 outmode, eq_value, mode); 3501 machine_mode outmode = mode; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| reload.h | 89 machine_mode outmode; member in struct:reload
|
| lra-constraints.cc | 1037 machine_mode inmode, outmode; 1042 outmode = out < 0 ? inmode : curr_operand_mode[out]; 1044 if (inmode != outmode) 1048 if (partial_subreg_p (outmode, inmode)) 1082 new_out_reg = gen_lowpart_SUBREG (outmode, reg); 1097 = lra_create_new_reg_with_unique_value (outmode, out_rtx, 1118 && GET_MODE (subreg_reg) == outmode 1185 : lra_create_new_reg_with_unique_value (outmode, out_rtx, goal_class, 1034 machine_mode inmode, outmode; local
|
| ifcvt.cc | 962 machine_mode outmode; 1061 outmode = GET_MODE (outer); 1063 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, 1064 0, 0, outmode, y, false, false); 959 machine_mode outmode; local
|
| optabs.cc | 3571 machine_mode outmode = mode; 3578 outmode 3586 value = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, outmode, 3591 target = gen_reg_rtx (outmode); 3598 if (GET_MODE_UNIT_SIZE (outmode) < GET_MODE_UNIT_SIZE (mode)) 3599 eq_value = simplify_gen_unary (TRUNCATE, outmode, eq_value, mode); 3600 else if (GET_MODE_UNIT_SIZE (outmode) > GET_MODE_UNIT_SIZE (mode)) 3602 outmode, eq_value, mode); 3561 machine_mode outmode = mode; local
|
| /src/external/bsd/mdocml/dist/ |
| main.c | 63 enum outmode { enum 150 enum outmode outmode; /* According to command line. */ local 215 outmode = OUTMODE_DEF; 225 outmode = OUTMODE_ALL; 239 outmode = OUTMODE_ALL; 271 outmode = OUTMODE_ALL; 322 outmode = OUTMODE_FLN; 335 switch (outmode) { 339 outmode = OUTMODE_ALL [all...] |
| /src/sys/nfs/ |
| nfs_serv.c | 178 u_long inmode, testmode, outmode; local 191 outmode = 0; 194 outmode |= NFSV3ACCESS_READ; 199 outmode |= testmode; 202 outmode |= NFSV3ACCESS_EXECUTE; 208 outmode |= testmode; 211 outmode |= NFSV3ACCESS_LOOKUP; 218 *tl = txdr_unsigned(outmode);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 17410 machine_mode outmode = GET_MODE (op0); local 17416 rtx res = gen_reg_rtx (outmode); 17438 switch (outmode) 17481 switch (outmode) 17490 gen_rtx_UNSPEC (outmode, gen_rtvec (1, tmp),
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 18508 machine_mode outmode = GET_MODE (op0); local 18514 rtx res = gen_reg_rtx (outmode); 18536 switch (outmode) 18579 switch (outmode) 18588 gen_rtx_UNSPEC (outmode, gen_rtvec (1, tmp),
|