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

  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 123 # define strtoint64 strtoll macro
126 # define strtoint64 strtoq macro
130 # define strtoint64 strtol macro
321 const int64 r = strtoint64(value, &end, base);
329 const int64 r = strtoint64(value, &end, base);
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 124 # define strtoint64 strtoll macro
127 # define strtoint64 strtoq macro
131 # define strtoint64 strtol macro
321 const int64 r = strtoint64(value, &end, base);
329 const int64 r = strtoint64(value, &end, base);
    [all...]

Completed in 1153 milliseconds