Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/crypt/
Dchacha_private.h57 const char *constants; in chacha_keysetup() local
65 constants = sigma; in chacha_keysetup()
67 constants = tau; in chacha_keysetup()
73 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
74 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
75 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
76 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/bionic/libc/tools/
Dgenseccomp.py100 constants = {}
115 value = eval(token_re.sub(lambda x: str(constants[x.group(0)]), value))
117 constants[name] = value
124 for name, value in constants.items():
/bionic/tests/
Dsys_procfs_test.cpp42 TEST(sys_procfs, constants) { in TEST() argument
Dendian_test.cpp29 TEST(endian, constants) { in TEST() argument
Dstdio_test.cpp2584 TEST(STDIO_TEST, constants) { in TEST() argument
/bionic/
Dandroid-changes-for-ndk-developers.md466 in API level 28, but using `SHT_` and `DT_` constants in the space
470 `DT_` constants.
476 OS private use constants for RELR, nor for ELF files using packed
DREADME.md168 3. Add constants (and perhaps types) to the appropriate header file.
169 Note that you should check to see whether the constants are already in
/bionic/tests/libs/
DAndroid.bp1557 // and both the old and new SHT_RELR constants.
1572 // This is the same encoding as SHT_RELR, but using OS-specific constants.
/bionic/docs/
Dclang_fortify_anatomy.md363 `__builtin_object_size` and `__builtin_constant_p` are forced to be constants
365 constants and optimizes them out, we have additional branches and function calls