Searched refs:second (Results 1 – 7 of 7) sorted by relevance
/lib/ |
A D | siphash.c | 140 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 D | kasprintf.c | 17 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 D | Kconfig.debug | 2217 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 D | printf_kunit.c | 681 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 D | chacha-avx512vl-x86_64.S | 142 # xor and write second block 354 # xor and write second block
|
A D | chacha-avx2-x86_64.S | 169 # xor and write second block 420 # xor and write second block
|
A D | sha256-avx2-asm.S | 646 #### Do second block using previously scheduled results
|
Completed in 15 milliseconds