Searched refs:required (Results 1 – 22 of 22) sorted by relevance
/picolibc-latest/newlib/libc/machine/xstormy16/ |
D | tiny-malloc.c | 112 #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/ |
D | stdint.h | 169 #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/ |
D | setjmp.S | 12 # license, or royalty fee is required for any of the authorized uses. #
|
/picolibc-latest/newlib/libc/machine/cr16/ |
D | setjmp.S | 12 # license, or royalty fee is required for any of the authorized uses. #
|
/picolibc-latest/semihost/machine/x86/ |
D | meson.build | 48 objcopy = find_program('objcopy', required: false)
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 29 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/ |
D | README.md | 90 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 …]
|
D | meson.build | 69 # 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)
|
D | COPYING.NEWLIB | 168 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
|
D | COPYING.GPL2 | 112 the Program is not required to print an announcement.) 180 5. You are not required to accept this License, since you have not
|
D | COPYING.picolibc | 6024 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/ |
D | locking.md | 54 recursive mutexes will be required for the recursive APIs. All APIs
|
D | linking.md | 16 the data as required. Checkout the [Initializers in Picolibc](init.md) document
|
D | build.md | 78 require that the underlying system offer the required functions. POSIX
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 207 native_lib_m = cc.find_library('m', required: false)
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 38 This is a minimal implementation, supporting only the required @code{"C"}
|
/picolibc-latest/newlib/ |
D | README | 120 `--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
|
D | HOWTO | 50 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
|
D | ChangeLog-2015 | 2814 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/ |
D | math.tex | 111 "divide-by-zero") as required by the C and POSIX standards, for
|
/picolibc-latest/test/ |
D | meson.build | 690 native_lib_m = cc.find_library('m', required: false)
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 814 capability is required.
|