Searched defs:DecrementLoc (Results 1 – 1 of 1) sorted by relevance
111 void DecrementLoc(int* loc) { (*loc)--; } in DecrementLoc() function112 void DecrementLoc(int* loc, int value) { (*loc) -= value; } in DecrementLoc() function