Home
last modified time | relevance | path

Searched refs:second (Results 1 – 7 of 7) sorted by relevance

/lib/
A Dsiphash.c140 v3 ^= second; in siphash_2u64()
143 v0 ^= second; in siphash_2u64()
163 v3 ^= second; in siphash_3u64()
166 v0 ^= second; in siphash_3u64()
191 v3 ^= second; in siphash_4u64()
194 v0 ^= second; in siphash_4u64()
480 v3 ^= second; in hsiphash_2u32()
482 v0 ^= second; in hsiphash_2u32()
501 v3 ^= second; in hsiphash_3u32()
503 v0 ^= second; in hsiphash_3u32()
[all …]
A Dkasprintf.c17 unsigned int first, second; in kvasprintf() local
29 second = vsnprintf(p, first+1, fmt, ap); in kvasprintf()
30 WARN(first != second, "different return values (%u and %u) from vsnprintf(\"%s\", ...)", in kvasprintf()
31 first, second, fmt); in kvasprintf()
A DKconfig.debug2217 calculates the number of Dhrystones per second, and the number of
2219 by 1757 (the number of Dhrystones per second obtained on the VAX
/lib/tests/
A Dprintf_kunit.c681 const struct software_node second = { .name = "second", .parent = &first }; in fwnode_pointer() local
682 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer()
683 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer()
695 test(full_name_second, "%pfw", software_node_fwnode(&second)); in fwnode_pointer()
698 test(second_name, "%pfwP", software_node_fwnode(&second)); in fwnode_pointer()
/lib/crypto/x86/
A Dchacha-avx512vl-x86_64.S142 # xor and write second block
354 # xor and write second block
A Dchacha-avx2-x86_64.S169 # xor and write second block
420 # xor and write second block
A Dsha256-avx2-asm.S646 #### Do second block using previously scheduled results

Completed in 15 milliseconds