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

  /external/chromium_org/third_party/webrtc/base/
win32.cc 267 int coloncount = 0; local
274 ++coloncount;
278 // (coloncount + 1) is the number of shorts left in the address.
279 addr_cursor = addr_end - (coloncount + 1);

Completed in 960 milliseconds