| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cpp | 124 uhwptr pc1 = caller_frame[1]; in UnwindFast() local 126 uhwptr pc1 = caller_frame[2]; in UnwindFast() local 129 uhwptr pc1 = frame[14]; in UnwindFast() 132 uhwptr pc1 = frame[-1]; in UnwindFast() 134 uhwptr pc1 = STRIP_PAC_PC((void *)frame[1]); in UnwindFast() 139 if (pc1 < kPageSize) in UnwindFast() 141 if (pc1 != pc) { in UnwindFast() 142 trace_buffer[size++] = (uptr) pc1; in UnwindFast()
|
| H A D | sanitizer_stacktrace_sparc.cpp | 67 uhwptr pc1 = ((uhwptr *)bp)[15]; in UnwindFast() local 71 if (pc1 < kPageSize) in UnwindFast() 73 if (pc1 != pc) { in UnwindFast() 76 trace_buffer[size++] = GetNextInstructionPc((uptr)pc1); in UnwindFast()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cc | 95 uhwptr pc1 = caller_frame[1]; in FastUnwindStack() local 97 uhwptr pc1 = caller_frame[2]; in FastUnwindStack() local 100 uhwptr pc1 = frame[14]; in FastUnwindStack() 102 uhwptr pc1 = frame[1]; in FastUnwindStack() 107 if (pc1 < kPageSize) in FastUnwindStack() 109 if (pc1 != pc) { in FastUnwindStack() 110 trace_buffer[size++] = (uptr) pc1; in FastUnwindStack()
|
| H A D | sanitizer_stacktrace_sparc.cc | 68 uhwptr pc1 = ((uhwptr *)bp)[15]; in FastUnwindStack() local 72 if (pc1 < kPageSize) in FastUnwindStack() 74 if (pc1 != pc) { in FastUnwindStack() 77 trace_buffer[size++] = GetNextInstructionPc((uptr) pc1); in FastUnwindStack()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cc | 94 uhwptr pc1 = caller_frame[2]; in FastUnwindStack() local 96 uhwptr pc1 = frame[14]; in FastUnwindStack() 98 uhwptr pc1 = frame[1]; in FastUnwindStack() 103 if (pc1 < kPageSize) in FastUnwindStack() 105 if (pc1 != pc) { in FastUnwindStack() 106 trace_buffer[size++] = (uptr) pc1; in FastUnwindStack()
|
| H A D | sanitizer_stacktrace_sparc.cc | 42 uhwptr pc1 = frame[15]; in FastUnwindStack() local 46 if (pc1 < kPageSize) in FastUnwindStack() 48 if (pc1 != pc) { in FastUnwindStack() 49 trace_buffer[size++] = (uptr) pc1; in FastUnwindStack()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| H A D | setup.sh | 208 ./mkcert.sh req pc1-key "0.CN = server.example" "1.CN = proxy 1" | \ 209 ./mkcert.sh genpc pc1-key pc1-cert ee-key ee-client \ 212 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \ 217 ./mkcert.sh genpc bad-pc3-key bad-pc3-cert pc1-key pc1-cert \ 221 ./mkcert.sh genpc bad-pc4-key bad-pc4-cert pc1-key pc1-cert \ 225 ./mkcert.sh genpc pc5-key pc5-cert pc1-key pc1-cert \ 229 ./mkcert.sh genpc bad-pc6-key bad-pc6-cert pc1-key pc1-cert \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | setup.sh | 212 ./mkcert.sh req pc1-key "0.CN = server.example" "1.CN = proxy 1" | \ 213 ./mkcert.sh genpc pc1-key pc1-cert ee-key ee-client \ 216 ./mkcert.sh genpc pc2-key pc2-cert pc1-key pc1-cert \ 221 ./mkcert.sh genpc bad-pc3-key bad-pc3-cert pc1-key pc1-cert \ 225 ./mkcert.sh genpc bad-pc4-key bad-pc4-cert pc1-key pc1-cert \ 229 ./mkcert.sh genpc pc5-key pc5-cert pc1-key pc1-cert \ 233 ./mkcert.sh genpc bad-pc6-key bad-pc6-cert pc1-key pc1-cert \
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | lif | 14 # GRR: line above is too general as it catches also compressed DEGAS low-res bitmap *.pc1 15 # skip many compressed DEGAS low-res bitmap *.pc1 by test for unused bytes
|
| H A D | images | 1530 # bitmap-pc1-degas.trid.xml bitmap-pc2-degas.trid.xml bitmap-pc3-degas.trid.xml 1608 # DEGAS low-res compressed bitmap *.pc1 like: BATTLSHP.PC1 GNUCHESS.PC1 MEDUSABL.PC1 MOONLORD.PC1 W… 1651 !:ext pc1
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 351 uint pc1, pc2; //branches to take in priority order in with() local 354 pc1 = t.pc - len; in with() 359 pc1 = t.pc + IRL!(IR.InfiniteEnd); in with() 363 t.pc = pc1; in with() 386 uint pc1, pc2; //branches to take in priority order in with() local 387 pc1 = t.pc - len; in with() 392 t.pc = pc1; in with()
|
| H A D | kickstart.d | 353 uint pc1, pc2; //branches to take in priority order in ShiftOr() local 356 pc1 = t.pc + IRL!(IR.InfiniteEnd); in ShiftOr() 359 t.pc = pc1; in ShiftOr()
|
| /netbsd-src/external/bsd/wpa/dist/src/crypto/ |
| H A D | des-internal.c | 66 static const u8 pc1[56] = { variable 279 l = (u32) pc1[j]; in deskey()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | thompson.d | 351 uint pc1, pc2; //branches to take in priority order in with() local 354 pc1 = t.pc - len; in with() 359 pc1 = t.pc + IRL!(IR.InfiniteEnd); in with() 363 t.pc = pc1; in with() 386 uint pc1, pc2; //branches to take in priority order in with() local 387 pc1 = t.pc - len; in with() 392 t.pc = pc1; in with()
|
| H A D | kickstart.d | 353 uint pc1, pc2; //branches to take in priority order in ShiftOr() local 356 pc1 = t.pc + IRL!(IR.InfiniteEnd); in ShiftOr() 359 t.pc = pc1; in ShiftOr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl_report.cc | 121 uptr pc1 = pc; in SymbolizeStack() local 125 pc1 = StackTrace::GetPreviousInstructionPc(pc); in SymbolizeStack() 126 SymbolizedStack *ent = SymbolizeCode(pc1); in SymbolizeStack()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cc | 123 uptr pc1 = pc; in SymbolizeStack() local 127 pc1 = StackTrace::GetPreviousInstructionPc(pc); in SymbolizeStack() 128 SymbolizedStack *ent = SymbolizeCode(pc1); in SymbolizeStack()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl_report.cpp | 107 uptr pc1 = pc; in SymbolizeStack() local 111 pc1 = StackTrace::GetPreviousInstructionPc(pc); in SymbolizeStack() 112 SymbolizedStack *ent = SymbolizeCode(pc1); in SymbolizeStack()
|
| /netbsd-src/sys/kern/ |
| H A D | subr_pool.c | 2126 pool_cache_t pc1; in pool_cache_bootstrap() 2182 TAILQ_FOREACH(pc1, &pool_cache_head, pc_cachelist) { in pool_cache_bootstrap() 2183 if (strcmp(pc1->pc_pool.pr_wchan, pc->pc_pool.pr_wchan) > 0) in pool_cache_bootstrap() 2186 if (pc1 == NULL) in pool_cache_bootstrap() 2189 TAILQ_INSERT_BEFORE(pc1, pc, pc_cachelist); in pool_cache_bootstrap() 2112 pool_cache_t pc1; pool_cache_bootstrap() local
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 7122 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; in finish_omp_clauses() local 7123 while (*pc1) in finish_omp_clauses() 7124 if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_FIRSTPRIVATE in finish_omp_clauses() 7125 && OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT (*pc1)) in finish_omp_clauses() 7127 *pc3 = *pc1; in finish_omp_clauses() 7129 *pc1 = OMP_CLAUSE_CHAIN (*pc1); in finish_omp_clauses() 7131 else if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_MAP in finish_omp_clauses() 7132 && OMP_CLAUSE_MAP_IMPLICIT (*pc1)) in finish_omp_clauses() 7134 *pc2 = *pc1; in finish_omp_clauses() 7136 *pc1 = OMP_CLAUSE_CHAIN (*pc1); in finish_omp_clauses() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | unwind.c | 1308 greg_t pc1 = *((unsigned long*) ((char*) ((*pfp)) + 192 + 128 + 120)); in process_sigreturn() local 1310 if (pc && pc1) in process_sigreturn() 1314 lbuf[0] = pc1; in process_sigreturn() 1325 lbuf[ind++] = pc1; in process_sigreturn() 1328 … (SP_DUMP_UNWIND, "unwind.c: resolved sigreturn pc=0x%lx, pc1=0x%lx, fp=0x%lx\n", pc, pc1, *(pfp)); in process_sigreturn()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | unwind.c | 1314 greg_t pc1 = *((unsigned long*) ((char*) ((*pfp)) + 192 + 128 + 120)); in process_sigreturn() local 1316 if (pc && pc1) in process_sigreturn() 1320 lbuf[0] = pc1; in process_sigreturn() 1331 lbuf[ind++] = pc1; in process_sigreturn() 1334 … (SP_DUMP_UNWIND, "unwind.c: resolved sigreturn pc=0x%lx, pc1=0x%lx, fp=0x%lx\n", pc, pc1, *(pfp)); in process_sigreturn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 14609 tree *pc1 = pc, *pc2 = &cl1, *pc3 = &cl2; in c_finish_omp_clauses() local 14610 while (*pc1) in c_finish_omp_clauses() 14611 if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_FIRSTPRIVATE in c_finish_omp_clauses() 14612 && OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT (*pc1)) in c_finish_omp_clauses() 14614 *pc3 = *pc1; in c_finish_omp_clauses() 14616 *pc1 = OMP_CLAUSE_CHAIN (*pc1); in c_finish_omp_clauses() 14618 else if (OMP_CLAUSE_CODE (*pc1) == OMP_CLAUSE_MAP in c_finish_omp_clauses() 14619 && OMP_CLAUSE_MAP_IMPLICIT (*pc1)) in c_finish_omp_clauses() 14621 *pc2 = *pc1; in c_finish_omp_clauses() 14623 *pc1 = OMP_CLAUSE_CHAIN (*pc1); in c_finish_omp_clauses() [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_pw_templ.c | 998 struct FN(PW,piece) const *pc1 = p1; in FN() 1001 return FN(EL,plain_cmp)(pc1->FIELD, pc2->FIELD); in FN()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | tegra30-colibri.dtsi | 260 lcd-pwr1-pc1 {
|