Home
last modified time | relevance | path

Searched defs:strtouint64 (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dlexor.lex39 inline uint64_t strtouint64(const char*str, char**endptr, int base) in strtouint64() function
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmisc.h37 #define strtouint64(nptr,endptr,base) (uint64_t) strtoumax(nptr,endptr,base) macro
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dtypes.H179 inline uint64 strtouint64 (char const *str) { return((uint64) strtoull (str, nullptr, 10)); } in strtouint64() function
/dports/astro/stardates/stardates-1.6.1/
H A Dstardate.c1000 static uint64 strtouint64(char const *str, char **ptr, uint16 radix) in strtouint64() function