/picolibc-latest/newlib/libc/machine/spu/ |
D | stack_reg_va.S | 79 #define flag $68 macro 138 ceqi flag, parms, 0x01 /* if(parms==1) flag=0xFFFFFFFF */ 139 brnz flag, reg_3 /* if(flag!=0) jump */ 140 ceqi flag, parms, 0x02 /* if(parms==2) flag=0xFFFFFFFF */ 141 brnz flag, reg_4 /* if(flag!=0) jump */
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 61 foreach(flag ${flags}) 65 APPEND PROPERTY COMPILE_OPTIONS ${flag}) 108 foreach(flag ${ARGN}) 109 string(MAKE_C_IDENTIFIER ${flag} flag_under) 112 COMPILE_DEFINITIONS "${PICOLIBC_TEST_COMPILE_OPTIONS};${PICOLIBC_FLAG_OPTIONS};${flag}" 115 list(APPEND options ${flag}) 139 function(picolibc_flag flag) 141 string(REPLACE "_" "-" flag_dash ${flag}) 152 try_compile(${flag} "${PROJECT_BINARY_DIR}" "${flag_file}" 156 if (${flag}) [all …]
|
/picolibc-latest/newlib/libc/machine/w65/ |
D | sdivhi3.S | 25 ldy #0 !flag positive result 30 iny !flag negative result 38 dey !flag negative/positive result
|
/picolibc-latest/newlib/testsuite/lib/ |
D | passfail.exp | 13 proc newlib_pass_fail_all { flag exclude_list } { 24 if { $flag == "-x" } then {
|
/picolibc-latest/newlib/libc/search/ |
D | hash.c | 560 u_int flag) argument 565 if (flag) { 576 u_int flag) argument 581 if (flag && flag != R_NOOVERWRITE) { 590 return (hash_access(hashp, flag == R_NOOVERWRITE ? 597 u_int flag) /* Ignored */ argument 602 if (flag && flag != R_CURSOR) { 749 u_int flag) argument 757 if (flag && flag != R_FIRST && flag != R_NEXT) { 764 if ((hashp->cbucket < 0) || (flag == R_FIRST)) {
|
/picolibc-latest/newlib/libc/include/sys/ |
D | iconvnls.h | 72 iconv_t *towc, iconv_t *fromwc, int flag);
|
/picolibc-latest/newlib/libc/include/ |
D | getopt.h | 109 int *flag; /* determines if getopt_long() returns a member
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strncat.S | 50 …add #0, r14, r3 ; Restore the number of bytes to copy (again), but this time set the Z flag as wel… 55 beq 1f ; Z flag is set if a match was found.
|
D | strcmp.S | 31 scne.L r1 ; Set result based on Z flag
|
D | strncmp.S | 40 scne.L r1 ; Set result based on Z flag
|
/picolibc-latest/newlib/libc/iconv/lib/ |
D | iconvnls.c | 311 int flag) in _iconv_nls_open() argument 322 if (flag) in _iconv_nls_open()
|
/picolibc-latest/newlib/libc/iconv/ces/ |
D | mkdeps.pl | 909 my $flag; 915 $flag = 1; 920 print CCSNAMES_H "\"$ccs\"\n" if !$flag;
|
/picolibc-latest/newlib/libc/machine/avr/ |
D | setjmp.S | 108 ; save status register (I flag)
|
/picolibc-latest/newlib/libc/stdlib/ |
D | getopt.c | 452 if (longopts[longopt_match].flag != 0) in getopt_internal() 454 *(longopts[longopt_match].flag) = longopts[longopt_match].val; in getopt_internal()
|
/picolibc-latest/doc/ |
D | using.md | 140 command line flag defined by picolibc.specs: 159 specification). Select this using the `--crt0=hosted` flag: 167 main returns. Select this using the `--crt0=minimal` flag:
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 89 A string to flag positive amounts of money when formatting. 93 A string to flag negative amounts of money when formatting.
|
/picolibc-latest/ |
D | meson.build | 447 # If the alias flag is not supported and we are building tests, emit an 449 error('Symbol alias linker flag not supported - printf tests will fail!') 971 foreach flag : tmp[1].strip('@').split('@') 972 if flag != '' 976 # doesn't set the single precision constant flag 977 if flag == 'mcustom-fpu-cfg=60-1' 980 elif flag == 'mcustom-fpu-cfg=60-2' 983 elif flag == 'mcustom-fpu-cfg=72-3' 991 flags += '-' + flag 994 flags += '-' + flag [all …]
|
D | picolibc.h.in | 123 /* Compiler flag to prevent detecting memcpy/memset patterns */
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | setjmp.S | 170 flag r2 ; restore "status32" register
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 260 ; conditional mov based on the carry flag value. The order is very 284 ; setting the zero flag. As r9 is never all 0s at this stage (would
|
D | memchr.S | 334 ; based on the carry flag value. 356 ; the zero flag. As r9 is never all 0s at this stage (would mean there is no
|
D | strcat.S | 552 ; based on the carry flag value. 574 ; the zero flag. As r9 is never all 0s at this stage (would mean there is no
|
/picolibc-latest/newlib/libc/time/ |
D | time.tex | 61 Daylight Savings Time flag: positive means DST in effect, zero means DST
|
/picolibc-latest/hello-world/ |
D | README.md | 106 The `-T` flag is used to specify the linker script in the compile
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 83 dependent on __SNLK flag. 93 flag values and _mbstate. 1281 call dependent on __SNLK flag. 1969 Introduce _STDIO_BSD_SEMANTICS flag to switch fclose/exit file flushing 3575 flags to just loop over more allowed flags. Support glibc 'e' flag on 3576 systems defining _GLIBC_EXTENSION. Support C11 'x' flag. 3887 * libc/stdio/fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double 4764 based on __ARMEL flag. 4781 to set the _WANT_REGISTER_FINI flag. 4784 * newlib.hin: Add _WANT_REGISTER_FINI flag. [all …]
|