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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c461 CompareMasked(const u_int32_t *thisValue, const u_int32_t *compareData, argument
470 if (((*thisValue++ ^ *compareData++) & *compareMask++) != 0) {
899 u_int32_t *thisValue; local
900 thisValue = (u_int32_t *) &c_attr.ca_finderinfo;
906 matched = CompareMasked(thisValue,

Completed in 7 milliseconds