Searched refs:strtoull (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | strutil.h | 46 #define strtoull _strtoui64 macro 50 #define strtoull strtoul 380 return strtoull(nptr, endptr, base); in strtou64()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 608 /* Define to a function implementing strtoull */ 609 #cmakedefine strtoull ${strtoull}
|
/frameworks/native/libs/binder/tests/ |
D | binderThroughputTest.cpp | 383 max_time_bucket = strtoull(argv[i+1], (char **)nullptr, 10) * 1000; in main()
|
/frameworks/av/media/libstagefright/httplive/ |
D | M3UParser.cpp | 1028 *length = strtoull(s, &end, 10); in parseByteRange() 1039 *offset = strtoull(s, &end, 10); in parseByteRange()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 284 result = strtoull(entry_name.data(), &endptr, 0); in getEntryPoint()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 642 fields[i] = strtoull(cp, &cp, 10); in dump_stat_from_fd()
|