Searched refs:second (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | siphash.c | 133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 140 v3 ^= second; in siphash_2u64() 143 v0 ^= second; in siphash_2u64() 155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 163 v3 ^= second; in siphash_3u64() 166 v0 ^= second; in siphash_3u64() 183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument 191 v3 ^= second; in siphash_4u64() 194 v0 ^= second; in siphash_4u64() 215 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument [all …]
|
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()
|
D | test_printf.c | 721 const struct software_node second = { .name = "second", .parent = &first }; in fwnode_pointer() local 722 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer() 723 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer() 736 test(full_name_second, "%pfw", software_node_fwnode(&second)); in fwnode_pointer() 739 test(second_name, "%pfwP", software_node_fwnode(&second)); in fwnode_pointer()
|
D | Kconfig.debug | 2143 calculates the number of Dhrystones per second, and the number of 2145 by 1757 (the number of Dhrystones per second obtained on the VAX
|