Searched refs:ll (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | inttypes.h | 281 #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/ |
D | CONTRIBUTING.md | 27 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).
|
D | picolibc.ld.in | 39 * These values should be provided by the application. We'll include
|
D | README.md | 916 With a patch which is pending for GCC 11, we'll be able to build C++
|
/picolibc-latest/test/libc-testsuite/ |
D | strtol.c | 52 long long ll; in test_strtol() local 58 (void) ll; in test_strtol()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | nano-malloc.h | 61 long long ll; member
|
/picolibc-latest/hello-world/ |
D | README.md | 48 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/ |
D | linking.md | 20 `-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
|
D | os.md | 97 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
|
D | using.md | 47 When building for an embedded system, you'll probably need to use a
|
D | printf.md | 143 printf(" 2⁶¹ = %lld π ≃ %.17g\n", 1ll << 61, printf_float(3.141592653589793));
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 44 * These values should be provided by the application. We'll include
|
D | TC-microbit.ld | 44 * These values should be provided by the application. We'll include
|
/picolibc-latest/newlib/ |
D | README | 23 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
|
D | ChangeLog-2015 | 7258 not ll. 15910 (__svfscanf_r): Add 'hh' and 'll' handling.
|
/picolibc-latest/newlib/libm/math/ |
D | math.tex | 121 having been written before C99 was released. One of these days we'll get
|