Searched refs:SWAP_FLAGS (Results 1 – 2 of 2) sorted by relevance
/external/libusb/examples/getopt/ |
D | getopt.c | 276 # define SWAP_FLAGS(ch1, ch2) \ macro 284 # define SWAP_FLAGS(ch1, ch2) macro 287 # define SWAP_FLAGS(ch1, ch2) macro 353 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); 370 SWAP_FLAGS (bottom + i, middle + i);
|
/external/bison/lib/ |
D | getopt.c | 120 # define SWAP_FLAGS(ch1, ch2) \ macro 128 # define SWAP_FLAGS(ch1, ch2) macro 131 # define SWAP_FLAGS(ch1, ch2) macro 192 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); in exchange() 209 SWAP_FLAGS (bottom + i, middle + i); in exchange()
|