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

  /external/webrtc/webrtc/base/
macconversion.cc 101 int intvalue; local
103 static_cast<void*>(&intvalue));
104 if (converted) *i = static_cast<int>(intvalue);
  /external/libcups/cups/
options.c 205 long intvalue; /* Integer value */ local
211 intvalue = strtol(value, &ptr, 10);
212 if (intvalue < INT_MIN || intvalue > INT_MAX || *ptr)
215 return ((int)intvalue);

Completed in 88 milliseconds