Searched defs:first (Results 1 – 13 of 13) sorted by relevance
| /lib/ |
| D | siphash.c | 116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() 133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() 155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() 183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() 207 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32() 215 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() 316 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 330 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() 348 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() 369 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32() [all …]
|
| D | plist.c | 75 struct plist_node *first, *iter, *prev = NULL, *last, *reverse_iter; in plist_add() local 195 struct plist_node *first, *prio_pos, *node_pos; in plist_test_check() local
|
| D | kasprintf.c | 17 unsigned int first, second; in kvasprintf() local
|
| D | llist.c | 29 struct llist_node *first = READ_ONCE(head->first); in llist_add_batch() local
|
| D | xarray.c | 783 void *first, *next; in xas_store() local 1683 static void xas_set_range(struct xa_state *xas, unsigned long first, in xas_set_range() 1732 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range()
|
| D | test_printf.c | 694 const struct software_node first = { .name = "first" }; in fwnode_pointer() local
|
| D | bitmap.c | 200 unsigned int first, unsigned int cut, unsigned int nbits) in bitmap_cut()
|
| D | sbitmap.c | 713 bool first; in sbitmap_queue_show() local
|
| D | test_bitmap.c | 1039 unsigned int first; member
|
| D | dynamic_debug.c | 353 static int parse_linerange(struct ddebug_query *query, const char *first) in parse_linerange()
|
| D | vsprintf.c | 1201 bool first = true; in bitmap_string() local 1243 bool first = true; in bitmap_list_string() local
|
| D | test_xarray.c | 1753 static noinline void __check_store_range(struct xarray *xa, unsigned long first, in __check_store_range()
|
| D | maple_tree.c | 6409 int mtree_insert_range(struct maple_tree *mt, unsigned long first, in mtree_insert_range() 7147 unsigned long first = min; in mt_dump_range64() local 7199 unsigned long first = min; in mt_dump_arange64() local
|