Searched refs:sepc (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c49 char sepc = *sep; local
57 if (sepc == '\0') {
63 sepc = ' ';
80 while ((c = *p++) != sepc)
88 while ((c = *p++) != sepc)
102 while ((c = *p++) != sepc && c != sepc2)
111 while ((c = *p++) == sepc || c == sepc2)
118 while ((c = *p++) == sepc || c == sepc2)
122 while ((c = *p++) != '\0' && c != sepc && c != sepc2)
128 while ((c = *--p) == sepc ||
[all...]
/freebsd-11-stable/lib/libc/regex/grot/
H A Dsplit.c21 char sepc = sep[0]; local
29 if (sepc == '\0') {
35 sepc = ' ';
52 while ((c = *p++) != sepc)
60 while ((c = *p++) != sepc)
74 while ((c = *p++) != sepc && c != sepc2)
83 while ((c = *p++) == sepc || c == sepc2)
90 while ((c = *p++) == sepc || c == sepc2)
94 while ((c = *p++) != '\0' && c != sepc && c != sepc2)
100 while ((c = *--p) == sepc ||
[all...]
/freebsd-11-stable/sys/riscv/include/
H A Dreg.h48 uint64_t sepc; /* exception program counter */ member in struct:reg
/freebsd-11-stable/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c58 mc->mc_gpregs.gp_sepc = r->sepc;
76 r->sepc = mc->mc_gpregs.gp_sepc;
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c190 int a, b, sepc, len; local
218 sepc = 0;
222 sepc++;
225 if (sepc != 2) {
234 sepc = 0;
/freebsd-11-stable/lib/libproc/
H A Dproc_regs.c72 *regvalue = regs.sepc;
127 regs.sepc = regvalue;
/freebsd-11-stable/sys/riscv/riscv/
H A Dexception.S106 csrr t0, sepc
133 csrw sepc, t0
H A Dswtch.S196 csrw sepc, t0
H A Dmachdep.c167 regs->sepc = frame->tf_sepc;
187 frame->tf_sepc = regs->sepc;
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c76 #define SKIP_BREAK(reg) ((reg)->sepc += 4)

Completed in 104 milliseconds