Home
last modified time | relevance | path

Searched refs:level (Results 1 – 18 of 18) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dtwalk.c53 void (*action)(const void *, VISIT, int), int level);
57 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), int level) in trecurse() argument
61 (*action)(root, leaf, level); in trecurse()
63 (*action)(root, preorder, level); in trecurse()
65 trecurse(root->llink, action, level + 1); in trecurse()
66 (*action)(root, postorder, level); in trecurse()
68 trecurse(root->rlink, action, level + 1); in trecurse()
69 (*action)(root, endorder, level); in trecurse()
/picolibc-latest/newlib/libc/posix/
Dnftw.c42 int level; member
80 new.level = h ? h->level+1 : 0; in do_nftw()
83 lev.level = new.level; in do_nftw()
/picolibc-latest/newlib/libc/include/
Dftw.h56 int level; member
/picolibc-latest/newlib/libc/machine/xtensa/
Dxtensa.tex24 and interrupts encountered in a low-level subroutine of a program.
53 and interrupts encountered in a low-level subroutine of a program.
/picolibc-latest/
Dpicolibc.h.in443 /* elix level */
449 /* The newlib patch level. */
466 /* The Picolibc patch level. */
DCODE_OF_CONDUCT.md9 level of experience, education, socio-economic status, nationality, personal
Dmeson_options.txt190 option('newlib-elix-level', type: 'integer', value: 4,
191 description: 'desired elix library level (0-4)')
Dmeson.build190 newlib_elix_level = get_option('newlib-elix-level')
1559 …data.set('__PICOLIBC_PATCHLEVEL__', picolibc_patch_level, description: 'The Picolibc patch level.')
1571 …ata.set('__NEWLIB_PATCHLEVEL__', NEWLIB_PATCHLEVEL_VERSION, description: 'The newlib patch level.')
DREADME.md607 1. Fix el/ix level 4 code type errors
/picolibc-latest/.github/workflows/
Dhead55 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA…
Dhead-zephyr56 …outputs: type=docker,force-compression=true,compression=zstd,compression-level=22,dest=${{ env.IMA…
/picolibc-latest/newlib/
DHOWTO83 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.
DREADME174 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
DNEWS28 - nvptx: remove newlib ELIX level 1 restriction
242 * switch to use top-level libtool
295 * new --enable-newlib-elix-level configuration option
355 * Cross compiler target libraries are now built in a subdir of the top level
DChangeLog-20154730 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-latest/doc/
Dbuild.md16 On POSIX systems, meson uses the low-level 'ninja' build tool and
107 | newlib-elix-level | 0 | Extends stdio API based on level
Dprintf.md136 level, that macro is also correctly defined for the other two levels.
/picolibc-latest/newlib/libc/iconv/
Diconv.tex40 In addition to these user-level interfaces, the iconv library also has