Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 51) sorted by relevance

123

/picolibc-latest/newlib/libc/stdlib/
Drpmatch.c64 regex_t yes, no; in rpmatch() local
69 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) { in rpmatch()
75 else if (regexec(&no, response, 0, NULL, 0) == 0) in rpmatch()
80 regfree(&no); in rpmatch()
/picolibc-latest/.github/
DDockerfile9 apt-get install -y --no-install-recommends ca-certificates wget gnupg && \
14 (xargs -a linux-packages.txt apt-get install -y --no-install-recommends || \
15 xargs -a linux-packages.txt apt-get install -y --no-install-recommends || \
16 xargs -a linux-packages.txt apt-get install -y --no-install-recommends || \
17 xargs -a linux-packages.txt apt-get install -y --no-install-recommends) && \
DDockerfile-zephyr11 apt-get install -y --no-install-recommends ca-certificates wget gnupg && \
14 (xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
15 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
16 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
17 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends) && \
39 RUN tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccache…
/picolibc-latest/newlib/libc/machine/i960/
Dmemcpy.S113 be Lexit # no move necessary if src and dest are same
131 cmpobe g6, g5, Lexit # quit if no more bytes to move
137 cmpobne g6, g5, Lcloop_a # quit if no more bytes to move
153 cmpobe g6, g0, Lexit # quit if no more bytes to move
159 cmpobne g6, g0, Lcloop.a # quit if no more bytes to move
Dstrrchr.S112 bno Lsearch_for_word_with_char_or_null # branch if no copy of char
/picolibc-latest/scripts/
Dcross-aarch64-linux-gnu.txt6 c = ['aarch64-linux-gnu-gcc', '-nostdlib', '-Wl,--build-id=none', '-Wl,--no-warn-rwx-segments']
7 cpp = ['aarch64-linux-gnu-g++', '-nostdlib', '-Wl,--build-id=none', '-Wl,--no-warn-rwx-segments']
25 link_spec = '--build-id=none --no-warn-rwx-segments'
Dcross-power9.txt19 link_spec = '--build-id=none --no-warn-rwx-segments'
Dcross-power9-fp128.txt19 link_spec = '--build-id=none --no-warn-rwx-segments'
/picolibc-latest/newlib/libc/machine/h8300/
Dmemcpy.S60 ; the second operand as well, it's no worse if doesn't, so it
/picolibc-latest/newlib/libc/machine/xtensa/
Dxtensa.tex38 setjmp requires no supporting OS subroutines.
70 longjmp requires no supporting OS subroutines.
/picolibc-latest/newlib/libc/machine/m68k/
Dmemset.S29 | - no argument testing (the original memcpy from the GNU lib does
30 | no checking either)
/picolibc-latest/newlib/libc/machine/arc64/
Dstrcmp.S250 ; There is no difference. Up until the NULL byte which must be
266 ;; byte. If it doesnt, the difference is what matters either way. If there is no
334 ; it is 0, it means there is no difference in the loaded data so any subtraction
338 ; there is no difference, but there are NULL bytes anywhere, right after the
Dmemmove.S86 ; Return if there are no 16 byte chunks
191 ; Jump if there are no 32 byte chunks
/picolibc-latest/newlib/libc/machine/rx/
Dmemchr.S29 stnz #1, r1 ; If no match was found return NULL.
/picolibc-latest/cmake/
DTC-clang-thumbv6m.cmake30 -Wl,-no-enum-size-warning
DTC-clang-thumbv7m.cmake30 -Wl,-no-enum-size-warning
/picolibc-latest/doc/
Dctype.md13 functions. In many cases, the resulting code is no larger than the
Dembedsource.md52no option in gcc to ignore the bundled c-library. The development version GCC 9.0 will have an `-n…
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h369 #define __generic(expr, t, yes, no) \ argument
370 _Generic(expr, t: yes, default: no)
372 #define __generic(expr, t, yes, no) \ argument
374 __builtin_types_compatible_p(__typeof((0, (expr))), t), yes, no)
/picolibc-latest/.github/workflows/
Dsteps-head26 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
/picolibc-latest/
DCONTRIBUTING.md54 * no literal tab characters, only spaces
56 * no trailing whitespace
/picolibc-latest/newlib/libc/tinystdio/
Datof_ryu.c47 #error no usable clz in floor_log2()
/picolibc-latest/newlib/
DREADME8 compilers. As of 3.0.0, K&R is no longer supported.
179 gcc's build platform has no equivalent in newlib.
182 and as mentioned before, newlib has no concept of target.
232 There is no convenient way to generate a list of all available
239 There is no convenient way to generate a list of all available
247 `--enable-FEATURE'. Or it can be disable by `--enable-FEATURE=no' or
467 5) As a rule, no features from outside of C89 standard will be
DMAINTAINERS18 If there is no maintainer for a given domain then the responsibility
/picolibc-latest/newlib/libc/machine/avr/
Dmacros.inc153 - no instruction generated if source and destination are the same
357 /* LPM with Z post-increment, max 64K, no RAMPZ (ATmega83/161/163/32) */
368 /* LPM without post-increment, max 64K, no RAMPZ (AT90S*) */

123