HomeSort by relevance Sort by last modified time
    Searched refs:basefix (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 119 /* `basefix' is used to avoid `if' tests in the integer scanner */
120 static short basefix[17] = local
651 base = basefix[base];
657 base = basefix[base];
vfwscanf.c 127 /* `basefix' is used to avoid `if' tests in the integer scanner */
128 static short basefix[17] = local
575 base = basefix[base];
581 base = basefix[base];

Completed in 115 milliseconds