Searched refs:input (Results 1 – 25 of 28) sorted by relevance
12
/picolibc-latest/newlib/libc/stdlib/ |
D | chacha_private.h | 34 u32 input[16]; /* could be compressed */ member 76 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 77 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 78 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 79 x->input[7] = U8TO32_LITTLE(k + 12); in chacha_keysetup() 86 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup() 87 x->input[9] = U8TO32_LITTLE(k + 4); in chacha_keysetup() 88 x->input[10] = U8TO32_LITTLE(k + 8); in chacha_keysetup() 89 x->input[11] = U8TO32_LITTLE(k + 12); in chacha_keysetup() 90 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup() [all …]
|
D | a64l.c | 60 a64l (const char *input) in a64l() argument 67 if (input == NULL) in a64l() 70 ptr = input; in a64l() 80 while (ptr > input) in a64l()
|
/picolibc-latest/scripts/ |
D | run-aarch64 | 51 input="" 65 case "$input" in 67 input="$1" 70 input="$input $1" 88 echo "$input" | $qemu -chardev $chardev -semihosting-config "$semi" -monitor "$mon" -serial "$seria…
|
D | run-nios2 | 48 input="" 62 case "$input" in 64 input="$1" 67 input="$input $1" 87 echo "$input" | $qemu \
|
D | run-m68k | 48 input="" 62 case "$input" in 64 input="$1" 67 input="$input $1" 105 echo "$input" | $qemu \
|
D | run-arc | 80 input="" 94 case "$input" in 96 input="$1" 99 input="$input $1" 121 echo "$input" | $qemu -chardev $chardev -semihosting-config "$semi" -monitor "$mon" -serial "$seria…
|
D | run-riscv | 123 input="" 137 case "$input" in 139 input="$1" 142 input="$input $1" 160 echo "$input" | $qemu -chardev $chardev -semihosting-config "$semi" -monitor "$mon" -serial "$seria…
|
D | validate-cdefs | 37 input="$1" 39 echo '#include "'$input'"' | ("$@" -E - || exit 0) |
|
D | run-arm | 249 input="" 263 case "$input" in 265 input="$1" 268 input="$input $1" 290 echo "$input" > "$input_file"
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | matchcaseprefix.c | 42 bool __matchcaseprefix(const char *input, const char *pattern) in __matchcaseprefix() argument 46 char i = *input++ & ~('a' - 'A'); in __matchcaseprefix()
|
D | stdio_private.h | 92 bool __matchcaseprefix(const char *input, const char *pattern);
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.tex | 21 or other input/output streams. Among these functions are subroutines 24 The underlying facilities for input and output depend on the host 77 * Function getchar:: Get a character from standard input (macro) 78 * Function getchar_unlocked:: Get a character from standard input (macro) 81 * Function gets:: Get character string from standard input (obsolete) 83 * Function getwchar:: Get a wide character from standard input 102 * Function siscanf:: Scan and format input (integer only) 104 * Function sscanf:: Scan and format input 107 * Function swscanf:: Scan and format wide character input 115 * Function vfwscanf:: Scan and format argument list from wide character input
|
/picolibc-latest/test/ |
D | test-fread-fwrite.c | 56 my_permute(long input) in my_permute() argument 58 return input * RAND_MUL + RAND_ADD; in my_permute()
|
/picolibc-latest/doc/ |
D | testing.md | 34 'test' directory, which I used to fix up the floating point input and
|
D | os.md | 14 Picolibc stdio splits support for simple console input/output and more
|
D | printf.md | 249 getc and ungetc may corrupt the state of the input buffer.
|
/picolibc-latest/newlib/libc/stdio64/ |
D | stdio64.tex | 23 The underlying facilities for input and output depend on the host
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | memcpy-archs.S | 79 ;;; r1 - input memory region
|
/picolibc-latest/semihost/machine/x86/ |
D | meson.build | 87 input: bios,
|
/picolibc-latest/newlib/ |
D | meson.build | 98 input: local_lib_c_target,
|
D | README | 332 byte input/output operations on stream. It can decrease code size
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strncpy_ca.S | 215 movl 0,g6 # blank out remainder of input buffer
|
/picolibc-latest/newlib/doc/ |
D | makedocbook.py | 394 lex.input(s)
|
/picolibc-latest/ |
D | meson.build | 805 picolibc_specs = configure_file(input: 'picolibc.specs.in', 813 picolibcpp_specs = configure_file(input: 'picolibc.specs.in', 1236 configure_file(input: 'picolibc.ld.in', 1255 configure_file(input: 'picolibc.ld.in',
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1091 is no corresponding CCS code (error, wrong input data). Else, fetch the 1099 CCS code (error, wrong input data). Else, @emph{X = from_ucs[BlkN+Xindex]}. 1192 @emph{X} which corresponds to the UCS-2 code @emph{Y} (input) in the "UCS-2 -> 1673 corresponds to the character in the input encoding, the default
|
12