Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 36) sorted by relevance

12

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dmemchr_ea.c47 void *where; in memchr_ea() local
57 where = memchr (local_s, c, search_size); in memchr_ea()
59 if (where) in memchr_ea()
62 ((size_ea_t) (int) where - (size_ea_t) (int) local_s); in memchr_ea()
Dstrpbrk_ea.c43 size_ea_t where; in strpbrk_ea() local
45 where = strcspn_ea (s, accept); in strpbrk_ea()
46 return (__ea char *) ((size_ea_t) s + where); in strpbrk_ea()
/picolibc-3.7.0-3.6.0/test/
Dtls.c86 check_tls(char *where, bool check_addr, void *tls_region) in check_tls() argument
90 printf("tls check %s %p %p %p %p\n", where, &data_var, in check_tls()
128 where, data_var, (int32_t) DATA_VAL); in check_tls()
133 where, overaligned_data_var, (int32_t) DATA_VAL2); in check_tls()
139 where, bss_var, (int32_t) 0); in check_tls()
144 where, overaligned_bss_var, (int32_t) 0); in check_tls()
149 where, overaligned_non_tls_bss_var, (int32_t) 0); in check_tls()
157 where, data_var, ~((int32_t) DATA_VAL)); in check_tls()
165 where, overaligned_data_var, ~((int32_t) DATA_VAL2)); in check_tls()
173 where, bss_var, ~((int32_t) 0)); in check_tls()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/
Dsetjmp.S150 .macro COND where when
151 i\where \when
154 .macro COND where when
/picolibc-3.7.0-3.6.0/cmake/
DTC-thumbv6m.cmake10 # where is the target environment located
DTC-thumbv7m.cmake10 # where is the target environment located
DTC-clang-thumbv6m.cmake10 # where is the target environment located
DTC-clang-thumbv7m.cmake10 # where is the target environment located
DTC-microbit.ld146 * by placing the data in flash where it will be copied
DTC-arm-none-eabi.ld146 * by placing the data in flash where it will be copied
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_rec.c774 char *where; in fill_input_buf() local
781 where = rstrm->in_base; in fill_input_buf()
783 where += i; in fill_input_buf()
785 if ((len = (*(rstrm->readit)) (rstrm->tcp_handle, where, len)) == -1) in fill_input_buf()
787 rstrm->in_finger = where; in fill_input_buf()
788 where += len; in fill_input_buf()
789 rstrm->in_boundry = where; in fill_input_buf()
DREADME47 where various *_dir= variables are set, and look for your
/picolibc-3.7.0-3.6.0/doc/
Dctype.md11 compiling files using the API, where each function directly implements
Dusing.md58 * __data_start points to the RAM location where the .data segment
60 * __data_source points to the Flash location where the .data segment
71 * __bss_start points to the RAM location where the .bss segment
Dembedsource.md3 For projects where deterministic builds, reproduceability and traceability is important, it is poss…
/picolibc-3.7.0-3.6.0/newlib/libc/machine/crx/
Dsetjmp.S13 # the new terms are clearly indicated on the first page of each file where #
/picolibc-3.7.0-3.6.0/hello-world/
DREADME.md60 where the target memories are addressed. The default linker script
64 idea where those memories are placed in the address space. The example
119 (hello-world.c) and where to put the output (hello-world-riscv.elf and
/picolibc-3.7.0-3.6.0/newlib/libc/machine/cr16/
Dsetjmp.S13 # the new terms are clearly indicated on the first page of each file where #
/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/
DDEFS.h58 ; the address of the PROF label (which is where mcount stores the
/picolibc-3.7.0-3.6.0/newlib/libc/signal/
Dsignal.tex73 allow your signal handlers to declare a static storage location where
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/
Dencoding.deps387 # IBM 850 - an updated version of CP 437 where several Latin 1 characters have been
396 # IBM 852 - an updated version of CP 437 where several Latin 2 characters have been added
/picolibc-3.7.0-3.6.0/
DREADME.md112 * Changes, where possible, should be made in a way compatible with
289 support where some types have exceptions and others don't. Right
290 now, that's only arm platforms where any soft float implementations
414 where double and long double are 32 or 64 bits, so the math library
580 bugs, including a couple of places where the nano-malloc failed
619 where possible.
967 2. License information, where it could be inferred from the
Dpicolibc.ld.in190 * by placing the data in flash where it will be copied
/picolibc-3.7.0-3.6.0/newlib/
DNEWS211 * long double math routines added for platforms where LDBL == DBL
368 where m68020 and m68881 are multilib subdirectories
Dnewlib.hin14 /* Define to the address where bug reports for this package should be sent. */

12