Home
last modified time | relevance | path

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

/lib/
A Dstrnlen_user.c25 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 Dstrncpy_from_user.c31 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 Dstring.c115 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 Dcrc32le-vx.c92 …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 Dchacha-p10le-8x.S605 lxvw4x 48, 0, 3 # vr16, constants
631 # save constants to vsx
762 lxvw4x 48, 0, 3 # vr16, constants
/lib/crc/powerpc/
A Dcrc32c-vpmsum_asm.S14 .constants: label
A Dcrct10dif-vpmsum_asm.S18 .constants: label
A Dcrc-vpmsum-template.S151 LOAD_REG_ADDR(r3, .constants)
/lib/crypto/x86/
A Dsha512-avx-asm.S163 # They are then added to their respective SHA512 constants at
A Dsha512-ssse3-asm.S158 # They are then added to their respective SHA512 constants at

Completed in 15 milliseconds