HomeSort by relevance Sort by last modified time
    Searched refs:intvalue (Results 1 - 4 of 4) 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);
ipp.h     [all...]
ipp.c     [all...]

Completed in 182 milliseconds