Searched defs:first (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | siphash.c | 123 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() 140 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() 162 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() 190 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() 214 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32() 222 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() 323 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 337 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() 355 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() 376 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; in plist_add() local 185 struct plist_node *first, *prio_pos, *node_pos; in plist_test_check() local
|
D | llist.c | 29 struct llist_node *first; in llist_add_batch() local
|
D | kasprintf.c | 17 unsigned int first, second; in kvasprintf() local
|
D | logic_pio.c | 23 #define in_range(b, first, len) ((b) >= (first) && (b) < (first) + (len)) argument
|
D | xarray.c | 776 void *first, *next; in xas_store() local 1507 static void xas_set_range(struct xa_state *xas, unsigned long first, in xas_set_range() 1556 void *xa_store_range(struct xarray *xa, unsigned long first, in xa_store_range()
|
D | sbitmap.c | 629 bool first; in sbitmap_queue_show() local
|
D | dynamic_debug.c | 350 char *first = words[i+1]; in ddebug_parse_query() local
|
D | test_xarray.c | 1397 static noinline void __check_store_range(struct xarray *xa, unsigned long first, in __check_store_range()
|
D | vsprintf.c | 1139 bool first = true; in bitmap_string() local 1183 bool first = true; in bitmap_list_string() local
|