Searched refs:here (Results 1 – 25 of 28) sorted by relevance
12
/picolibc-latest/.github/ |
D | do-zephyr-test | 2 here=`dirname "$0"` 3 "$here"/zephyr "$here"/do-test "$@"
|
D | do-avr-build | 2 here=`dirname "$0"` 3 "$here"/do-avr "$here"/do-build "$@"
|
D | do-zephyr-build | 2 here=`dirname "$0"` 3 "$here"/zephyr "$here"/do-build "$@"
|
D | zephyr | 2 here=`dirname "$0"`
|
/picolibc-latest/newlib/libc/posix/ |
D | regexec.c | 83 #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)])
|
D | engine.c | 935 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/ |
D | crt0.S | 58 bl here 59 here: mflr %r2 label 62 ld %r2,(toc-here)(%r2)
|
/picolibc-latest/newlib/libc/machine/crx/ |
D | setjmp.S | 14 # and need not follow the licensing terms described here, provided that #
|
/picolibc-latest/ |
D | CONTRIBUTING.md | 14 exactly mirror the code at keithp.com. I've placed it here to 87 [subscribe here](https://keithp.com/mailman/listinfo/picolibc).
|
D | picolibc.ld.in | 40 * some phony values here to make things link for testing 236 * Create special section here just to make room.
|
D | COPYING.NEWLIB | 170 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
|
D | meson.build | 448 # 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/ |
D | setjmp.S | 14 # and need not follow the licensing terms described here, provided that #
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strlen_ca.S | 118 Lodd_word: # trickery! if we branch here, following branch
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 45 * some phony values here to make things link for testing 190 * so we create a special segment here just to make room
|
D | TC-microbit.ld | 45 * 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/ |
D | strcat.S | 218 ; 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]
|
D | strlen.S | 285 ; mean there is no NULL byte and we wouldnt be here) we dont need to
|
D | memchr.S | 357 ; NULL byte and we wouldnt be here) we dont need to worry about that. [6]
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 41 for an implementation, here equivalent to @code{"C"}).
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 191 It is from this version that the newlib implementation here was
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 34 complication arises here: the C library must be compatible with
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 233 ! add #2,DST DST is dead here.
|
/picolibc-latest/newlib/ |
D | README | 192 options not listed here. 488 lappend boards_dir "your dejagnu/baseboards here"
|
D | ChangeLog-2015 | 105 * 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