Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h46 #define strtoull _strtoui64 macro
50 #define strtoull strtoul
380 return strtoull(nptr, endptr, base); in strtou64()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake608 /* Define to a function implementing strtoull */
609 #cmakedefine strtoull ${strtoull}
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp383 max_time_bucket = strtoull(argv[i+1], (char **)nullptr, 10) * 1000; in main()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp1028 *length = strtoull(s, &end, 10); in parseByteRange()
1039 *offset = strtoull(s, &end, 10); in parseByteRange()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp284 result = strtoull(entry_name.data(), &endptr, 0); in getEntryPoint()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp642 fields[i] = strtoull(cp, &cp, 10); in dump_stat_from_fd()