Searched refs:what (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libc/machine/cris/sys/ |
D | signal.h | 89 #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/ |
D | signal.h | 248 #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/ |
D | setjmp.S | 21 # but you never know what the user is going to tell gcc with -f
|
/picolibc-latest/ |
D | CODE_OF_CONDUCT.md | 20 * Focusing on what is best for the community
|
D | COPYING.GPL2 | 46 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
|
D | README.md | 94 and RISC-V examples to get a sense of what this needs to do and
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 36 # Some arrays have more members than what can be supported on some targets.
|
/picolibc-latest/hello-world/ |
D | README.md | 118 The rest of the command line tells GCC what file to compile
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strcmp.S | 266 ;; byte. If it doesnt, the difference is what matters either way. If there is no
|
/picolibc-latest/doc/ |
D | os.md | 10 sections based on what libc support they enable
|
D | linking.md | 17 for details on what names to declare.
|
D | build.md | 226 reporting, which is what IEEE floating point and ANSI C standards 358 '@'s with '-' to see what they will be).
|
/picolibc-latest/newlib/ |
D | HOWTO | 25 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
|
D | ChangeLog-2015 | 3946 * 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.
|