Home
last modified time | relevance | path

Searched refs:required (Results 1 – 22 of 22) sorted by relevance

/picolibc-latest/newlib/libc/machine/xstormy16/
Dtiny-malloc.c112 #define CAN_ALLOC_P(required) \ argument
114 - MALLOC_MINIMUM_GAP) >= (required))
116 #define CAN_ALLOC_P(required) \ argument
118 - MALLOC_MINIMUM_GAP) >= (required))
/picolibc-latest/newlib/libc/include/
Dstdint.h169 #error required type int_least8_t missing
191 #error required type int_least16_t missing
225 #error required type int_least32_t missing
/picolibc-latest/newlib/libc/machine/crx/
Dsetjmp.S12 # license, or royalty fee is required for any of the authorized uses. #
/picolibc-latest/newlib/libc/machine/cr16/
Dsetjmp.S12 # license, or royalty fee is required for any of the authorized uses. #
/picolibc-latest/semihost/machine/x86/
Dmeson.build48 objcopy = find_program('objcopy', required: false)
/picolibc-latest/newlib/libc/
Dsys.tex29 required; the examples shown implement the minimal functionality
30 required to allow @code{libc} to link, and fail gracefully where OS
115 special devices. The @file{sys/stat.h} header file required is
/picolibc-latest/
DREADME.md90 helpers are required (like ARM interrupt vector) and TLS support
212 -march=armv8-a+nofp -mabi=aapcs-soft. This required building a
236 than the required number of digits, but that's permitted by the C
254 present. This is required by the latest qemu which now more
259 * Parse NaN(<string>) in sscanf. This is required by the standard,
313 required to be external linkage ("real") symbols.
428 * Handle soft float on x86 and sparc targets. That mostly required
792 2. Add vsscanf to tinystdio (required for libstdc++).
799 1. Add __cxa_atexit implementation to 'picoexit' path as required by
814 required for C99 support.
[all …]
Dmeson.build69 # these options are required for all C compiler operations, including
172 have_cplusplus = add_languages('cpp', required: false)
258 nm = find_program('nm', required : false)
263 duplicate_names = find_program('scripts/duplicate-names', required : true)
267 validate_cdefs = find_program ('scripts/validate-cdefs', required : true)
DCOPYING.NEWLIB168 license, or royalty fee is required for any of the authorized uses.
867 license, or royalty fee is required for any of the authorized uses.
992 license, or royalty fee is required for any of the authorized uses.
1165 license, or royalty fee is required for any of the authorized uses.
1465 except as required for reasonable and customary use in describing the
1468 7. Disclaimer of Warranty. Unless required by applicable law or
1480 unless required by applicable law (such as deliberate and grossly
1522 Unless required by applicable law or agreed to in writing, software
DCOPYING.GPL2112 the Program is not required to print an announcement.)
180 5. You are not required to accept this License, since you have not
DCOPYING.picolibc6024 license, or royalty fee is required for any of the authorized uses.
6099 license, or royalty fee is required for any of the authorized uses.
6230 Unless required by applicable law or agreed to in writing, this software
/picolibc-latest/doc/
Dlocking.md54 recursive mutexes will be required for the recursive APIs. All APIs
Dlinking.md16 the data as required. Checkout the [Initializers in Picolibc](init.md) document
Dbuild.md78 require that the underlying system offer the required functions. POSIX
/picolibc-latest/newlib/libm/test/
Dmeson.build207 native_lib_m = cc.find_library('m', required: false)
/picolibc-latest/newlib/libc/locale/
Dlocale.tex38 This is a minimal implementation, supporting only the required @code{"C"}
/picolibc-latest/newlib/
DREADME120 `--srcdir=PATH/newlib-4.2.0'), you will build all the required libraries.
312 required by the application are linked in.
317 buffering required by C standard. This feature is possibly
DHOWTO50 If writing a new function that requires documentation, the required
129 GNU Automake 1.15.1 is required as a minimum. Newer versions are allowed when
DChangeLog-20152814 required by constifying the following arrays.
6105 * libc/include/locale.h (struct lconv): Add missing members required
9856 Support __func__ in assert, as required by C99.
10361 required by POSIX.
10778 as required by POSIX.
10905 required by SUSv3. Unify formatting.
14470 required. In particular, add the reentrant variants of libc calls.
20403 required, as documented in the gnu coding standards.
22893 * libc/include/stdio.h: add POSIX-required define L_ctermid
25210 NetBSD libm some time ago. Note cabs() is required by ucbtest.
[all …]
/picolibc-latest/newlib/libm/math/
Dmath.tex111 "divide-by-zero") as required by the C and POSIX standards, for
/picolibc-latest/test/
Dmeson.build690 native_lib_m = cc.find_library('m', required: false)
/picolibc-latest/newlib/libc/iconv/
Diconv.tex814 capability is required.