HomeSort by relevance Sort by last modified time
    Searched refs:key_count (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.h 64 // to the BloomFilter constructor based on the intended |key_count|.
68 static int FilterSizeForKeyCount(int key_count);
bloom_filter.cc 36 int BloomFilter::FilterSizeForKeyCount(int key_count) {
38 const int number_of_keys = std::max(key_count, default_min);
filter_false_positive_perftest.cc 108 const int key_count = std::max(static_cast<int>(prefixes.size()), local
110 const int filter_size = key_count * size_multiplier;
  /external/quake/quake/src/QW/client/
keys.h 125 extern int key_count; // incremented every key event
console.c 653 key_count = -2; // wait for a key down and up
663 } while (key_count < 0);
keys.c 42 int key_count; // incremented every key event variable
691 key_count++;
692 if (key_count <= 0)
screen.c 962 key_count = -1; // wait for a key down and up
gl_screen.c 1017 key_count = -1; // wait for a key down and up
  /external/quake/quake/src/WinQuake/
keys.h 125 extern int key_count; // incremented every key event
in_dos.cpp 451 key_count = -1;
453 key_count = 0;
471 key_count = -1;
473 key_count = 0;
console.cpp 640 key_count = -2; // wait for a key down and up
650 } while (key_count < 0);
net_comx.cpp 781 key_count = -2;
796 if (key_count == 0)
800 key_count = -2;
831 key_count = 0;
849 key_count = 0;
keys.cpp 40 int key_count; // incremented every key event variable
610 key_count++;
611 if (key_count <= 0)
gl_screen.cpp 757 key_count = -1; // wait for a key down and up
screen.cpp 763 key_count = -1; // wait for a key down and up
  /external/srec/tools/parseStringTest/
parseStringTest.c 107 size_t i, result_count, key_count; local
193 key_count = 0xffff;
194 rc = SR_SemanticResultGetKeyCount(semanticResults[0], &key_count);
195 pfprintf(fout, "parse ok (%d results) (%s) (%d)\n", result_count, trans, key_count);
  /external/chromium/net/base/
cookie_monster.cc     [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2356 size_t k,key_count = sizeof(keys)\/sizeof(keys[0]); local
    [all...]

Completed in 1752 milliseconds