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

  /external/libvpx/examples/includes/geshi/geshi/
delphi.php 153 'StrToInt', 'StrToInt64', 'StrToInt64Def', 'StrToIntDef', 'StrToTime',
inno.php 99 'StrToFloat', 'StrToInt', 'StrToInt64', 'StrToInt64Def', 'StrToIntDef', 'StrToTime', 'StuffString', 'Succ', 'Sum', 'Tan',
  /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...]

Completed in 322 milliseconds