Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dinttypes.h281 #define __PRIMAX(x) __STRINGIFY(ll##x)
282 #define __SCNMAX(x) __STRINGIFY(ll##x)
303 # define __PRIPTR(x) __STRINGIFY(ll##x)
304 # define __SCNPTR(x) __STRINGIFY(ll##x)
/picolibc-latest/
DCONTRIBUTING.md27 Picolibc uses the [meson](https://mesonbuild.com/) build tool. You'll
64 requires a friendly email system, and you'll have to subscribe to
94 which you'll find in the source tree as [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
Dpicolibc.ld.in39 * These values should be provided by the application. We'll include
DREADME.md916 With a patch which is pending for GCC 11, we'll be able to build C++
/picolibc-latest/test/libc-testsuite/
Dstrtol.c52 long long ll; in test_strtol() local
58 (void) ll; in test_strtol()
/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc.h61 long long ll; member
/picolibc-latest/hello-world/
DREADME.md48 For RISC-V, QEMU lets you specify which CPU core you want, so we'll
82 like,so we'll just stick things at 0x40000000 (aarch64.ld):
146 processor we want. In this case, we'll use the cortex-a57:
/picolibc-latest/doc/
Dlinking.md20 `-specs=picolibc.specs`, you'll need to use the gcc `-T` option
31 straightforward. To use picolibc.ld, you'll create a custom linker
90 decorating them with `__attribute__ ((section(`*name*`)))`. You'll
Dos.md97 callbacks registered with atexit. To make it work, you'll need to
175 above. To build in this mode, you'll need to override a few default
Dusing.md47 When building for an embedded system, you'll probably need to use a
Dprintf.md143 printf(" 2⁶¹ = %lld π ≃ %.17g\n", 1ll << 61, printf_float(3.141592653589793));
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld44 * These values should be provided by the application. We'll include
DTC-microbit.ld44 * These values should be provided by the application. We'll include
/picolibc-latest/newlib/
DREADME23 When you unpack the newlib-4.2.0.tar.gz file, you'll find a directory
475 To run newlib's testsuite, you'll need a site.exp in your home
504 mips-sim refers to an exp file in the baseboards directory. You'll
DChangeLog-20157258 not ll.
15910 (__svfscanf_r): Add 'hh' and 'll' handling.
/picolibc-latest/newlib/libm/math/
Dmath.tex121 having been written before C99 was released. One of these days we'll get