Searched refs:advance (Results 1 - 1 of 1) sorted by relevance

/system/bluetooth/brfpatch/
H A Dbrfpatch.c64 // advance beyond next whitespace. Return -1 if end of string reached
65 static int advance(char **buf) { function
83 FAILIF(advance(&buf), "Could not find opcode in: %s\n", buffer);
91 while (!advance(&buf)) {

Completed in 714 milliseconds