Home
last modified time | relevance | path

Searched refs:array (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/test/
Dtest-ubsan.c82 int array[10]; in main() local
84 array[ten] = 10; in main()
85 printf("value %d\n", array[ten]); in main()
/picolibc-latest/doc/
Dinit.md12 1) Functions listed in the preinit array
14 3) Functions listed in the init array
20 called before the init array contents are evaluated.
27 1) Functions listed in the fini array
34 called after the fini array contents are evaluated.
50 `.init_array` segment, the array should start with the symbol
52 the `.fini_array` segment, the array should start with the symbol
54 data from the `.preinit_array` segment, the array starts with
Dctype.md19 direct implementation) or `0` (select array-based implementation).
Dbuild.md153 | newlib-initfini-array | true | Use .init_array and .fini_array sections in picocrt …
/picolibc-latest/scripts/
Ddo-native-configure49 -Dnewlib-initfini-array=false\
/picolibc-latest/newlib/testsuite/newlib.string/
Dtstring.c75 char array[] = "abcdefghijklmnopqrstuvwxz"; in main() local
277 first_char = array[i % (sizeof(array) - 1)]; in main()
/picolibc-latest/
Dmeson_options.txt50 option('multilib-list', type: 'array', value: [],
53 option('multilib-exclude', type: 'array', value: [],
217 option('newlib-iconv-encodings', type: 'array',
219 option('newlib-iconv-from-encodings', type: 'array',
221 option('newlib-iconv-to-encodings', type: 'array',
229 option('newlib-iconv-encodings-exclude', type: 'array',
250 option('newlib-initfini-array', type: 'boolean', value: true,
DREADME.md185 * Use C99 minimum array size in asctime_r and ctime_r API
316 _ctype_ array and just does direct value comparisons. This only
507 array of signal handlers and to not use getpid and kill, instead
Dmeson.build1270 # If you want to check for a given builtin, add an array
1374 conf_data.set('_HAVE_INITFINI_ARRAY', get_option('newlib-initfini-array'), description: 'compiler s…
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1008 trivial - it is just the array of 256 16-bit UCS codes. Therefore, an
1014 16-bit "to_ucs" table is to use the huge 16-bit array like in case
1026 corresponds the "from_ucs" array and has the following layout:
1029 from_ucs array:
1071 "from_ucs" array. If there is no codes in the subrange, the heading
1077 is defined in the first 2-byte element of the "from_ucs" array.
1086 of the "from_ucs" array, @emph{X} is 0xFF. Else, continue to search.
1092 "flom_ucs" array index of the @emph{BlkN}-th block.
1122 The following is the layout of the size-optimized table array:
1125 size_arr array:
[all …]
/picolibc-latest/newlib/libc/machine/i960/
Dmemccpy.S140 bx (g13) # g0 = dest array address; g14 = 0
Dmemcpy.S141 bx (g13) # g0 = dest array address; g14 = 0
Dmemccpy_ca.S216 bx (g13) # g0 = dest array address; g14 = 0
/picolibc-latest/newlib/libc/stdio/
Dstdio.tex66 * Function fread:: Read array elements from a file
74 * Function fwrite:: Write array elements from memory to a file or stream
/picolibc-latest/newlib/libm/test/
Dmeson.build38 # chunk. Meson 0.58 has range(), but 0.53 is supported, so make an array
/picolibc-latest/newlib/
DChangeLog-20151549 * libc/time/month_lengths.c: New file with __month_lengths array
1550 (previously mon_lengths array in mktm_r.c)
3493 array of undefined size, to avoid problems when compiled with
4845 pwc to pmb and convert to array to avoid buffer overflow. Rename c to
4894 * libc/locale/nl_langinfo.c (nl_ext): New array to define what is to
5287 (__ctype_cp): Add array members for above ctype definitions.
5297 GEORGIAN-PS conversion array, 102 to PT154 conversion array.
5374 (struct lc_time_T): Convert am and pm to a am_pm array for easier
6591 * configure.in: Add square brackets for the array aliasing conftest.
6701 marker in ctype array.
[all …]