Home
last modified time | relevance | path

Searched full:uses (Results 1 – 25 of 190) sorted by relevance

12345678

/picolibc-3.7.0-3.6.0/.github/workflows/
Dlinux.yml32 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 …]
Dzephyr.yml33 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 …]
Dhead32 uses: actions/checkout@v4
38 uses: actions/cache@v4
46 uses: docker/setup-buildx-action@v3
50 uses: docker/build-push-action@v5
Dsteps-head3 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
Dhead-zephyr33 uses: actions/checkout@v4
39 uses: actions/cache@v4
47 uses: docker/setup-buildx-action@v3
51 uses: docker/build-push-action@v5
Dmacos.yml26 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/
Dlocking.md4 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
Dprintf.md18 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/
Dreent.tex37 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/
DREADME.md6 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/
DCONTRIBUTING.md27 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/
Dmemcpy-bs.S70 ; uses long immediate
76 ; uses long immediate
Dmemcpy.S70 ; uses long immediate
79 ; uses long immediate
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dselect.h54 * 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/
Dstrcasestr.c26 <<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/
Dsignal.c8 license, or royalty fee is required for any of the authorized uses.
Datexit.c9 * license, or royalty fee is required for any of the authorized uses.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/ft32/
Dstrlen.S8 license, or royalty fee is required for any of the authorized uses.
Dstpcmp.S8 license, or royalty fee is required for any of the authorized uses.
Dstrcmp.S8 license, or royalty fee is required for any of the authorized uses.
Dstrcpy.S8 license, or royalty fee is required for any of the authorized uses.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/
Dabort.c9 * license, or royalty fee is required for any of the authorized uses.
Dcallocr.c9 * license, or royalty fee is required for any of the authorized uses.
Dmallocr.c9 * license, or royalty fee is required for any of the authorized uses.
Dreallocr.c9 * license, or royalty fee is required for any of the authorized uses.

12345678