Searched refs:constants (Results 1 – 10 of 10) sorted by relevance
/lib/ |
A D | strnlen_user.c | 25 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strnlen_user() local 42 if (has_zero(c, &data, &constants)) { in do_strnlen_user() 43 data = prep_zero_mask(c, data, &constants); in do_strnlen_user()
|
A D | strncpy_from_user.c | 31 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in do_strncpy_from_user() local 54 if (has_zero(c, &data, &constants)) { in do_strncpy_from_user() 55 data = prep_zero_mask(c, data, &constants); in do_strncpy_from_user()
|
A D | string.c | 115 const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; in sized_strscpy() local 157 if (has_zero(c, &data, &constants)) { in sized_strscpy() 158 data = prep_zero_mask(c, data, &constants); in sized_strscpy()
|
/lib/crc/s390/ |
A D | crc32le-vx.c | 92 …u32 crc32_le_vgfm_generic(u32 crc, unsigned char const *buf, size_t size, unsigned long *constants) in crc32_le_vgfm_generic() argument 95 fpu_vlm(CONST_PERM_LE2BE, CONST_CRC_POLY, constants); in crc32_le_vgfm_generic()
|
/lib/crypto/powerpc/ |
A D | chacha-p10le-8x.S | 605 lxvw4x 48, 0, 3 # vr16, constants 631 # save constants to vsx 762 lxvw4x 48, 0, 3 # vr16, constants
|
/lib/crc/powerpc/ |
A D | crc32c-vpmsum_asm.S | 14 .constants: label
|
A D | crct10dif-vpmsum_asm.S | 18 .constants: label
|
A D | crc-vpmsum-template.S | 151 LOAD_REG_ADDR(r3, .constants)
|
/lib/crypto/x86/ |
A D | sha512-avx-asm.S | 163 # They are then added to their respective SHA512 constants at
|
A D | sha512-ssse3-asm.S | 158 # They are then added to their respective SHA512 constants at
|
Completed in 15 milliseconds