| /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/ |
| reg_test_template | 12 # Specify the PR number and the directory where the test should be run. 13 PR=xxxx 17 LOG="${PR}.${LOG_DATE}.out" 19 echo "`date` running test for PR ${PR}" 25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/ |
| reg_test_template | 12 # Specify the PR number and the directory where the test should be run. 13 PR=xxxx 17 LOG="${PR}.${LOG_DATE}.out" 19 echo "`date` running test for PR ${PR}" 25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| rl78-dis.c | 127 #define PR (dis->fprintf_func) 129 #define PC(c) PR (PS, "%c", c) 223 PR (PS, " \033[33mW\033[0m"); 230 PR (PS, " \033[35m"); 233 { PR (PS, "Z"); comma = ","; } 235 { PR (PS, "%sAC", comma); comma = ","; } 237 { PR (PS, "%sCY", comma); comma = ","; } 238 PR (PS, "\033[0m"); 250 PR (PS, "es:"); 269 PR (PS, "%s", condition_names[oper->condition]) [all...] |
| rx-dis.c | 238 #define PR (dis->fprintf_func) 240 #define PC(c) PR (PS, "%c", c) 251 PR (PS, ".byte "); 255 PR (PS, "0x%02x ", buf[i]); 297 PR (PS, "%s", get_opsize_name (opcode.size)); 313 PR (PS, "#%d, #%d, #%d, %s, %s", 326 PR (PS, "%s", get_size_name (oper->size)); 337 PR (PS, "%#x", oper->addend); 339 PR (PS, "%d", oper->addend); 343 PR (PS, "%s", get_register_name (oper->reg)) [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| rl78-dis.c | 127 #define PR (dis->fprintf_func) 129 #define PC(c) PR (PS, "%c", c) 223 PR (PS, " \033[33mW\033[0m"); 230 PR (PS, " \033[35m"); 233 { PR (PS, "Z"); comma = ","; } 235 { PR (PS, "%sAC", comma); comma = ","; } 237 { PR (PS, "%sCY", comma); comma = ","; } 238 PR (PS, "\033[0m"); 250 PR (PS, "es:"); 269 PR (PS, "%s", condition_names[oper->condition]) [all...] |
| rx-dis.c | 238 #define PR (dis->fprintf_func) 240 #define PC(c) PR (PS, "%c", c) 251 PR (PS, ".byte "); 255 PR (PS, "0x%02x ", buf[i]); 297 PR (PS, "%s", get_opsize_name (opcode.size)); 313 PR (PS, "#%d, #%d, #%d, %s, %s", 326 PR (PS, "%s", get_size_name (oper->size)); 337 PR (PS, "%#x", oper->addend); 339 PR (PS, "%d", oper->addend); 343 PR (PS, "%s", get_register_name (oper->reg)) [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| rl78-dis.c | 127 #define PR (dis->fprintf_func) 129 #define PC(c) PR (PS, "%c", c) 223 PR (PS, " \033[33mW\033[0m"); 230 PR (PS, " \033[35m"); 233 { PR (PS, "Z"); comma = ","; } 235 { PR (PS, "%sAC", comma); comma = ","; } 237 { PR (PS, "%sCY", comma); comma = ","; } 238 PR (PS, "\033[0m"); 250 PR (PS, "es:"); 269 PR (PS, "%s", condition_names[oper->condition]) [all...] |
| rx-dis.c | 238 #define PR (dis->fprintf_func) 240 #define PC(c) PR (PS, "%c", c) 251 PR (PS, ".byte "); 255 PR (PS, "0x%02x ", buf[i]); 297 PR (PS, "%s", get_opsize_name (opcode.size)); 313 PR (PS, "#%d, #%d, #%d, %s, %s", 326 PR (PS, "%s", get_size_name (oper->size)); 337 PR (PS, "%#x", oper->addend); 339 PR (PS, "%d", oper->addend); 343 PR (PS, "%s", get_register_name (oper->reg)) [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| rl78-dis.c | 127 #define PR (dis->fprintf_func) 129 #define PC(c) PR (PS, "%c", c) 223 PR (PS, " \033[33mW\033[0m"); 230 PR (PS, " \033[35m"); 233 { PR (PS, "Z"); comma = ","; } 235 { PR (PS, "%sAC", comma); comma = ","; } 237 { PR (PS, "%sCY", comma); comma = ","; } 238 PR (PS, "\033[0m"); 250 PR (PS, "es:"); 269 PR (PS, "%s", condition_names[oper->condition]) [all...] |
| rx-dis.c | 238 #define PR (dis->fprintf_func) 240 #define PC(c) PR (PS, "%c", c) 251 PR (PS, ".byte "); 255 PR (PS, "0x%02x ", buf[i]); 297 PR (PS, "%s", get_opsize_name (opcode.size)); 313 PR (PS, "#%d, #%d, #%d, %s, %s", 326 PR (PS, "%s", get_size_name (oper->size)); 337 PR (PS, "%#x", oper->addend); 339 PR (PS, "%d", oper->addend); 343 PR (PS, "%s", get_register_name (oper->reg)) [all...] |
| /src/external/lgpl3/gmp/dist/mpz/ |
| 2fac_ui.c | 35 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ 37 if ((PR) > (MAX_PR)) { \ 38 (VEC)[(I)++] = (PR); \ 39 (PR) = (P); \ 41 (PR) *= (P); \
|
| fac_ui.c | 36 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ 38 if ((PR) > (MAX_PR)) { \ 39 (VEC)[(I)++] = (PR); \ 40 (PR) = (P); \ 42 (PR) *= (P); \
|
| mfac_uiui.c | 39 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ 41 if ((PR) > (MAX_PR)) { \ 42 (VEC)[(I)++] = (PR); \ 43 (PR) = (P); \ 45 (PR) *= (P); \
|
| oddfac_1.c | 49 #define FACTOR_LIST_APPEND(PR, MAX_PR, VEC, I) \ 50 if ((PR) > (MAX_PR)) { \ 51 (VEC)[(I)++] = (PR); \ 52 (PR) = 1; \ 55 #define FACTOR_LIST_STORE(P, PR, MAX_PR, VEC, I) \ 57 if ((PR) > (MAX_PR)) { \ 58 (VEC)[(I)++] = (PR); \ 59 (PR) = (P); \ 61 (PR) *= (P); \ 140 #define SWING_A_PRIME(P, N, PR, MAX_PR, VEC, I) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyTargetMachine.cpp | 66 auto &PR = *PassRegistry::getPassRegistry(); 67 initializeWebAssemblyAddMissingPrototypesPass(PR); 68 initializeWebAssemblyLowerEmscriptenEHSjLjPass(PR); 69 initializeLowerGlobalDtorsPass(PR); 70 initializeFixFunctionBitcastsPass(PR); 71 initializeOptimizeReturnedPass(PR); 72 initializeWebAssemblyArgumentMovePass(PR); 73 initializeWebAssemblySetP2AlignOperandsPass(PR); 74 initializeWebAssemblyReplacePhysRegsPass(PR); 75 initializeWebAssemblyPrepareForLiveIntervalsPass(PR); [all...] |
| /src/bin/pax/ |
| dumptar.c | 76 #define PR(a) \ 82 PR(name); 90 PR(linkname); 91 PR(magic); 92 PR(version); 93 PR(uname); 94 PR(gname); 97 PR(prefix);
|
| /src/common/dist/zlib/os400/ |
| zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer' [all...] |
| /src/external/gpl3/binutils/dist/zlib/os400/ |
| zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer' [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/os400/ |
| zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer' [all...] |
| /src/external/gpl3/gdb/dist/zlib/os400/ |
| zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer' [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/os400/ |
| zlib.inc | 114 D compress PR 10I 0 extproc('compress') 120 D compress2 PR 10I 0 extproc('compress2') 127 D compressBound PR 10U 0 extproc('compressBound') 130 D uncompress PR 10I 0 extproc('uncompress') 136 D uncompress2 PR 10I 0 extproc('uncompress2') 143 D gzopen PR extproc('gzopen') 148 D gzopen PR extproc('gzopen64') 153 D gzopen64 PR extproc('gzopen64') 159 D gzdopen PR extproc('gzdopen') 164 D gzbuffer PR 10I 0 extproc('gzbuffer' [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86TargetMachine.cpp | 64 PassRegistry &PR = *PassRegistry::getPassRegistry(); 65 initializeX86LowerAMXIntrinsicsLegacyPassPass(PR); 66 initializeX86LowerAMXTypeLegacyPassPass(PR); 67 initializeX86PreAMXConfigPassPass(PR); 68 initializeGlobalISel(PR); 69 initializeWinEHStatePassPass(PR); 70 initializeFixupBWInstPassPass(PR); 71 initializeEvexToVexInstPassPass(PR); 72 initializeFixupLEAPassPass(PR); 73 initializeFPSPass(PR); [all...] |
| /src/usr.bin/hexdump/ |
| hexdump.h | 52 } PR; 84 void bpad(PR *); 85 void conv_c(PR *, u_char *); 86 void conv_u(PR *, u_char *);
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_emac.h | 27 #define PR (1 << 7)
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_emac.h | 27 #define PR (1 << 7)
|