Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsparc-stub.c526 int numChars = 0; in hexToInt() local
538 numChars ++; in hexToInt()
543 return (numChars); in hexToInt()
H A Dm68k-stub.c790 int numChars = 0; in hexToInt() local
801 numChars++; in hexToInt()
809 return (numChars); in hexToInt()
H A Di386-stub.c718 int numChars = 0; in hexToInt() local
729 numChars++; in hexToInt()
737 return (numChars); in hexToInt()
H A Dsh-stub.c357 int numChars = 0; in hexToInt() local
368 numChars++; in hexToInt()
376 return (numChars); in hexToInt()
H A Dm32r-stub.c925 int numChars = 0; in hexToInt() local
935 numChars++; in hexToInt()
941 return (numChars); in hexToInt()
/openbsd/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.c477 int numChars = 0; in hexToInt() local
488 numChars ++; in hexToInt()
496 return (numChars); in hexToInt()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2630 long numChars = 0; in hexToInt() local
2640 numChars ++; in hexToInt()
2646 return numChars; in hexToInt()
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1653 size_t numChars = sizeof(ourBaseExcpClassChars) / sizeof(char); in createStandardUtilityFunctions() local
1656 ourBaseExceptionClass = genClass(ourBaseExcpClassChars, numChars); in createStandardUtilityFunctions()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c4535 unsigned numChars = 0; in print_usrs_file() local
4550 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()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h833 llvm::ConstantInt *getSize(CharUnits numChars);