Home
last modified time | relevance | path

Searched refs:num1 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp1384 u_quad_t num1, num2; in matchPathLocation() local
1393 num1 = strtouq( cmp, (char **) &cmp, 16 ); in matchPathLocation()
1396 num1 = 0; in matchPathLocation()
1406 if (num1 != num2) { in matchPathLocation()