| /src/sys/arch/vax/ |
| Makefile | 3 SUBDIR= compile include boot stand/pcs
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| coverage_interface.h | 28 // Dump collected coverage info. Sorts pcs by module into individual .sancov 30 void __sanitizer_dump_coverage(const uintptr_t *pcs, uintptr_t len);
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/ |
| call_apsr.h | 33 extern __attribute__((pcs("aapcs"))) 34 uint32_t call_apsr_f(float a, float b, __attribute__((pcs("aapcs"))) void (*fn)(float, float)); 36 extern __attribute__((pcs("aapcs"))) 37 uint32_t call_apsr_d(double a, double b, __attribute__((pcs("aapcs"))) void (*fn)(double, double));
|
| aeabi_drsub_test.c | 20 extern __attribute__((pcs("aapcs"))) double __aeabi_drsub(double a, double b);
|
| aeabi_frsub_test.c | 20 extern __attribute__((pcs("aapcs"))) float __aeabi_frsub(float a, float b);
|
| aeabi_cdcmple_test.c | 24 extern __attribute__((pcs("aapcs"))) void __aeabi_cdcmple(double a, double b); 25 extern __attribute__((pcs("aapcs"))) void __aeabi_cdrcmple(double a, double b);
|
| aeabi_cfcmple_test.c | 24 extern __attribute__((pcs("aapcs"))) void __aeabi_cfcmple(float a, float b); 25 extern __attribute__((pcs("aapcs"))) void __aeabi_cfrcmple(float a, float b);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| coverage_interface.h | 27 // Dump collected coverage info. Sorts pcs by module into individual .sancov 29 void __sanitizer_dump_coverage(const uintptr_t *pcs, uintptr_t len);
|
| /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| coverage_interface.h | 27 // Dump collected coverage info. Sorts pcs by module into individual .sancov 29 void SANITIZER_CDECL __sanitizer_dump_coverage(const uintptr_t *pcs,
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| bpabi-lib.h | 40 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \ 41 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs"))); 45 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs"))); 49 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \ 50 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs"))); 54 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| bpabi-lib.h | 40 extern DWtype __fixdfdi (DFtype) __attribute__((pcs("aapcs"))); \ 41 extern UDWtype __fixunsdfdi (DFtype) __asm__("__aeabi_d2ulz") __attribute__((pcs("aapcs"))); 45 extern UDWtype __fixunsdfdi (DFtype) __attribute__((pcs("aapcs"))); 49 extern DWtype __fixsfdi (SFtype) __attribute__((pcs("aapcs"))); \ 50 extern UDWtype __fixunssfdi (SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs"))); 54 extern UDWtype __fixunssfdi (SFtype) __attribute__((pcs("aapcs")));
|
| /src/sys/dev/pci/ |
| isp_pci.c | 485 struct isp_pcisoftc *pcs = device_private(self); local 486 struct ispsoftc *isp = &pcs->pci_isp; 527 pcs->pci_st = st; 528 pcs->pci_sh = sh; 529 pcs->pci_pc = pa->pa_pc; 530 pcs->pci_tag = pa->pa_tag; 531 pcs->pci_poff[BIU_BLOCK >> _BLK_REG_SHFT] = BIU_REGS_OFF; 532 pcs->pci_poff[MBOX_BLOCK >> _BLK_REG_SHFT] = PCI_MBOX_REGS_OFF; 533 pcs->pci_poff[SXP_BLOCK >> _BLK_REG_SHFT] = PCI_SXP_REGS_OFF; 534 pcs->pci_poff[RISC_BLOCK >> _BLK_REG_SHFT] = PCI_RISC_REGS_OFF 809 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 833 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 872 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 927 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 963 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 1025 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 1083 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 1104 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 1126 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 1155 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local 1185 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local 1325 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local 1413 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local 1449 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local [all...] |
| /src/tests/usr.bin/xlint/lint1/ |
| gcc_attribute.c | 42 * There is an attribute called 'pcs', but that attribute must not prevent an 52 int pcs = 3; local 53 return pcs;
|
| /src/sys/dev/isa/ |
| ega.c | 66 struct pcdisplayscreen pcs; member in struct:egascreen 289 const struct wsscreen_descr *type = scr->pcs.type; 342 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl; 343 scr->pcs.type = type; 344 scr->pcs.active = 0; 356 scr->pcs.dispoffset = vga_6845_read(&vc->hdl, startadrh) << 9; 357 scr->pcs.dispoffset |= vga_6845_read(&vc->hdl, startadrl) << 1; 360 if (scr->pcs.dispoffset < scr->mindispoffset || 361 scr->pcs.dispoffset > scr->maxdispoffset) 362 scr->pcs.dispoffset = scr->mindispoffset [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_stack_trace.h | 28 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
|
| tsan_stack_trace.cc | 39 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { 41 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_stack_trace.h | 27 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
|
| tsan_stack_trace.cpp | 34 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { 36 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_stack_trace.h | 27 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
|
| tsan_stack_trace.cpp | 34 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { 36 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_coverage_libcdep_new.cc | 49 const uptr* pcs, uptr len) { 53 WriteToFile(fd, pcs, len * sizeof(*pcs)); 55 Printf("SanitizerCoverage: %s: %zd PCs written\n", file_path, len); 63 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); local 65 internal_memcpy(pcs, unsorted_pcs, len * sizeof(uptr)); 66 Sort(pcs, len); 73 const uptr pc = pcs[i]; 76 if (!__sanitizer_get_module_and_offset_for_pc(pc, nullptr, 0, &pcs[i])) { 80 uptr module_base = pc - pcs[i] [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_coverage_libcdep_new.cpp | 50 const uptr* pcs, uptr len) { 54 WriteToFile(fd, pcs, len * sizeof(*pcs)); 56 Printf("SanitizerCoverage: %s: %zd PCs written\n", file_path, len); 64 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); local 66 internal_memcpy(pcs, unsorted_pcs, len * sizeof(uptr)); 67 Sort(pcs, len); 74 const uptr pc = pcs[i]; 77 if (!GetModuleAndOffsetForPc(pc, nullptr, 0, &pcs[i])) { 81 uptr module_base = pc - pcs[i] [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_coverage_libcdep_new.cpp | 48 const uptr* pcs, uptr len) { 52 WriteToFile(fd, pcs, len * sizeof(*pcs)); 54 Printf("SanitizerCoverage: %s: %zd PCs written\n", file_path, len); 62 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); local 64 internal_memcpy(pcs, unsorted_pcs, len * sizeof(uptr)); 65 Sort(pcs, len); 72 const uptr pc = pcs[i]; 75 if (!__sanitizer_get_module_and_offset_for_pc(pc, nullptr, 0, &pcs[i])) { 79 uptr module_base = pc - pcs[i] [all...] |
| /src/sys/dev/ic/ |
| vga.c | 96 struct pcdisplayscreen pcs; member in struct:vgascreen 332 8, scr->pcs.type->fontheight, 0, WSFONT_FIND_BITMAP) && 343 cookie = wsfont_find(name, 8, scr->pcs.type->fontheight, 0, 405 const struct wsscreen_descr *type = scr->pcs.type; 448 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl; 449 scr->pcs.type = type; 450 scr->pcs.active = existing; 467 scr->pcs.dispoffset = vga_6845_read(&vc->hdl, startadrh) << 9; 468 scr->pcs.dispoffset |= vga_6845_read(&vc->hdl, startadrl) << 1; 471 if (scr->pcs.dispoffset < scr->mindispoffset | [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| critical_.d | 43 extern (C) void _d_criticalenter2(D_CRITICAL_SECTION** pcs) 45 if (atomicLoad!(MemoryOrder.acq)(*cast(shared) pcs) is null) 48 if (atomicLoad!(MemoryOrder.raw)(*cast(shared) pcs) is null) 52 atomicStore!(MemoryOrder.rel)(*cast(shared) pcs, cs); 56 lockMutex(&(*pcs).mtx);
|