Home
last modified time | relevance | path

Searched refs:step (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dengine.c50 #define step sstep macro
61 #define step lstep macro
95 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft);
758 st = step(m->g, startst, stopst, st, NOTHING, st); in fast()
784 st = step(m->g, startst, stopst, st, flagch, st); in fast()
798 st = step(m->g, startst, stopst, st, flagch, st); in fast()
810 st = step(m->g, startst, stopst, tmp, c, st); in fast()
812 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast()
850 st = step(m->g, startst, stopst, st, NOTHING, st); in slow()
872 st = step(m->g, startst, stopst, st, flagch, st); in slow()
[all …]
/picolibc-latest/newlib/libc/machine/i960/
Dmemcmp_ca.S194 notor g1,3,g14 # first step in computing new src1 ptr
204 subo g14,g0,g0 # second (final) step in computing new src1 ptr
Dstrcmp_ca.S237 notor g1,3,MSW # first step in computing new src1 ptr
242 subo MSW,g0,g0 # second (final) step in computing new src1 ptr
Dstrncmp_ca.S236 notor g1,3,g14 # first step in computing new src1 ptr
247 subo g14,g0,g0 # second (final) step in computing new src1 ptr
/picolibc-latest/newlib/libc/machine/arc64/
Dstrlen.S251 ; The first step to take is point r13 to the appropriate double word.
274 ; bit of each byte 1, if the byte is less than 0x80. The last step is
Dmemchr.S326 ; The first step to take is point r0 to the appropriate double word.
347 ; less than 0x80. The last step is to AND these two values (this operation is
Dstrcat.S544 ; The first step to take is point r13 to the appropriate double word.
565 ; less than 0x80. The last step is to and these two values (this operation is
/picolibc-latest/doc/
Dprintf.md276 code, the first step is to build picolibc with the right options. The
/picolibc-latest/newlib/
DHOWTO283 someday will step up to integrate it into the existing framework.
DChangeLog-201514433 * libc/stdio/fclose.c (fclose): Release FILE as the last step.
/picolibc-latest/
DREADME.md131 application by following step-by-step instructions
/picolibc-latest/newlib/libc/iconv/
Diconv.tex121 The ability to exclude a lot of unneeded code and data from the linking step.