Searched full:uses (Results 1 – 25 of 190) sorted by relevance
12345678
/picolibc-3.7.0-3.6.0/.github/workflows/ |
D | linux.yml | 32 uses: actions/checkout@v4 38 uses: actions/cache@v4 46 uses: docker/setup-buildx-action@v3 50 uses: docker/build-push-action@v5 73 uses: actions/checkout@v4 78 uses: actions/cache@v4 89 # The docker image contains ccache, but the ccache action uses the ccache 103 uses: hendrikmuhs/ccache-action@v1.2.11 133 uses: actions/checkout@v4 138 uses: actions/cache@v4 [all …]
|
D | zephyr.yml | 33 uses: actions/checkout@v4 39 uses: actions/cache@v4 47 uses: docker/setup-buildx-action@v3 51 uses: docker/build-push-action@v5 79 uses: actions/checkout@v4 84 uses: actions/cache@v4 95 # The docker image contains ccache, but the ccache action uses the ccache 109 uses: hendrikmuhs/ccache-action@v1.2.11 139 uses: actions/checkout@v4 144 uses: actions/cache@v4 [all …]
|
D | head | 32 uses: actions/checkout@v4 38 uses: actions/cache@v4 46 uses: docker/setup-buildx-action@v3 50 uses: docker/build-push-action@v5
|
D | steps-head | 3 uses: actions/checkout@v4 8 uses: actions/cache@v4 19 # The docker image contains ccache, but the ccache action uses the ccache 33 uses: hendrikmuhs/ccache-action@v1.2.11
|
D | head-zephyr | 33 uses: actions/checkout@v4 39 uses: actions/cache@v4 47 uses: docker/setup-buildx-action@v3 51 uses: docker/build-push-action@v5
|
D | macos.yml | 26 uses: actions/checkout@v4 29 uses: actions/setup-python@v5 37 uses: hendrikmuhs/ccache-action@v1.2.11
|
/picolibc-3.7.0-3.6.0/doc/ |
D | locking.md | 4 Picolibc uses the following locking API. Picolibc provides stubs for 10 ## Where Picolibc uses locking 21 Tinystdio (the default stdio) uses per-file locks for the buffered 23 the implementation. It uses atomic exchanges to handle the one 37 multithreading support enabled and uses the locking operations. 46 enabled, Picolibc uses the following interface. Picolibc provides
|
D | printf.md | 18 the compiler command line looking for the preprocessor token and uses 25 * Printf uses within picolibc (which are all integer-only) now share 235 controls whether the tinystdio code uses exact algorithms for 265 * `-Dtinystdio=false` This disables the tinystdio code and uses 294 This also uses 1252 bytes of space from the heap at runtime. Tinystdio
|
/picolibc-3.7.0-3.6.0/newlib/libc/reent/ |
D | reent.tex | 37 uses a single global instance of the reentrancy structure. The second 43 and @var{mode}, and uses the global reentrancy structure. The function 54 Each function which uses the global reentrancy structure uses the global
|
/picolibc-3.7.0-3.6.0/hello-world/ |
D | README.md | 6 picolibc, and uses 'make' instead of 'meson' to try and make the 30 example uses Picolibc's semihosting support (`--oslib=semihost`) to 51 compressed) and uses the 'ilp32' ABI (32-bit integer, long and
|
/picolibc-3.7.0-3.6.0/ |
D | CONTRIBUTING.md | 27 Picolibc uses the [meson](https://mesonbuild.com/) build tool. You'll 93 Picolibc uses the [Contributor Covenant](https://www.contributor-covenant.org/),
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/ |
D | memcpy-bs.S | 70 ; uses long immediate 76 ; uses long immediate
|
D | memcpy.S | 70 ; uses long immediate 79 ; uses long immediate
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | select.h | 54 * Select uses bit masks of file descriptors in longs. 57 * should be enough for most uses.
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | strcasestr.c | 26 <<strcasestr>> requires no supporting OS subroutines. It uses 82 /* strncasecmp uses signed char, CMP_FUNC is expected to use unsigned char. */
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/amdgcn/ |
D | signal.c | 8 license, or royalty fee is required for any of the authorized uses.
|
D | atexit.c | 9 * license, or royalty fee is required for any of the authorized uses.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/ft32/ |
D | strlen.S | 8 license, or royalty fee is required for any of the authorized uses.
|
D | stpcmp.S | 8 license, or royalty fee is required for any of the authorized uses.
|
D | strcmp.S | 8 license, or royalty fee is required for any of the authorized uses.
|
D | strcpy.S | 8 license, or royalty fee is required for any of the authorized uses.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/ |
D | abort.c | 9 * license, or royalty fee is required for any of the authorized uses.
|
D | callocr.c | 9 * license, or royalty fee is required for any of the authorized uses.
|
D | mallocr.c | 9 * license, or royalty fee is required for any of the authorized uses.
|
D | reallocr.c | 9 * license, or royalty fee is required for any of the authorized uses.
|
12345678