Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/bounded_ptr_src/
H A Dsubscript.cpp54 QualT& ref2 = ptr[2]; in tests() local
55 _assert(&ref2 == &array[2]); in tests()
75 QualT& ref2 = ptr[1]; in tests() local
76 _assert(&ref2 == &array[2]); in tests()
96 QualT& ref2 = ptr[0]; in tests() local
97 _assert(&ref2 == &array[2]); in tests()
117 QualT& ref2 = ptr[-2]; in tests() local
118 _assert(&ref2 == &array[2]); in tests()
138 QualT& ref2 = ptr[-3]; in tests() local
139 _assert(&ref2 == &array[2]); in tests()
/xnu-8019.80.24/pexpert/pexpert/
H A Ddevice_tree.h155 extern int SecureDTEntryIsEqual(const DTEntry ref1, const DTEntry ref2);
/xnu-8019.80.24/pexpert/gen/
H A Ddevice_tree.c271 SecureDTEntryIsEqual(const DTEntry ref1, const DTEntry ref2) in SecureDTEntryIsEqual() argument
274 return ref1 == ref2; in SecureDTEntryIsEqual()