Searched refs:level (Results 1 – 17 of 17) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | twalk.c | 55 void (*action)(const void *, VISIT, int), int level); 59 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), int level) in trecurse() argument 63 (*action)(root, leaf, level); in trecurse() 65 (*action)(root, preorder, level); in trecurse() 67 trecurse(root->llink, action, level + 1); in trecurse() 68 (*action)(root, postorder, level); in trecurse() 70 trecurse(root->rlink, action, level + 1); in trecurse() 71 (*action)(root, endorder, level); in trecurse()
|
/picolibc-3.5.0-3.4.0/newlib/libc/posix/ |
D | nftw.c | 40 int level; member 78 new.level = h ? h->level+1 : 0; in do_nftw() 81 lev.level = new.level; in do_nftw()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | ftw.h | 56 int level; member
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/xtensa/ |
D | xtensa.tex | 24 and interrupts encountered in a low-level subroutine of a program. 53 and interrupts encountered in a low-level subroutine of a program.
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | HOWTO | 83 classify any new functions in terms of needing an ELIX level qualification 100 Linux single process only. Includes level 1 plus any functions from Linux 157 with the historical top-level acinclude.m4 file! 165 stick to the appropriate source-level test -- AC_PREPROC for testing behavior 195 to be run from the top-level, and the full path to the target is specified. 242 Keep in mind that machine overrides only work at the file level, not at 243 the symbol level. If a common file defines multiple symbols, then the machine 258 level of detail is left up to the author's discretion.
|
D | README | 174 build, host, and target options given to the top-level configure script must 184 In summary: the --target=TARGET switch to the top-level configure 226 Configure only the directory level where `configure' is executed; 387 `--enable-newlib-elix-level' 388 Supply desired elix library level (1-4). Please refer to HOWTO for 390 Set to level 0 by default. 507 Now type make check-target-newlib in the top-level build directory to
|
D | NEWS | 16 - nvptx: remove newlib ELIX level 1 restriction 230 * switch to use top-level libtool 283 * new --enable-newlib-elix-level configuration option 343 * Cross compiler target libraries are now built in a subdir of the top level
|
D | newlib.hin | 35 /* EL/IX level */
|
D | ChangeLog-2015 | 4730 for ELIX level 4. 5651 low-level seek error condition. Restore old errno in case of 7831 %S conversions when the EL/IX level is 1. 12819 ELIX level is defined. 12834 first to mimic the behavior of the top-level configury. Move include 13173 a low-level read if we don't get the full amount of bytes so 13340 only require one low-level system read. 14224 top level newlib configure.in. 15231 * libc/sys/linux/Makefile.am: Add EL/IX level 3 network, dynamic 16679 based on ELIX level. [all …]
|
/picolibc-3.5.0-3.4.0/ |
D | picolibc.h.in | 425 /* The newlib patch level. */ 442 /* The Picolibc patch level. */
|
D | CODE_OF_CONDUCT.md | 9 level of experience, education, socio-economic status, nationality, personal
|
D | meson_options.txt | 153 option('newlib-elix-level', type: 'integer', value: 4, 154 description: 'desired elix library level (0-4)')
|
D | meson.build | 196 newlib_elix_level = get_option('newlib-elix-level') 1207 …data.set('__PICOLIBC_PATCHLEVEL__', picolibc_patch_level, description: 'The Picolibc patch level.') 1219 …ata.set('__NEWLIB_PATCHLEVEL__', NEWLIB_PATCHLEVEL_VERSION, description: 'The newlib patch level.')
|
D | README.md | 298 1. Fix el/ix level 4 code type errors
|
/picolibc-3.5.0-3.4.0/doc/ |
D | build.md | 16 On POSIX systems, meson uses the low-level 'ninja' build tool and 100 | newlib-elix-level | 0 | Extends stdio API based on level …
|
D | printf.md | 96 level, that macro is also correctly defined for the other two levels.
|
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ |
D | iconv.tex | 40 In addition to these user-level interfaces, the iconv library also has
|