Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 28) sorted by relevance

12

/picolibc-latest/.github/
Ddo-zephyr-test2 here=`dirname "$0"`
3 "$here"/zephyr "$here"/do-test "$@"
Ddo-avr-build2 here=`dirname "$0"`
3 "$here"/do-avr "$here"/do-build "$@"
Ddo-zephyr-build2 here=`dirname "$0"`
3 "$here"/zephyr "$here"/do-build "$@"
Dzephyr2 here=`dirname "$0"`
/picolibc-latest/newlib/libc/posix/
Dregexec.c83 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
84 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
85 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
132 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
133 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
134 #define ISSETBACK(v, n) ((v)[here - (n)])
Dengine.c935 onestate here; /* note, macros know this name */ in step() local
939 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { in step()
990 INIT(here, pc); in step()
1010 if (ISSTATEIN(aft, here)) { in step()
/picolibc-latest/picocrt/machine/powerpc/
Dcrt0.S58 bl here
59 here: mflr %r2 label
62 ld %r2,(toc-here)(%r2)
/picolibc-latest/newlib/libc/machine/crx/
Dsetjmp.S14 # and need not follow the licensing terms described here, provided that #
/picolibc-latest/
DCONTRIBUTING.md14 exactly mirror the code at keithp.com. I've placed it here to
87 [subscribe here](https://keithp.com/mailman/listinfo/picolibc).
Dpicolibc.ld.in40 * some phony values here to make things link for testing
236 * Create special section here just to make room.
DCOPYING.NEWLIB170 and need not follow the licensing terms described here, provided that
869 and need not follow the licensing terms described here, provided that
994 and need not follow the licensing terms described here, provided that
1167 and need not follow the licensing terms described here, provided that
Dmeson.build448 # error here to avoid surprising test failures.
1659 # here and the sample cross scripts once picolibc requires a version
/picolibc-latest/newlib/libc/machine/cr16/
Dsetjmp.S14 # and need not follow the licensing terms described here, provided that #
/picolibc-latest/newlib/libc/machine/i960/
Dstrlen_ca.S118 Lodd_word: # trickery! if we branch here, following branch
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld45 * some phony values here to make things link for testing
190 * so we create a special segment here just to make room
DTC-microbit.ld45 * some phony values here to make things link for testing
190 * so we create a special segment here just to make room
/picolibc-latest/newlib/libc/machine/arc64/
Dstrcat.S218 ; Condense the two subs here
452 ; Condense the two subs here
575 ; NULL byte and we wouldnt be here) we dont need to worry about that. [6]
Dstrlen.S285 ; mean there is no NULL byte and we wouldnt be here) we dont need to
Dmemchr.S357 ; NULL byte and we wouldnt be here) we dont need to worry about that. [6]
/picolibc-latest/newlib/libc/locale/
Dlocale.tex41 for an implementation, here equivalent to @code{"C"}).
/picolibc-latest/newlib/libc/xdr/
DREADME191 It is from this version that the newlib implementation here was
/picolibc-latest/newlib/libc/
Dsys.tex34 complication arises here: the C library must be compatible with
/picolibc-latest/newlib/libc/machine/sh/
Dmemcpy.S233 ! add #2,DST DST is dead here.
/picolibc-latest/newlib/
DREADME192 options not listed here.
488 lappend boards_dir "your dejagnu/baseboards here"
DChangeLog-2015105 * libc/include/sys/select.h: Move Cygwin's sys/select.h here.
159 * libc/stdlib/strtod.c (match): Move from here...
160 * libc/stdlib/gdtoa-hexnan.c (match): ...to here.
371 * Makefile.shared: Move documentation rules to here...
372 * libc/argz/Makefile.am: ... from here ...
373 * libc/ctype/Makefile.am: ... and here.
562 libc/sys/rtems/include/machine/_types.h: ... here.
564 libc/sys/rtems/include/machine/limits.h: ... here.
566 libc/sys/rtems/include/machine/param.h: ... here.
568 libc/sys/rtems/include/sys/cpuset.h: ... here.
[all …]

12