Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 28) sorted by relevance

12

/picolibc-latest/newlib/libc/stdlib/
Dchacha_private.h34 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 …]
Da64l.c60 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/
Drun-aarch6451 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…
Drun-nios248 input=""
62 case "$input" in
64 input="$1"
67 input="$input $1"
87 echo "$input" | $qemu \
Drun-m68k48 input=""
62 case "$input" in
64 input="$1"
67 input="$input $1"
105 echo "$input" | $qemu \
Drun-arc80 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…
Drun-riscv123 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…
Dvalidate-cdefs37 input="$1"
39 echo '#include "'$input'"' | ("$@" -E - || exit 0) |
Drun-arm249 input=""
263 case "$input" in
265 input="$1"
268 input="$input $1"
290 echo "$input" > "$input_file"
/picolibc-latest/newlib/libc/tinystdio/
Dmatchcaseprefix.c42 bool __matchcaseprefix(const char *input, const char *pattern) in __matchcaseprefix() argument
46 char i = *input++ & ~('a' - 'A'); in __matchcaseprefix()
Dstdio_private.h92 bool __matchcaseprefix(const char *input, const char *pattern);
/picolibc-latest/newlib/libc/stdio/
Dstdio.tex21 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/
Dtest-fread-fwrite.c56 my_permute(long input) in my_permute() argument
58 return input * RAND_MUL + RAND_ADD; in my_permute()
/picolibc-latest/doc/
Dtesting.md34 'test' directory, which I used to fix up the floating point input and
Dos.md14 Picolibc stdio splits support for simple console input/output and more
Dprintf.md249 getc and ungetc may corrupt the state of the input buffer.
/picolibc-latest/newlib/libc/stdio64/
Dstdio64.tex23 The underlying facilities for input and output depend on the host
/picolibc-latest/newlib/libc/machine/arc/
Dmemcpy-archs.S79 ;;; r1 - input memory region
/picolibc-latest/semihost/machine/x86/
Dmeson.build87 input: bios,
/picolibc-latest/newlib/
Dmeson.build98 input: local_lib_c_target,
DREADME332 byte input/output operations on stream. It can decrease code size
/picolibc-latest/newlib/libc/machine/i960/
Dstrncpy_ca.S215 movl 0,g6 # blank out remainder of input buffer
/picolibc-latest/newlib/doc/
Dmakedocbook.py394 lex.input(s)
/picolibc-latest/
Dmeson.build805 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/
Diconv.tex1091 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