Searched refs:reverse (Results 1 – 4 of 4) sorted by relevance
86 unsigned int reverse; member
60 dirs.reverse()
373 void call_array(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
3081 size_t count, bool reverse) { in call_array() argument3088 int begin = reverse ? (count - 1) : 0; in call_array()3089 int end = reverse ? -1 : count; in call_array()3090 int step = reverse ? -1 : 1; in call_array()