Searched refs:reverse (Results 1 – 4 of 4) sorted by relevance
86 unsigned int reverse; member
42 dirs.reverse()
348 void call_array(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
2200 size_t count, bool reverse) { in call_array() argument2207 int begin = reverse ? (count - 1) : 0; in call_array()2208 int end = reverse ? -1 : count; in call_array()2209 int step = reverse ? -1 : 1; in call_array()