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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c127 static Boolean CompareRange(u_long val, u_long low, u_long high);
130 static Boolean CompareRange( u_long val, u_long low, u_long high ) function
139 //#define CompareRange(val, low, high) ((val >= low) && (val <= high))
870 matched = CompareRange(c_attr.ca_entries,
889 matched = CompareRange(c_attr.ca_fileid,
905 matched = CompareRange(parentID, searchInfo1->parentDirID,
929 matched = CompareRange(c_attr.ca_itime,
938 matched = CompareRange(c_attr.ca_mtime,
947 matched = CompareRange(c_attr.ca_ctime,
956 matched = CompareRange(c_att
[all...]

Completed in 61 milliseconds