Lines Matching refs:w
166 static void (*w)(uint32_t, uint32_t *); variable
220 w(r(loc) + i, loc); in x86_sort_relative_table()
221 w(r(loc + 1) + i + 4, loc + 1); in x86_sort_relative_table()
222 w(r(loc + 2) + i + 8, loc + 2); in x86_sort_relative_table()
233 w(r(loc) - i, loc); in x86_sort_relative_table()
234 w(r(loc + 1) - (i + 4), loc + 1); in x86_sort_relative_table()
235 w(r(loc + 2) - (i + 8), loc + 2); in x86_sort_relative_table()
252 w(r(loc) + i, loc); in sort_relative_table()
262 w(r(loc) - i, loc); in sort_relative_table()
284 w = wle; in do_file()
292 w = wbe; in do_file()