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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c481 CompareMasked(const u_int32_t *thisValue, const u_int32_t *compareData, argument
490 if (((*thisValue++ ^ *compareData++) & *compareMask++) != 0) {
913 u_int32_t *thisValue; local
914 thisValue = (u_int32_t *) &c_attr.ca_finderinfo;
920 matched = CompareMasked(thisValue,

Completed in 21 milliseconds