Searched refs:optimization (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/iconv/ces/ |
D | table.c | 111 ccsp->optimization = biccsp->from_ucs_type; in table_init_from_ucs() 147 else if (ccsp->optimization == TABLE_SPEED_OPTIMIZED) in table_convert_from_ucs() 192 ccsp->optimization = biccsp->to_ucs_type; in table_init_to_ucs() 231 if (ccsp->optimization == TABLE_SIZE_OPTIMIZED) in table_convert_to_ucs() 535 ccsp->optimization = TABLE_SIZE_OPTIMIZED; in load_file() 537 ccsp->optimization = TABLE_SPEED_OPTIMIZED; in load_file()
|
/picolibc-latest/newlib/libc/iconv/ccs/ |
D | ccs.h | 149 int optimization; /* Table optimization type (speed/size) */ member
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 23 optimization (@code{-O1} and higher) and @code{_FORTIFY_SOURCE} defined
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strcmp.S | 337 ; There is one optimization that is being overlooked, which is returning 0 if 342 ; unlikely, it isnt worth it to perform this optimization since it would require
|
/picolibc-latest/newlib/ |
D | README | 324 `--disable-newlib-fseek-optimization' 325 Disable fseek optimization. It can decrease code size of application 345 NEWLIB does optimization when `fprintf to write only unbuffered unix 346 file'. It creates a temorary buffer to do the optimization that 348 disables the optimization and saves size of text and stack.
|
D | ChangeLog-2015 | 2790 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't do optimization on 3114 * configure.in (--disable-newlib-fseek-optimization): New option. 3117 control fseek optimization. 3408 * libc/machine/moxie/setjmp.S (setjmp): Minor optimization. 9733 * libc/stdio/fopencookie.c (fcwriter): Minor optimization. 12037 stream, turn off fseek/rewind optimization as per POSIX/SUSv3. 12039 seek, turn off the __SNPT no-optimization flag. 16272 * libc/string/memset.c (memset): Minor optimization: Use new 'd'
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 128 -Werror=ignored-optimization-argument
|
/picolibc-latest/ |
D | meson_options.txt | 192 option('newlib-fseek-optimization', type: 'boolean', value: false, 193 description: 'enable fseek optimization') 207 description: 'enable unbuffered stream optimization in streamio')
|
D | meson.build | 457 newlib_fseek_optimization = get_option('newlib-fseek-optimization') 478 error('tinystdio has no fseek support (newlib-fseek-optimization)') 870 # CompCert does not support bitfields in packed structs, so avoid using this optimization 1369 conf_data.set('PREFER_SIZE_OVER_SPEED', get_option('optimization') == 's', description: 'Optimize f…
|
/picolibc-latest/doc/ |
D | build.md | 108 | newlib-fseek-optimization | false | Enable fseek optimization … 117 | newlib-unbuf-stream-opt | false | Enable unbuffered stream optimization in streamio …
|
D | printf.md | 40 optimization. In that case, applications can only use the default
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1181 (total 10 bytes). This optimization is done in the size-optimized tables. 1455 converter. But for the optimization purposes, the specialized
|