Searched refs:STRTO_H (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | util.c | 23 #define STRTO_H(name, type) \ macro 80 STRTO_H(strtoint, int) 81 STRTO_H(strtouint, unsigned int) 82 STRTO_H(strtoll, long long) 83 STRTO_H(strtoull, unsigned long long)
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | util.c | 23 #define STRTO_H(name, type) \ macro 80 STRTO_H(strtoint, int) 81 STRTO_H(strtouint, unsigned int) 82 STRTO_H(strtoll, long long) 83 STRTO_H(strtoull, unsigned long long)
|
Completed in 1 milliseconds