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

  /bionic/libc/stdio/
vfwscanf.c 150 /* `basefix' is used to avoid `if' tests in the integer scanner */
151 static short basefix[17] = { 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; local
496 base = basefix[base];
503 base = basefix[base];
vfscanf.cpp 103 /* `basefix' is used to avoid `if' tests in the integer scanner */
104 static short basefix[17] = { 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; local
585 base = basefix[base];
592 base = basefix[base];
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 178 /* `basefix' is used to avoid `if' tests in the integer scanner */
179 static const short basefix[17] = local
713 base = basefix[base];
719 base = basefix[base];
vfwscanf.c 164 /* `basefix' is used to avoid `if' tests in the integer scanner */
165 static short basefix[17] = local
602 base = basefix[base];
608 base = basefix[base];

Completed in 402 milliseconds