Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:same +full:- +full:owner (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/.github/workflows/
Dlinux.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
25 EXTRA_FILE: picolibc/.github/linux-files.txt
28 cache-maker:
29 runs-on: ubuntu-latest
[all …]
Dsteps-head2 - name: Clone picolibc
7 - name: Restore the Docker Image
11 … key: ${{ env.IMAGE_FILE }}-${{ hashFiles( env.DOCKERFILE, env.PACKAGES_FILE, env.EXTRA_FILE ) }}
12 fail-on-cache-miss: true
14 - name: Load and Check the Docker Image
16 docker load -i $IMAGE_FILE
17 docker images -a $IMAGE
20 # outside docker for statistics, so install the same ccache version.
22 - name: install ccache
23 if: matrix.test == './.github/do-zephyr'
[all …]
Dzephyr.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # .github/do-zephyr --buildtype release
22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr
23 IMAGE_FILE: dockerimg-zephyr.tar.zst
25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt
26 EXTRA_FILE: picolibc/.github/zephyr-files.txt
29 cache-maker:
[all …]
/picolibc-latest/newlib/libm/machine/spu/headers/
Ddom_chkd_negone_one.h24 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
37 * dom_chkd_negone_one: "domain check double negative-one and one":
42 * values in the vector must be the same.
45 * of any functions to a NAN. That way, we have the same method for double
46 * and single precision (there are no float nans for single precision so
64 * domain is 2 long longs, but they have the same value. Even so, no in dom_chkd_negone_one()
Ddom_chkf_negone_one.h24 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
37 * dom_chkf_negone_one: "domain check float negative-one and one":
42 * values in the vector must be the same.
45 * of any functions to a NAN. That way, we have the same method for float
46 * and single precision (there are no float nans for single precision so
64 * domain is 4 ints, but they have the same value, even so no special in dom_chkf_negone_one()
/picolibc-latest/.github/
DDockerfile-zephyr4 COPY .github/zephyr-packages.txt /
6 COPY .github/zephyr-files.txt /
8 COPY .github/zephyr-setup /
10 RUN apt-get update && \
11 apt-get install -y --no-install-recommends ca-certificates wget gnupg && \
12 (apt-get update || apt-get update || apt-get update) && \
13 (apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y) && \
14 (xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
15 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
16 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
[all …]
/picolibc-latest/newlib/libc/machine/spu/
Dstrrchr_ea.c21 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
44 ((size_ea_t) (int) l2 - (size_ea_t) (int) l1)); in similie_ls_to_ea()
63 start_of_cacheline_ea = round_down_128_ea (end_of_string_ea - 1); in strrchr_ea()
65 /*this next line should be the same cacheline, just the end of the string */ in strrchr_ea()
66 curr_ptr = __cache_fetch (end_of_string_ea - 1); in strrchr_ea()
76 curr_ptr--; in strrchr_ea()
82 start_of_cacheline_ea -= 128; in strrchr_ea()
Dspu_timer_slih.c21 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
47 goes from 0 to -1. To be precisely accurate we should set the timer to in __reset_spu_decr()
48 the intverval -1, unless the interval passed in is 0 in which case it in __reset_spu_decr()
50 int enable_val = (__likely (val)) ? val - 1 : 0; in __reset_spu_decr()
52 /* Decrementer must be stopped before writing it - minimize the time in __reset_spu_decr()
58 Occasionally the read returns 0 - a second read will clear this in __reset_spu_decr()
66 __spu_tb_val += __spu_tb_timeout - decval; in __reset_spu_decr()
76 int elapsed = __spu_tb_timeout - spu_readch (SPU_RdDec); in __update_spu_tb_val()
89 __spu_timers_active->tmout -= elapsed; in __update_spu_tb_val()
90 if (__spu_timers_active->tmout < 0) in __update_spu_tb_val()
[all …]
Dspu-gmon.c21 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
75 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y))
154 pc -= (uintptr_t) & _start; in __sample()
236 if (lseek (fd, 0, SEEK_SET) == -1) in __mcleanup()
247 if (write (fd, &ghdr, sizeof (struct gmon_hdr)) == -1) in __mcleanup()
271 s_textsize = s_highpc - s_lowpc; in __monstartup()
300 snprintf (filename, sizeof (filename), "gmon-%d-%llu-%llu.out", in __monstartup()
306 if (fd == -1) in __monstartup()
316 sizeof (struct gmon_hist_hdr) + hist_size) == -1) in __monstartup()
351 frompc -= s_lowpc; in __mcount_internal()
[all …]
/picolibc-latest/newlib/libc/string/
Dstrerror.c18 **** CAUTION!!! KEEP DOC CONSISTENT---if you change text of a message
26 <<strerror>>, <<strerror_l>>---convert error number to string
77 No more processes
95 No children
200 No buffer space available
203 No data
206 No such device
209 No such file or directory
215 No lock
224 No message of desired type
[all …]
/picolibc-latest/newlib/libc/machine/avr/
Dmacros.inc23 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
33 macros.inc - macros for use in assembler sources
121 /* used only by fplib/strtod.S - libgcc internal function calls */
151 - uses "movw" if possible (supported by MCU, and both registers even)
152 - handles overlapping register pairs correctly
153 - no instruction generated if source and destination are the same
158 .L_movw_dst = -1
159 .L_movw_src = -1
208 .if ((.L_movw_src) - (.L_movw_dst)) /* different registers */
210 .if (((.L_movw_src)-(.L_movw_dst)) & 0x80) /* src < dest */
[all …]
/picolibc-latest/newlib/libc/tinystdio/
Dvfprintf.c23 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
34 /* $Id: vfprintf.c 2191 2010-11-05 13:45:57Z arcanum $ */
52 * PRINTF_MIN: limited integer-only support with option for long long
139 /* Figure out which multi-byte char support we need */
142 /* need to convert multi-byte chars to wide chars */
354 case '-': in skip_to_arg()
365 c -= '0'; in skip_to_arg()
374 * precisions. We can handle those in the same in skip_to_arg()
413 SKIP_FLOAT_ARG(flags, ap->ap); in skip_to_arg()
415 (void) va_arg (ap->ap, int); in skip_to_arg()
[all …]
Dvfscanf.c23 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
33 /* $Id: vfscanf.c 2191 2010-11-05 13:45:57Z arcanum $ */
51 /* Figure out which multi-byte char support we need */
54 /* need to convert wide chars to multi-byte chars */
57 /* need to convert multi-byte chars to wide chars */
104 #define scanf_len(context) ((context)->len)
116 c = context->unget; in scanf_getc()
117 context->unget = MY_EOF; in scanf_getc()
130 --scanf_len(context); in scanf_ungetc()
133 context->unget = c; in scanf_ungetc()
[all …]
/picolibc-latest/
DCOPYING.NEWLIB9 Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
24 Copyright (c) 1981-2000 The Regents of the University of California.
42 IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
67 -------------------------------------------------------------------
71 Copyright (C) 1998-2001 by Lucent Technologies
86 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
103 AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
104 SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
110 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
111 0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
[all …]
/picolibc-latest/newlib/
DChangeLog-20151 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com>
6 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com>
17 2015-12-17 Anton Kolesov <Anton.Kolesov@synopsys.com>
20 * libc/machine/arc/memcmp-bs-norm.S: Use new GCC defines to detect
23 * libc/machine/arc/memcpy-archs.S: Likewise.
24 * libc/machine/arc/memcpy-bs.S: Likewise.
25 * libc/machine/arc/memcpy.S: Likewise. * libc/machine/arc/memset-archs.S: Likewise.
26 * libc/machine/arc/memset-archs.S: Likewise.
27 * libc/machine/arc/memset-bs.S: Likewise.
30 * libc/machine/arc/strchr-bs-norm.S: Likewise.
[all …]