Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dchacha_private.h74 const char *constants; in chacha_keysetup() local
82 constants = sigma; in chacha_keysetup()
84 constants = tau; in chacha_keysetup()
90 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
91 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
92 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
93 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/picolibc-3.5.0-3.4.0/newlib/libm/math/
Dmath.tex96 @file{math.h}. It may be set to one of the following constants defined
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20151429 * libc/time/gmtime_r.c (DAYS_PER_*_YEARS): Convert to long constants
4691 * libc/include/sys/stat.h: Move all POSIX-defined symbolic constants
4964 1003.1b-2008. Rework constants to allow sharing
5720 * libc/include/sys/unistd.h: Add _PC*, _CS*, and _SC* constants
7453 constants with "long" types where appropriate.
8835 constants when building for Cygwin.
9910 Define confstr constants for Cygwin. Add comment.
12304 correct for constants.
12562 Also change 64-bit constants to use the __have_long64 and
12564 constants should be used.
[all …]