Searched refs:numChars (Results 1 – 10 of 10) sorted by relevance
526 int numChars = 0; in hexToInt() local538 numChars ++; in hexToInt()543 return (numChars); in hexToInt()
790 int numChars = 0; in hexToInt() local801 numChars++; in hexToInt()809 return (numChars); in hexToInt()
718 int numChars = 0; in hexToInt() local729 numChars++; in hexToInt()737 return (numChars); in hexToInt()
357 int numChars = 0; in hexToInt() local368 numChars++; in hexToInt()376 return (numChars); in hexToInt()
925 int numChars = 0; in hexToInt() local935 numChars++; in hexToInt()941 return (numChars); in hexToInt()
477 int numChars = 0; in hexToInt() local488 numChars ++; in hexToInt()496 return (numChars); in hexToInt()
2630 long numChars = 0; in hexToInt() local2640 numChars ++; in hexToInt()2646 return numChars; in hexToInt()
1653 size_t numChars = sizeof(ourBaseExcpClassChars) / sizeof(char); in createStandardUtilityFunctions() local1656 ourBaseExceptionClass = genClass(ourBaseExcpClassChars, numChars); in createStandardUtilityFunctions()
4535 unsigned numChars = 0; in print_usrs_file() local4550 if (numChars == 0) in print_usrs_file()4553 line[numChars] = '\0'; in print_usrs_file()4554 numChars = 0; in print_usrs_file()4569 line[numChars++] = c; in print_usrs_file()
833 llvm::ConstantInt *getSize(CharUnits numChars);