Home
last modified time | relevance | path

Searched refs:match_u64int (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dparser.c151 * match_u64int: scan a number in the given base from a substring_t
160 static int match_u64int(substring_t *s, u64 *result, int base) in match_u64int() function
205 return match_u64int(s, result, 0); in match_u64()
/kernel/linux/linux-6.6/lib/
H A Dparser.c159 * match_u64int - scan a number in the given base from a substring_t
170 static int match_u64int(substring_t *s, u64 *result, int base) in match_u64int() function
235 return match_u64int(s, result, 0); in match_u64()

Completed in 2 milliseconds