Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/bounded_ptr_src/
H A Dsubscript.cpp51 QualT& ref1 = ptr[1]; in tests() local
52 _assert(&ref1 == &array[1]); in tests()
72 QualT& ref1 = ptr[0]; in tests() local
73 _assert(&ref1 == &array[1]); in tests()
93 QualT& ref1 = ptr[-1]; in tests() local
94 _assert(&ref1 == &array[1]); in tests()
114 QualT& ref1 = ptr[-3]; in tests() local
115 _assert(&ref1 == &array[1]); in tests()
135 QualT& ref1 = ptr[-4]; in tests() local
136 _assert(&ref1 == &array[1]); 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()