Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 52) sorted by relevance

123

/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8500/
Dpsi.S39 #define ADDPSI_AR_RN(sr,an,r_msw,r_lsw) \ argument
40 .global __addpsi##an##r_msw ; \
41 __addpsi##an##r_msw: ; \
43 add an,r_lsw ; \
57 #define ADDPSI_RN_AR(r_msw,r_lsw,sr,an,t_msw,t_lsw) \ argument
58 .global __addpsi##r_msw##an ; \
59 __addpsi##r_msw##an: ; \
63 mov an,t_lsw ; \
67 mov.w t_lsw,an ; \
/picolibc-3.7.0-3.6.0/test/
Dprintf-tests.c57 int an; in test() local
85 an = asprintf(&abuf, fmt, iv1, iv2, printf_float(dv)); in test()
92 an = asprintf(&abuf, fmt, iv, printf_float(dv)); in test()
99 an = asprintf(&abuf, fmt, printf_float(dv)); in test()
107 an = vasprintf(&abuf, fmt, aap); in test()
133 if (an != n) { in test()
134 failmsg(serial, "asprintf return %d sprintf return %d\n", an, n); in test()
166 int an; in testw() local
/picolibc-3.7.0-3.6.0/
DCODE_OF_CONDUCT.md5 In the interest of fostering an open and welcoming environment, we as
49 an individual is representing the project or its community in public spaces.
50 Examples of representing a project or community include using an official
51 project e-mail address, posting via an official social media account, or acting
52 as an appointed representative at an online or offline event. Representation of
61 obligated to maintain confidentiality with regard to the reporter of an incident.
DCOPYING.GPL281 conspicuously and appropriately publish on each copy an appropriate
105 interactive use in the most ordinary way, to print or display an
106 announcement including an appropriate copyright notice and a
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
153 an offer, in accord with Subsection b above.)
156 making modifications to it. For an executable work, complete source
232 may add an explicit geographical distribution limitation excluding
314 when it starts in an interactive mode:
/picolibc-3.7.0-3.6.0/doc/
Dusing.md20 provide an absolute pathname to the picolibc.specs file:
24 When building for an embedded system, you'll probably need to use a
30 Initializing an embedded system usually requires a combination of
62 * __data_size is an absolute symbol noting the size of the
73 * __bss_size is an absolute symbol noting the size of the cleared
87 * The default and minimal crt0 variants run an infinite
129 before it calls main and then goes into an infinite loop after main
130 returns to avoid requiring an `_exit` function.
132 In an environment which provides a useful `_exit` implementation, applications
143 `__libc_init_array()`. This variant also runs an infinite loop in case
Dtesting.md8 stuff and I prefer plain debug to an -Os, as that makes debugging the
11 The do-native-configure script has an example:
Dtls.md15 an API for the library to get the global structure for the current
36 variables. Each TLS variable is assigned an offset within this block
41 The sample Picolibc linker script (picolibc.ld) allocates RAM for an
94 This is an architecture-specific function which sets the TLS
Dembedsource.md1 # Using picolibc as an embedded source
29 First of all, when using picolibc as an embedded source, you should not specify -specs=picolibc.spe…
52 …to ignore the bundled c-library. The development version GCC 9.0 will have an `-nolibc` option tha…
Dinit.md18 Your program may declare an optional initialization function called
32 Your program may declare an optional finalization function called
Dctype.md10 Picolibc provides an alternate implementation, selectable when
Dos.md43 It also contains a pointer to an optional `flush` function, which, if
140 For RISC-V and ARM processors, Picolibc provides an implementation of
147 calling `exit` upon return from `main`. The default is to enter an
/picolibc-3.7.0-3.6.0/newlib/libc/signal/
Dsignal.tex20 A @dfn{signal} is an event that interrupts the normal flow of control
23 default means of dealing with them---typically, either printing an
38 Interrupt; an interactive attention signal.
71 @file{signal.h} also defines an integral type, @code{sig_atomic_t}.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/
Dstrcmp.S21 3: and #0xff, r4 ; We need to perform an unsigned comparison of the bytes.
Dstrncmp.S28 3: and #0xff, r4 ; We need to perform an unsigned comparison of the bytes.
Dsetjmp.S33 # careful to always leave the stack in a usable state in case an
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrlen_ca.S97 chkbit 2,g2 # are we on an even word boundary or an odd one?
Dstrchr.S87 and g1,g7,g1 # make char an 8-bit ordinal
Dmemchr.S95 and g1,g7,g1 # make char an 8-bit ordinal
Dstrrchr.S93 and g1,g7,g1 # make char an 8-bit ordinal
/picolibc-3.7.0-3.6.0/newlib/libc/machine/necv70/
Dnecv70.tex52 The library has an entry @code{fast_sin} which uses the machine
61 using code compiled with an ANSI C compiler. The prototypes
63 routines are only defined if compiling a module with an ANSI C
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/
Dencoding.deps371 # big5 - an encoding for Traditional Chinese
379 # IBM 775 - an updated version of CP 437 that supports balitic languages.
387 # 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
405 # IBM 855 - an updated version of CP 437 that supports Cyrillic.
413 # IBM 866 - an updated version of CP 855 which followes the more logical Russian alphabet
/picolibc-3.7.0-3.6.0/newlib/libc/
Dsys.tex13 system, without an OS---you will at least need to provide do-nothing
33 Graceful failure is permitted by returning an error code. A minor
113 Status of an open file. For consistency with other minimal
162 Establish a new name for an existing file. Minimal implementation:
278 capable of doing this. The following minimal implementation is an
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dstdio.tex48 * fdopen:: Turn an open file into a stream
67 * freopen:: Open a file using an existing file descriptor
85 * open_memstream:: Open a write stream around an arbitrary-length buffer
86 * perror:: Print an error message on standard error
/picolibc-3.7.0-3.6.0/newlib/libc/ssp/
Dssp.tex14 an overflow is detected. These are private entry points intended solely
/picolibc-3.7.0-3.6.0/newlib/libc/stdio64/
Dstdio64.tex31 * freopen64:: Open a large file using an existing file descriptor

123