Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 27) sorted by relevance

12

/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/
Dstack_reg_va.S77 #define flag $68 macro
136 ceqi flag, parms, 0x01 /* if(parms==1) flag=0xFFFFFFFF */
137 brnz flag, reg_3 /* if(flag!=0) jump */
138 ceqi flag, parms, 0x02 /* if(parms==2) flag=0xFFFFFFFF */
139 brnz flag, reg_4 /* if(flag!=0) jump */
/picolibc-3.5.0-3.4.0/newlib/libc/machine/w65/
Dsdivhi3.S23 ldy #0 !flag positive result
28 iny !flag negative result
36 dey !flag negative/positive result
/picolibc-3.5.0-3.4.0/cmake/
Dpicolibc.cmake61 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})
137 function(picolibc_flag flag)
139 string(REPLACE "_" "-" flag_dash ${flag})
150 try_compile(${flag} "${PROJECT_BINARY_DIR}" "${flag_file}"
154 if (${flag})
[all …]
/picolibc-3.5.0-3.4.0/newlib/testsuite/lib/
Dpassfail.exp13 proc newlib_pass_fail_all { flag exclude_list } {
24 if { $flag == "-x" } then {
/picolibc-3.5.0-3.4.0/newlib/libc/search/
Dhash.c566 u_int flag) argument
571 if (flag) {
582 u_int flag) argument
587 if (flag && flag != R_NOOVERWRITE) {
596 return (hash_access(hashp, flag == R_NOOVERWRITE ?
603 u_int flag) /* Ignored */ argument
608 if (flag && flag != R_CURSOR) {
755 u_int flag) argument
763 if (flag && flag != R_FIRST && flag != R_NEXT) {
770 if ((hashp->cbucket < 0) || (flag == R_FIRST)) {
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/
Diconvnls.h72 iconv_t *towc, iconv_t *fromwc, int flag);
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dgetopt.h109 int *flag; /* determines if getopt_long() returns a member
/picolibc-3.5.0-3.4.0/newlib/libc/machine/rx/
Dstrncat.S48 …add #0, r14, r3 ; Restore the number of bytes to copy (again), but this time set the Z flag as wel…
53 beq 1f ; Z flag is set if a match was found.
Dstrcmp.S29 scne.L r1 ; Set result based on Z flag
Dstrncmp.S38 scne.L r1 ; Set result based on Z flag
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/lib/
Diconvnls.c313 int flag) in _iconv_nls_open() argument
324 if (flag) in _iconv_nls_open()
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/ces/
Dmkdeps.pl917 my $flag;
923 $flag = 1;
928 print CCSNAMES_H "\"$ccs\"\n" if !$flag;
/picolibc-3.5.0-3.4.0/newlib/libc/machine/avr/
Dsetjmp.S106 ; save status register (I flag)
/picolibc-3.5.0-3.4.0/doc/
Dusing.md117 command line flag defined by picolibc.specs:
136 specification). Select this using the `--crt0=hosted` flag:
144 main returns. Select this using the `--crt0=minimal` flag:
Dprintf.md35 picolibc.specs includes the --gc-sections linker flag. This causes
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dgetopt.c452 if (longopts[longopt_match].flag != 0) in getopt_internal()
454 *(longopts[longopt_match].flag) = longopts[longopt_match].val; in getopt_internal()
/picolibc-3.5.0-3.4.0/
Dmeson.build370 # If the alias flag is not supported and we are building tests, emit an
372 error('Symbol alias linker flag not supported - printf tests will fail!')
702 # ld.lld does not implement ALIGN_WITH_INPUT, but this flag is not needed
711 # version 15 by checking for a newly added linker flag.
866 foreach flag : tmp[1].strip('@').split('@')
867 if flag != ''
871 # doesn't set the single precision constant flag
872 if flag == 'mcustom-fpu-cfg=60-1'
875 elif flag == 'mcustom-fpu-cfg=60-2'
878 elif flag == 'mcustom-fpu-cfg=72-3'
[all …]
Dpicolibc.h.in118 /* Compiler flag to prevent detecting memcpy/memset patterns */
DCMakeLists.txt191 # Compiler has support for flag to prevent mis-optimizing memcpy/memset patterns
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arc/
Dsetjmp.S163 flag r2 ; restore "status32" register
/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dlocale.tex89 A string to flag positive amounts of money when formatting.
93 A string to flag negative amounts of money when formatting.
/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dtime.tex61 Daylight Savings Time flag: positive means DST in effect, zero means DST
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arm/
Dmemchr.S279 @ this lets us check a flag in a 00/ff byte easily in either endianness
/picolibc-3.5.0-3.4.0/hello-world/
DREADME.md106 The `-T` flag is used to specify the linker script in the compile
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-201583 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 …]

12