Home
last modified time | relevance | path

Searched refs:numChars (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDsparc-stub.c526 int numChars = 0; in hexToInt() local
538 numChars ++; in hexToInt()
543 return (numChars); in hexToInt()
HDi386-stub.c718 int numChars = 0; in hexToInt() local
729 numChars++; in hexToInt()
737 return (numChars); in hexToInt()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-debug.c574 int numChars = 0; in cvmx_debug_hexToLong() local
585 numChars ++; in cvmx_debug_hexToLong()
590 return(numChars); in cvmx_debug_hexToLong()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h668 llvm::ConstantInt *getSize(CharUnits numChars);