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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DFileAbstraction.hpp136 static T round_down(T value) { return value & ~(T)3; } function in class:Pointer32
154 static T round_down(T value) { return value & ~(T)7; } function in class:Pointer64

Completed in 133 milliseconds