Home
last modified time | relevance | path

Searched refs:what (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libc/machine/cris/sys/
Dsignal.h89 #define sigaddset(what,sig) (*(what) |= (1<<(sig)), 0) argument
90 #define sigdelset(what,sig) (*(what) &= ~(1<<(sig)), 0) argument
91 #define sigemptyset(what) (*(what) = 0, 0) argument
92 #define sigfillset(what) (*(what) = ~(0), 0) argument
93 #define sigismember(what,sig) (((*(what)) & (1<<(sig))) != 0) argument
/picolibc-latest/newlib/libc/include/
Dsignal.h248 #define sigaddset(what,sig) (*(what) |= (1<<(sig)), 0) argument
255 #define sigdelset(what,sig) (*(what) &= ~((sigset_t)1<<(sig)), 0) argument
257 #define sigemptyset(what) (*(what) = (sigset_t) 0, 0) argument
259 #define sigfillset(what) (*(what) = ~((sigset_t)0), 0) argument
261 #define sigismember(what,sig) (((*(what)) & ((sigset_t) 1<<(sig))) != 0) argument
/picolibc-latest/newlib/libc/machine/mep/
Dsetjmp.S21 # but you never know what the user is going to tell gcc with -f
/picolibc-latest/
DCODE_OF_CONDUCT.md20 * Focusing on what is best for the community
DCOPYING.GPL246 want its recipients to know that what they have is not the original, so
77 Whether that is true depends on what the Program does.
226 This section is intended to make thoroughly clear what is believed to
293 <one line to give the program's name and a brief idea of what it does.>
339 library. If this is what you want to do, use the GNU Library General
DREADME.md94 and RISC-V examples to get a sense of what this needs to do and
/picolibc-latest/newlib/libm/test/
Dmeson.build36 # Some arrays have more members than what can be supported on some targets.
/picolibc-latest/hello-world/
DREADME.md118 The rest of the command line tells GCC what file to compile
/picolibc-latest/newlib/libc/machine/arc64/
Dstrcmp.S266 ;; byte. If it doesnt, the difference is what matters either way. If there is no
/picolibc-latest/doc/
Dos.md10 sections based on what libc support they enable
Dlinking.md17 for details on what names to declare.
Dbuild.md226 reporting, which is what IEEE floating point and ANSI C standards
358 '@'s with '-' to see what they will be).
/picolibc-latest/newlib/
DHOWTO25 Texinfo commands. Refer to makedoc.c and doc.str for what these are.
248 should be consistent regardless of what configure options are used (including
DChangeLog-20153946 * libc/machine/arm/memchr-stub.c: New file - just selects what to
4894 * libc/locale/nl_langinfo.c (nl_ext): New array to define what is to
6717 * libm/common/s_log2.c: Update return values to match what w_log2.c has,
9606 * libc/include/machine/_default_types.h: New file, contains what
16120 libc/sys/rtems/sys/syslimits.h: Update to be in sync with what
19627 Add comments explaining what each instruction does.
26492 functions beyond what newlib provides.
26507 sanity check so no one else need ever chase what I did to find
26847 exceptionHandler, which is what mvme135-stub.c expects.