Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1366 u_quad_t num1, num2; in matchPathLocation() local
1375 num1 = strtouq( cmp, (char **) &cmp, 16 ); in matchPathLocation()
1378 num1 = 0; in matchPathLocation()
1388 if (num1 != num2) { in matchPathLocation()