HomeSort by relevance Sort by last modified time
    Searched refs:strtouint64 (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 124 # define strtouint64 strtoull macro
127 # define strtouint64 strtouq macro
131 # define strtouint64 strtoul macro
337 const uint64 r = strtouint64(value, &end, base);
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 125 # define strtouint64 strtoull macro
128 # define strtouint64 strtouq macro
132 # define strtouint64 strtoul macro
337 const uint64 r = strtouint64(value, &end, base);
    [all...]

Completed in 1041 milliseconds