Home
last modified time | relevance | path

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

12

/picolibc-latest/newlib/libc/machine/spu/
Dstack_reg_va.S79 #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/
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})
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/
Dsdivhi3.S25 ldy #0 !flag positive result
30 iny !flag negative result
38 dey !flag negative/positive result
/picolibc-latest/newlib/testsuite/lib/
Dpassfail.exp13 proc newlib_pass_fail_all { flag exclude_list } {
24 if { $flag == "-x" } then {
/picolibc-latest/newlib/libc/search/
Dhash.c560 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/
Diconvnls.h72 iconv_t *towc, iconv_t *fromwc, int flag);
/picolibc-latest/newlib/libc/include/
Dgetopt.h109 int *flag; /* determines if getopt_long() returns a member
/picolibc-latest/newlib/libc/machine/rx/
Dstrncat.S50 …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.
Dstrcmp.S31 scne.L r1 ; Set result based on Z flag
Dstrncmp.S40 scne.L r1 ; Set result based on Z flag
/picolibc-latest/newlib/libc/iconv/lib/
Diconvnls.c311 int flag) in _iconv_nls_open() argument
322 if (flag) in _iconv_nls_open()
/picolibc-latest/newlib/libc/iconv/ces/
Dmkdeps.pl909 my $flag;
915 $flag = 1;
920 print CCSNAMES_H "\"$ccs\"\n" if !$flag;
/picolibc-latest/newlib/libc/machine/avr/
Dsetjmp.S108 ; save status register (I flag)
/picolibc-latest/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-latest/doc/
Dusing.md140 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/
Dlocale.tex89 A string to flag positive amounts of money when formatting.
93 A string to flag negative amounts of money when formatting.
/picolibc-latest/
Dmeson.build447 # 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 …]
Dpicolibc.h.in123 /* Compiler flag to prevent detecting memcpy/memset patterns */
/picolibc-latest/newlib/libc/machine/arc/
Dsetjmp.S170 flag r2 ; restore "status32" register
/picolibc-latest/newlib/libc/machine/arc64/
Dstrlen.S260 ; 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
Dmemchr.S334 ; based on the carry flag value.
356 ; the zero flag. As r9 is never all 0s at this stage (would mean there is no
Dstrcat.S552 ; 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/
Dtime.tex61 Daylight Savings Time flag: positive means DST in effect, zero means DST
/picolibc-latest/hello-world/
DREADME.md106 The `-T` flag is used to specify the linker script in the compile
/picolibc-latest/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