/picolibc-latest/newlib/libc/search/ |
D | qsort.c | 199 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in __bsd_qsort_r() local 238 pc = pd = (char *) a + (n - 1) * es; in __bsd_qsort_r() 241 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in __bsd_qsort_r() 251 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in __bsd_qsort_r() 255 swap(pc, pd); in __bsd_qsort_r() 258 pc -= es; in __bsd_qsort_r() 260 if (pb > pc) in __bsd_qsort_r() 263 swap(pb, pc); in __bsd_qsort_r() 266 pc -= es; in __bsd_qsort_r() 283 r = min((size_t) (pd - pc), (size_t) (pn - pd) - es); in __bsd_qsort_r() [all …]
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu-gmon.c | 141 unsigned int pc; in __sample() local 150 pc = spu_read_srr0 () & ~3; in __sample() 151 pc_backup = pc; in __sample() 152 if (pc < s_lowpc || pc > s_highpc) in __sample() 154 pc -= (uintptr_t) & _start; in __sample() 155 offset = pc / HISTFRACTION * sizeof (HISTCOUNTER) + sizeof (struct gmon_hdr) in __sample()
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | strcmp-armv6m.S | 104 pop {r4, r5, r6, pc} 117 pop {r4, r5, r6, pc} 121 pop {r4, r5, r6, pc} 141 pop {r4, r5, r6, pc}
|
D | setjmp.S | 142 #define RET movs pc, lr 147 moveq pc, lr ; \ 172 bx pc
|
D | memcpy-armv7a.S | 174 add pc, pc, tmp1 201 add pc, pc, tmp1, lsl #1 317 add pc, pc, tmp1 374 add pc, pc, tmp1
|
D | aeabi_memcpy-armv7a.S | 167 pop {r0, pc} /* This is the only return point of memcpy. */
|
D | strcmp-armv4.S | 54 mov pc, lr
|
/picolibc-latest/newlib/libc/machine/z8k/ |
D | setjmp.S | 29 ldl rr2,@rr14 ! fetch pc 52 ldl rr2,@rr14 ! fetch pc 79 ld r2,@r15 ! fetch pc 102 ld r2,@r15 ! fetch pc
|
/picolibc-latest/picocrt/machine/arm/ |
D | crt0.c | 348 unsigned int pc; member 375 arm_fault_write_reg("\tPC: 0x", f->pc); in arm_fault() 416 unsigned int pc; member 442 arm_fault_write_reg("\tPC: 0x", f->pc); in arm_fault()
|
/picolibc-latest/newlib/libc/posix/ |
D | engine.c | 934 sopno pc; in step() local 939 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { in step() 940 s = g->strip[pc]; in step() 943 assert(pc == stop-1); in step() 989 pc -= OPND(s) + 1; in step() 990 INIT(here, pc); in step() 1006 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step() 1012 OP(s = g->strip[pc+look]) != O_CH; in step() 1020 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step() 1021 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
|
/picolibc-latest/newlib/libc/picolib/machine/arm/ |
D | read_tp.S | 78 pop {r1,pc} /* Restore R1 and return */
|
/picolibc-latest/picocrt/machine/aarch64/ |
D | crt0.c | 260 uint64_t pc; member 289 aarch64_fault_write_reg("\tPC: 0x", f->pc); in aarch64_fault()
|
/picolibc-latest/newlib/libc/machine/m32c/ |
D | setjmp.S | 64 ; ... [pc:3] [oldfb:2] <fb> [r1:2] [r2:2] [r3:2] [a0:2] [a1:2] [sb:2] [fb:2] <sp> */
|
/picolibc-latest/newlib/libc/machine/crx/ |
D | setjmp.S | 24 # and pc from 'a' #
|
/picolibc-latest/newlib/libc/machine/mep/ |
D | setjmp.S | 13 # $pc
|
/picolibc-latest/newlib/libc/machine/msp430/ |
D | setjmp.S | 21 # r0 (pc) 0x00 0x00
|
/picolibc-latest/newlib/ |
D | NEWS | 15 - remove i?86-pc-linux-gnu support 170 - newlib ported to x86_64-pc-cygwin 294 * enhanced EL/IX support for i[3456]86-pc-linux 304 * libtool support for i[3456]86-pc-linux native builds 309 * i[3456]86-pc-linux support
|
D | README | 160 i386-pc-sysv
|
D | ChangeLog-2015 | 3029 Port newlib to x86_64-pc-cygwin. 23487 * libc/machine/mips/machine/regdef.h: Define pc as $pc for
|
/picolibc-latest/newlib/libc/machine/cr16/ |
D | setjmp.S | 24 # and pc from 'a' #
|