Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 29) sorted by relevance

12

/picolibc-latest/newlib/libm/ld/ld128/
De_powl.c151 ieee_quad_shape_type o, p, q; in powl() local
298 o.value = ax; in powl()
299 ix = o.parts32.mswhi; in powl()
316 o.value = ax; in powl()
317 o.parts32.mswhi = ix; in powl()
318 ax = o.value; in powl()
326 o.value = s_h; in powl()
327 o.parts32.lswlo = 0; in powl()
328 o.parts32.lswhi &= 0xf8000000; in powl()
329 s_h = o.value; in powl()
[all …]
/picolibc-latest/newlib/libc/stdlib/
Dpico-onexit.c56 int o; in _on_exit() local
58 for (o = 0; o < ATEXIT_MAX; o++) { in _on_exit()
59 if (on_exits[o].kind == PICO_ONEXIT_EMPTY) { in _on_exit()
60 on_exits[o].func = func; in _on_exit()
61 on_exits[o].arg = arg; in _on_exit()
62 on_exits[o].kind = kind; in _on_exit()
/picolibc-latest/newlib/libc/include/
Dinttypes.h69 #define PRIo8 __PRI8(o)
79 #define SCNo8 __SCN8(o)
88 #define PRIoLEAST8 __PRI8LEAST(o)
98 #define SCNoLEAST8 __SCN8LEAST(o)
106 #define PRIoFAST8 __PRI8FAST(o)
116 #define SCNoFAST8 __SCN8FAST(o)
133 #define PRIo16 __PRI16(o)
140 #define SCNo16 __SCN16(o)
147 #define PRIoLEAST16 __PRI16LEAST(o)
154 #define SCNoLEAST16 __SCN16LEAST(o)
[all …]
Delf.h546 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument
547 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument
/picolibc-latest/newlib/libc/tinystdio/
Dsflags.c43 int m, o; in __posix_sflags() local
52 o = 0; in __posix_sflags()
60 o = O_CREAT | O_TRUNC; in __posix_sflags()
68 o = O_CREAT | O_APPEND; in __posix_sflags()
90 *optr = m | o; in __posix_sflags()
/picolibc-latest/newlib/libc/posix/
Dregexec.c78 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
79 #define INC(o) ((o) <<= 1) argument
80 #define ISSTATEIN(v, o) (((v) & (o)) != 0) argument
127 #define INIT(o, n) ((o) = (n)) argument
128 #define INC(o) ((o)++) argument
129 #define ISSTATEIN(v, o) ((v)[o]) argument
/picolibc-latest/newlib/libc/stdio/
Dflags.c38 register int ret, m, o; in __sflags() local
45 o = 0; in __sflags()
51 o = O_CREAT | O_TRUNC; in __sflags()
57 o = O_CREAT | O_APPEND; in __sflags()
88 *optr = m | o; in __sflags()
Dfseeko.c288 register int o = target - curoff; in fseeko() local
290 fp->_p = fp->_bf._base + o; in fseeko()
291 fp->_r = n - o; in fseeko()
/picolibc-latest/picocrt/
Dmeson.build64 crt_name = 'crt0.o'
65 crt_hosted_name = 'crt0-hosted.o'
66 crt_minimal_name = 'crt0-minimal.o'
67 crt_semihost_name = 'crt0-semihost.o'
68 crt_none_name = 'crt0-none.o'
75 crt_name = join_paths(target, 'crt0.o')
76 crt_hosted_name = join_paths(target, 'crt0-hosted.o')
77 crt_minimal_name = join_paths(target, 'crt0-minimal.o')
78 crt_semihost_name = join_paths(target, 'crt0-semihost.o')
79 crt_none_name = join_paths(target, 'crt0-none.o')
/picolibc-latest/scripts/
Drun-riscv103 for o in $all_options; do
104 if echo "$options" | grep -q "$o"; then
109 cpu="$cpu,$o=$value"
/picolibc-latest/doc/
Dusing.md36 compile a single file and generate a .o file:
61 Picocrt is the crt0.o code provided by Picolibc. This is enabled by
64 $ gcc -specs=picolibc.specs -o foo.elf foo.c
142 $ gcc --specs=picolibc.specs --oslib=semihost -o program.elf program.o
147 $ gcc --specs=picolibc.specs -o program.elf program.o -lc -lsemihost
161 $ gcc --specs=picolibc.specs --crt0=hosted -o program.elf program.o
169 $ gcc --specs=picolibc.specs --crt0=minimal -o program.elf program.o
Dprintf.md148 …m=0x20000000 -Wl,--defsym=__ram_size=0x200000 -DPICOLIBC_DOUBLE_PRINTF_SCANF -o printf.elf printf.c
158 …=0x00200000 -Wl,--defsym=__ram=0x20000000 -Wl,--defsym=__ram_size=0x200000 -o printf-float.elf pri…
168 …=0x00200000 -Wl,--defsym=__ram=0x20000000 -Wl,--defsym=__ram_size=0x200000 -o printf-long-long.elf…
178 …=0x00200000 -Wl,--defsym=__ram=0x20000000 -Wl,--defsym=__ram_size=0x200000 -o printf-int.elf print…
189 …=0x00200000 -Wl,--defsym=__ram=0x20000000 -Wl,--defsym=__ram_size=0x200000 -o printf-min.elf print…
287 …ze=0x00200000 -Wl,--defsym=__ram=0x20000000 -Wl,--defsym=__ram_size=0x200000 -o printf.elf printf.c
Dos.md141 $ gcc -o program.elf program.o --oslib=myos
Dbuild.md42 | picocrt | true | Build crt0.o (C startup function) …
43 | picocrt-lib | true | Also wrap crt0.o into a library -lcrt0, which is easier t…
/picolibc-latest/newlib/libc/stdio64/
Dfseeko64.c284 register int o = target - curoff; in fseeko64() local
286 fp->_p = fp->_bf._base + o; in fseeko64()
287 fp->_r = n - o; in fseeko64()
/picolibc-latest/
D.gitignore15 *.o
DCMakeLists.txt527 set(SPECS_STARTFILE "${PROJECT_BINARY_DIR}/crt0.o")
/picolibc-latest/test/
Dprintf_scanf.c257 int o; in check_float() local
262 o = strlen(head); in check_float()
264 if (buf[o] != '0') in check_float()
266 o++; in check_float()
269 if (strcmp(buf + o, tail) != 0) in check_float()
Dlong_double_gen.5c76 string o = "";
81 o = o + String::new(c);
83 return o;
/picolibc-latest/newlib/doc/
Dmakedocbook.py179 o = ''
182 o += i + ';'
184 o += i
185 l = o[:-1]
/picolibc-latest/newlib/
DHOWTO30 libm/common/s_isnan.c ("o+" variable-"bullet" list),
196 So instead of running `cd subdir && make foo.o`, run `make subdir/foo.o`. This
229 because the object names follow a consistent convention: libm_a-<filename>.o
230 for the math library and libc_a-<filename>.o for the C library. If the common
232 or foo.S or foo.s file since they all produce foo.o. For this reason, all
DChangeLog-20151833 * libc/machine/arm/Makefile.am (strcmp.o, strcmp.obj): Add
2847 ($(lpfx)memcpy.o, $(lpfx)memcpy.obj): Depend on MEMCPY_DEP.
6782 "o", not used in any present source file so nothing is lost, anyway).
7042 so that wcsftime.o gets rebuilt when strftime changes.
8936 * Makefile.am (crt1.o): Use correct source.
10574 * libc/sys/arc/dummy.S: Dummy file to force .S.o suffix rule.
10576 and set lib_a_CCASFLAGS so crto.o will use .S.o default suffix rule.
11867 trap.S so that automake will generate a .S.o suffix rule.
12752 * testsuite/lib/newlib.exp (newlib_init): Put testglue.o in
13251 to build vfiscanf.o.
[all …]
/picolibc-latest/hello-world/
DREADME.md123 -march=rv32imac -mabi=ilp32 -Thello-world-riscv.ld -o
127 -mcpu=cortex-m3 -Thello-world-arm.ld -o hello-world-arm.elf
/picolibc-latest/newlib/libc/machine/sh/
Dmemcpy.S7 ! hacked by J"orn Rernnecke (joern.rennecke@superh.com) ("o for o-umlaut)
/picolibc-latest/newlib/libc/machine/hppa/
Dpcc_prefix.s384 ; To satisfy the copyright terms each .o will have a reference

12