Searched refs:control (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/semihost/machine/sparc/ |
D | sparc_iob.c | 44 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/ |
D | crt0.c | 83 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/ |
D | reent.tex | 58 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/ |
D | build.md | 31 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.
|
D | printf.md | 209 number of picolibc build-time options to control the feature set (and
|
/picolibc-latest/newlib/libc/signal/ |
D | signal.tex | 20 A @dfn{signal} is an event that interrupts the normal flow of control
|
/picolibc-latest/newlib/libc/ctype/ |
D | ctype.tex | 33 numeric, control characters, whitespace, and so on), or to perform
|
/picolibc-latest/newlib/ |
D | HOWTO | 107 (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
|
D | ChangeLog-2015 | 3100 * 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/ |
D | memcmp.S | 270 ; Having "ldl.ab r4, ..." between "brne" and "dbnz" as two control flow
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 86 Transfer control to a new process. Minimal implementation (for a system
|
/picolibc-latest/ |
D | COPYING.GPL2 | 126 exercise the right to control the distribution of derivative or 159 control compilation and installation of the executable. However, as a
|
D | COPYING.NEWLIB | 1341 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,
|
D | README.md | 999 control over the layout of .preserve, .init and .fini regions.
|