Searched defs:basefix (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwscanf.c162 /* `basefix' is used to avoid `if' tests in the integer scanner */
163 static short basefix[17] = local
598 base = basefix[base];
604 base = basefix[base];
H A Dvfscanf.c177 /* `basefix' is used to avoid `if' tests in the integer scanner */
178 static const short basefix[17] = local
712 base = basefix[base];
718 base = basefix[base];

Completed in 35 milliseconds