Home
last modified time | relevance | path

Searched refs:control (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/semihost/machine/sparc/
Dsparc_iob.c44 vuint32_t control; member
90 uart.control |= UART_TRANSMIT_ENABLE; in sparc_putc()
103 uart.control |= UART_RECEIVE_ENABLE; in sparc_getc()
/picolibc-latest/picocrt/machine/arm/
Dcrt0.c83 uint32_t control; in _start() local
84 __asm__("mrs %0, CONTROL" : "=r" (control)); in _start()
86 control |= (3 << 6); in _start()
89 control |= (3 << 4); in _start()
91 __asm__("msr CONTROL, %0" : : "r" (control)); in _start()
/picolibc-latest/newlib/libc/reent/
Dreent.tex58 that each thread of execution control initialize a unique global
69 Ensure that each thread of execution control has a pointer to its own
/picolibc-latest/doc/
Dbuild.md31 These options control some general build configuration values.
122 These options control which character sets are supported by iconv.
133 These options control how much Locale support is included in the
144 These control how much support picolibc includes for calling functions
238 those control the compilation of the individual fucntions.
Dprintf.md209 number of picolibc build-time options to control the feature set (and
/picolibc-latest/newlib/libc/signal/
Dsignal.tex20 A @dfn{signal} is an event that interrupts the normal flow of control
/picolibc-latest/newlib/libc/ctype/
Dctype.tex33 numeric, control characters, whitespace, and so on), or to perform
/picolibc-latest/newlib/
DHOWTO107 (such as job control) removed.
203 conditionals should be used only within a single Makefile.inc file to control
255 to not use any GNU Automake conditional to control whether Makefile.inc files
DChangeLog-20153100 * libc/stdio/local.h (ORIENT): Use _WCHAR_ORIENT to control
3103 to control the wide char output.
3117 control fseek optimization.
3138 control __sfvwrite_r. Add alternative implementation.
3143 (_VFPRINTF_R): Use _FVWRITE_IN_STREAMIO to control vector buffer.
3144 (__SPRINT): Use _FVWRITE_IN_STREAMIO to control macro definition.
3146 to control vector buffer.
3394 _TIMEVAL_DEFINED control.
23095 From Anders Blomdell <anders.blomdell@control.lth.se>.
24465 From anders.blomdell@control.lth.se (Anders Blomdell)
[all …]
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcmp.S270 ; Having "ldl.ab r4, ..." between "brne" and "dbnz" as two control flow
/picolibc-latest/newlib/libc/
Dsys.tex86 Transfer control to a new process. Minimal implementation (for a system
/picolibc-latest/
DCOPYING.GPL2126 exercise the right to control the distribution of derivative or
159 control compilation and installation of the executable. However, as a
DCOPYING.NEWLIB1341 other entities that control, are controlled by, or are under common
1342 control with that entity. For the purposes of this definition,
1343 "control" means (i) the power, direct or indirect, to cause the
1381 communication on electronic mailing lists, source code control systems,
DREADME.md999 control over the layout of .preserve, .init and .fini regions.