Searched refs:initial (Results 1 – 18 of 18) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | wcstod.c | 150 static const mbstate_t initial; in wcstod_l() local 171 mbs = initial; in wcstod_l() 180 mbs = initial; in wcstod_l() 222 static const mbstate_t initial; in wcstof_l() local 243 mbs = initial; in wcstof_l() 252 mbs = initial; in wcstof_l()
|
D | wcstold.c | 52 static const mbstate_t initial; in wcstold_l() 64 mbs = initial; in wcstold_l() 76 mbs = initial; in wcstold_l()
|
/picolibc-latest/doc/ |
D | tls.md | 42 initial TLS block and arranges for it to be initialized as a part of 66 initial TLS data segment. Then, it clears memory from __bss_start to 70 reference this initial TLS block. 80 set the initial TLS values.
|
D | linking.md | 79 initial stack.
|
D | build.md | 169 … | local-exec | Select TLS model (global-dynamic, local-dynamic, initial-exec or local-exe…
|
/picolibc-latest/newlib/libc/machine/mn10300/ |
D | memcmp.S | 94 .4byte _memcmp # FDE initial location
|
D | strlen.S | 88 .4byte _strlen # FDE initial location
|
D | strcmp.S | 97 .4byte _strcmp # FDE initial location
|
D | strcpy.S | 94 .4byte _strcpy # FDE initial location
|
D | memset.S | 104 .4byte _memset # FDE initial location
|
D | memchr.S | 117 .4byte _memchr # FDE initial location
|
D | memcpy.S | 110 .4byte _memcpy # FDE initial location
|
D | strchr.S | 130 .4byte _strchr # FDE initial location
|
/picolibc-latest/newlib/libc/string/ |
D | wcstrings.tex | 33 * Function wcsspn:: Find initial match in wide-character string
|
D | strings.tex | 64 * Function strspn:: Find initial match
|
/picolibc-latest/ |
D | picolibc.ld.in | 235 * it for the initial TLS storage.
|
D | meson_options.txt | 280 option('tls-model', type: 'combo', choices: ['global-dynamic', 'local-dynamic', 'initial-exec', 'lo…
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4265 to C.UTF-8 to match initial __wctomb and __mbtowc settings. 8692 an initial buffer for asprintf. 11156 an asprintf-family buffer, make the default initial size 64. 20326 * libc/stdlib/getenv_r.c: Make initial comment friendlier to emacs 22526 When needing to transfer an initial 2-byte-word, store as 23051 * libc/sys/sysnecv850/crt0.S: Remove initial setting of r0 to 0. 23533 * libc/sys/d10v/syscalls.c (_sbrk): Align initial heap_end to 8 24148 * libc/reent/impure.o: New file, define initial reentrancy struct. 27307 that C programs can call functions without using initial
|