Home
last modified time | relevance | path

Searched refs:std (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/machine/m68hc11/
Dsetjmp.S40 std 0,x
43 std 4,x
45 std 6,x
47 std 8,x
49 std 10,x
51 std 12,x
53 std 14,x
55 std 16,x
57 std 18,x
59 std 20,x
[all …]
/picolibc-latest/hello-world/
Dhello-worldpp.cpp39 std::cout << "Hello, world!\n"; in main()
43 catch (int param) { std::cout << "int exception " << param << '\n'; } in main()
44 std::cout << "Goodbye, world!\n"; in main()
/picolibc-latest/newlib/libc/picolib/machine/sparc/
Dinterrupt.S134 std %l0, [%sp + 0x00]
135 std %l2, [%sp + 0x08]
136 std %l4, [%sp + 0x10]
138 std %l6, [%sp + 0x18]
142 std %i0, [%sp + 0x20]
145 std %i2, [%sp + 0x28]
149 std %i4, [%sp + 0x30]
151 std %i6, [%sp + 0x38]
201 std %l0, [%fp + 0x40 + 0x00]
/picolibc-latest/newlib/libc/stdio/
Dfindfp.c61 std (FILE *ptr, in std() function
103 std (ptr, __SRD, 0); in stdin_init()
116 std (ptr, __SWR, 1); in stdout_init()
118 std (ptr, __SWR | __SLBF, 1); in stdout_init()
127 std (ptr, __SRW | __SNBF, 2); in stderr_init()
/picolibc-latest/semihost/machine/powerpc/
Dopal_call.S62 std %r0, 16(%r1)
64 std %r2, 40(%r1)
/picolibc-latest/newlib/libc/machine/x86/
Dmemmove-32.S38 std
68 std
/picolibc-latest/newlib/libc/machine/arc64/sys/
Dasm.h38 # define ST64 std
/picolibc-latest/newlib/libc/machine/arc/
Dmemcpy-archs.S63 # define STOREX(SRC,RX) std.ab SRC, [RX, 8]
324 std.ab r6,[r3,8]
/picolibc-latest/newlib/libc/stdlib/
Dmeson.build233 'std.h',
/picolibc-latest/newlib/libc/machine/arc64/
Dstrcat.S187 std.ab r2r3, [r13, +8]
188 std.ab r4r5, [r13, +8]
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h105 #define _BEGIN_STD_C namespace std { extern "C" {
/picolibc-latest/
DREADME.md825 restore compatibility with applications building with --std=c18.
839 with --std=c18
/picolibc-latest/newlib/
DChangeLog-20151638 * libc/stdio/findfp.c (std): Don't inline when optimizing for code size.
2750 * libc/include/stdio.h: Specify std streams always in terms
7364 * libc/stdlib/__exp10.c: Add #include "std.h" for function prototype.
7366 * libc/stdlib/std.h: Correct __exp10's ANSI prototype.
7423 * libc/stdio/findfp.c (std): Initialize FILE's _mbstate member.
7568 * libc/stdio/findfp.c (std): Initialize _flags2.
8233 any positive value from user (per std) rather than depending
9795 when -std=c99 is used when compiling and not when using C89.
10462 * libc/stdio/findfp.c (std) [__LARGE64_FILES]: Open stdin, stdout,
10754 pointer to one of the std streams.
[all …]