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

  /external/libpcap/
pcap-dos.h 122 volatile int in_index; /* queue index head */ member in struct:rx_ringbuf
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 733 "in_index": 1,
738 "in_index": 1,
747 "in_index": 1,
751 "in_index": 0,
783 int in_index = 0; local
786 !d->GetInteger("in_index", &in_index)) {
789 if (in_index < 0 || in_index > 1 ||
798 info->candidate_urls_[j].service_whitelist = (in_index == 1)
834 int in_index = 0; local
848 in_index == 1, local
    [all...]

Completed in 2355 milliseconds