Home
last modified time | relevance | path

Searched refs:cpc (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A DMakefile.in39 OBJS= compat.o cpp.o cpc.o token.o
50 cpc.o: $(srcdir)/cpc.c
51 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/cpc.c
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface.h393 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
395 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
397 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
399 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
401 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
403 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
405 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
407 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
409 void __tsan_go_atomic32_compare_exchange(ThreadState *thr, uptr cpc, uptr pc,
412 void __tsan_go_atomic64_compare_exchange(ThreadState *thr, uptr cpc, uptr pc,
H A Dtsan_interface_atomic.cc881 FuncEntry(thr, cpc); \
891 FuncEntry(thr, cpc); \
899 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_load() argument
904 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_load() argument
909 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_store() argument
914 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_store() argument
919 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_fetch_add() argument
924 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_fetch_add() argument
929 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_exchange() argument
934 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_exchange() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface.h398 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
400 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
402 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
404 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
406 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
408 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
410 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
412 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
414 void __tsan_go_atomic32_compare_exchange(ThreadState *thr, uptr cpc, uptr pc,
417 void __tsan_go_atomic64_compare_exchange(ThreadState *thr, uptr cpc, uptr pc,
H A Dtsan_interface_atomic.cpp847 FuncEntry(thr, cpc); \
856 FuncEntry(thr, cpc); \
863 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_load() argument
868 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_load() argument
873 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_store() argument
878 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_store() argument
883 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_fetch_add() argument
888 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_fetch_add() argument
893 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_exchange() argument
898 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_exchange() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface.h391 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
393 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
395 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
397 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
399 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
401 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
403 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
405 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a);
407 void __tsan_go_atomic32_compare_exchange(ThreadState *thr, uptr cpc, uptr pc,
410 void __tsan_go_atomic64_compare_exchange(ThreadState *thr, uptr cpc, uptr pc,
H A Dtsan_interface_atomic.cc879 FuncEntry(thr, cpc); \
889 FuncEntry(thr, cpc); \
897 void __tsan_go_atomic32_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_load() argument
902 void __tsan_go_atomic64_load(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_load() argument
907 void __tsan_go_atomic32_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_store() argument
912 void __tsan_go_atomic64_store(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_store() argument
917 void __tsan_go_atomic32_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_fetch_add() argument
922 void __tsan_go_atomic64_fetch_add(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_fetch_add() argument
927 void __tsan_go_atomic32_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_exchange() argument
932 void __tsan_go_atomic64_exchange(ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic64_exchange() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib1funcs.S331 cpc A1, __zero_reg__
1412 cpc r_remH,r_arg2H
1517 cpc C1, B1
1518 cpc C2, B2
1647 cpc r_remH,r_arg2H
1648 cpc r_remHL,r_arg2HL
1649 cpc r_remHH,r_arg2HH
1857 CP A7,B0 $ cpc C0,B1 $ cpc C1,B2 $ cpc C2,B3
1858 cpc C3,B4 $ cpc C4,B5 $ cpc C5,B6 $ cpc C6,B7
1890 cpc C0, B4
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib1funcs.S331 cpc A1, __zero_reg__
1412 cpc r_remH,r_arg2H
1517 cpc C1, B1
1518 cpc C2, B2
1647 cpc r_remH,r_arg2H
1648 cpc r_remHL,r_arg2HL
1649 cpc r_remHH,r_arg2HH
1857 CP A7,B0 $ cpc C0,B1 $ cpc C1,B2 $ cpc C2,B3
1858 cpc C3,B4 $ cpc C4,B5 $ cpc C5,B6 $ cpc C6,B7
1890 cpc C0, B4
[all …]
/netbsd-src/share/man/man4/man4.evbppc/
H A DMakefile4 MAN= cpc.4 intro_pmppc.4 mainbus.4 rtc.4
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/img/
H A Dboston.dts200 cpc@16200000 {
201 compatible = "mti,mips-cpc";
H A Dpistachio.dtsi903 cpc: cpc@1bde0000 { label
904 compatible = "mti,mips-cpc";
/netbsd-src/external/bsd/pcc/libexec/cpp/
H A DMakefile13 SRCS+= cpc.c cpp.c token.c
/netbsd-src/external/mpl/mozilla-certdata/share/certs/
H A DcertSIGN_Root_CA_G2.pem11 cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7-asm.sx284 cpc XH, ZH
324 cpc XH, ZH
504 cpc expLO, ZERO
1142 cpc C1, A1
1143 cpc C2, A2
1144 cpc C3, A3
1145 cpc C4, A4
1146 cpc C5, A5
1147 cpc C6, A6
1222 cpc Q1, R1
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7-asm.sx284 cpc XH, ZH
324 cpc XH, ZH
504 cpc expLO, ZERO
1142 cpc C1, A1
1143 cpc C2, A2
1144 cpc C3, A3
1145 cpc C4, A4
1146 cpc C5, A5
1147 cpc C6, A6
1222 cpc Q1, R1
[all …]
/netbsd-src/sys/arch/evbppc/conf/
H A Dfiles.pmppc52 attach cpc at mainbus with cpc_mainbus
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dconstvars.c8 qux1 (const char cc, const char /*&*/ccr, const char *ccp, char *const cpc) in qux1() argument
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dconstvars.c8 qux1 (const char cc, const char /*&*/ccr, const char *ccp, char *const cpc) in qux1() argument
/netbsd-src/tests/lib/libppath/
H A Dt_ppath.c299 ppath_component_t *pc, *cpc; in ATF_TC_BODY() local
322 cpc = ppath_component_at(cp, i); in ATF_TC_BODY()
323 ATF_CHECK_EQ(pc, cpc); in ATF_TC_BODY()
325 ppath_component_release(cpc); in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.md4611 cpc __zero_reg__,%B0"
4624 cpc __zero_reg__,%B0"
4633 "cp __zero_reg__,%A0\;cpc __zero_reg__,%B0\;cpc __zero_reg__,%C0"
4643 "cp __zero_reg__,%A0\;cpc __zero_reg__,%B0\;cpc __zero_reg__,%C0"
4653 cpc __zero_reg__,%B0
4654 cpc __zero_reg__,%C0
4655 cpc __zero_reg__,%D0"
4669 cpc __zero_reg__,%B1
4670 cpc __zero_reg__,%C1
4671 cpc __zero_reg__,%D1"
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcomplex.d459 auto cpc = c1 + c2; variable
460 assert(cpc.re == c1.re + c2.re);
461 assert(cpc.im == c1.im + c2.im);
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Davr.h191 AVR_INSN (cpc, "r,r", "000001rdddddrrrr", 1, AVR_ISA_1200, 0x0400)
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Davr.h191 AVR_INSN (cpc, "r,r", "000001rdddddrrrr", 1, AVR_ISA_1200, 0x0400)
/netbsd-src/sys/dev/usb/
H A Dxhci.c1220 const uint8_t cpc = XHCI_XECP_SP_W8_CPC(w8); in xhci_id_protocols() local
1230 major == 3 ? "ss" : "hs", cpo, cpo + cpc - 1); in xhci_id_protocols()
1232 sc->sc_usb3nports += cpo + cpc - 1; in xhci_id_protocols()
1234 sc->sc_usb2nports += cpo + cpc - 1; in xhci_id_protocols()
1245 for (size_t cp = cpo - 1; cp < cpo + cpc - 1; cp++) { in xhci_id_protocols()

12