Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 121) sorted by relevance

12345

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrlen.c60 #error long int is not a 32bit or 64bit type.
65 #error long int is not a 32bit or 64bit byte
Dstpcpy.c49 #error long int is not a 32bit or 64bit type.
54 #error long int is not a 32bit or 64bit byte
Dstrcat.c61 #error long int is not a 32bit or 64bit type.
66 #error long int is not a 32bit or 64bit byte
Dstrcpy.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstrncat.c69 #error long int is not a 32bit or 64bit type.
74 #error long int is not a 32bit or 64bit byte
Dstrcmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstpncpy.c57 #error long int is not a 32bit or 64bit type.
62 #error long int is not a 32bit or 64bit byte
Dstrncmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Drawmemchr.c53 #error long int is not a 32bit or 64bit type.
58 #error long int is not a 32bit or 64bit byte
Dstrncpy.c68 #error long int is not a 32bit or 64bit type.
73 #error long int is not a 32bit or 64bit byte
Dmemchr.c69 #error long int is not a 32bit or 64bit type.
74 #error long int is not a 32bit or 64bit byte
Dmemrchr.c54 #error long int is not a 32bit or 64bit type.
59 #error long int is not a 32bit or 64bit byte
/picolibc-3.7.0-3.6.0/newlib/
DHOWTO13 distribution. Functions are documented in the source files, although not
26 (makedoc.c is not particularly-well commented.) Another way to see how they
38 a copy of the texinfo package (texinfo.tex), the manual for it is not
60 but not all header files are represented by directories (e.g. wcsftime.c is
89 (Unfortunately, it is not complete with respect to either the C99 or POSIX
90 standards, so particular C and POSIX functions may or may not be found.)
101 that are not easily implemented on an RTOS. Also full implementations of
106 with some of the functions that are obviously not for embedded applications
112 These functions do not form part of the EL/IX API.
119 NB: GNU Libtool is not used. Newlib only produces static archives, and GNU
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/machine/microblaze/
Dstrlen.c72 #error long int is not a 32bit or 64bit type.
77 #error long int is not a 32bit or 64bit byte
Dstrcmp.c75 #error long int is not a 32bit or 64bit type.
80 #error long int is not a 32bit or 64bit byte
Dstrcpy.c75 #error long int is not a 32bit or 64bit type.
80 #error long int is not a 32bit or 64bit byte
/picolibc-3.7.0-3.6.0/
DCOPYING.GPL27 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
Dmeson.build74 if not get_option('use-stdlib')
121 if not fs.is_file('newlib/libc/machine' / host_cpu_family / 'meson.build')
203 if not have_ubsan
204 error('sanitize-bounds option selected but -fsanitize=bounds is not supported')
277 io_float_exact = not tinystdio or get_option('io-float-exact')
414 # If the alias flag is not supported and we are building tests, emit an
416 error('Symbol alias linker flag not supported - printf tests will fail!')
451 error('tinystdio does not support the wide-orient option (newlib-wide-orient)')
455 error('newlib stdio does not support the posix-console option (posix-console)')
493 … thread_local_storage = not cc.has_function('__emutls_get_address', args: core_c_args + [lib_gcc])
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/signal/
Dsignal.tex10 #at Cygnus Support, Inc. Cygnus Support, Inc. may not be used to
35 Attempt to execute as a function data that is not executable.
41 An attempt to access a memory location that is not available.
67 handler, to indicate that your request to set up a handler could not
72 This type is not used in any function declarations; it exists only to
74 they may store a signal value. (Static storage is not otherwise
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/
Dstrcmp.S28 bnc 1f ; If Carry is not set skip over
32 mov #-1,r1 ; Carry not set, result should be negative
Dstrncmp.S37 bnc 1f ; If Carry is not set skip over
41 mov #-1,r1 ; Carry not set, result should be negative
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mep/
Dsetjmp.S15 # Note that $0 is saved but not restored. It can't be restored
18 # we should not need to save anything that is call-clobbered,
70 # returns. We do not faithfully restore $0 or $lp, because
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrncat.S101 bno Lskip_word_loop # if not, loop
109 bne Lskip_byte_loop # loop if null not found yet
132 bne Lcloop.b # loop if null not encountered yet
147 bne Lcloop.c # loop if null not encountered yet
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mn10300/
Dstrchr.S49 not d0 define
62 not d0 define
72 not d0 define
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/
Diconvnls.h56 # error Do not know how to work with 1 byte widechars.

12345