Searched refs:key_count (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dbloom_filter.h64 // to the BloomFilter constructor based on the intended |key_count|.
68 static int FilterSizeForKeyCount(int key_count);
H A Dbloom_filter.cc36 int BloomFilter::FilterSizeForKeyCount(int key_count) { argument
38 const int number_of_keys = std::max(key_count, default_min);
H A Dfilter_false_positive_perftest.cc108 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/
H A Dkeys.h125 extern int key_count; // incremented every key event
H A Dconsole.c653 key_count = -2; // wait for a key down and up
663 } while (key_count < 0);
H A Dkeys.c42 int key_count; // incremented every key event variable
691 key_count++;
692 if (key_count <= 0)
H A Dscreen.c962 key_count = -1; // wait for a key down and up
H A Dgl_screen.c1017 key_count = -1; // wait for a key down and up
/external/quake/quake/src/WinQuake/
H A Dkeys.h125 extern int key_count; // incremented every key event
H A Din_dos.cpp451 key_count = -1;
453 key_count = 0;
471 key_count = -1;
473 key_count = 0;
H A Dconsole.cpp640 key_count = -2; // wait for a key down and up
650 } while (key_count < 0);
H A Dnet_comx.cpp781 key_count = -2;
796 if (key_count == 0)
800 key_count = -2;
831 key_count = 0;
849 key_count = 0;
H A Dkeys.cpp40 int key_count; // incremented every key event variable
610 key_count++;
611 if (key_count <= 0)
H A Dgl_screen.cpp757 key_count = -1; // wait for a key down and up
H A Dscreen.cpp763 key_count = -1; // wait for a key down and up
/external/srec/tools/parseStringTest/
H A DparseStringTest.c107 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/bluetooth/bluez/lib/bluetooth/
H A Dmgmt.h119 uint16_t key_count; member in struct:mgmt_cp_load_keys
/external/bluetooth/bluez/plugins/
H A Dmgmtops.c1838 size_t key_count, cp_size; local
1842 key_count = g_slist_length(keys);
1844 DBG("index %d keys %zu debug_keys %d", index, key_count, debug_keys);
1846 cp_size = sizeof(*cp) + (key_count * sizeof(*key));
1861 cp->key_count = htobs(key_count);
/external/chromium/net/base/
H A Dcookie_monster.cc1527 int key_count = 0;
1532 key_count++;
1538 histogram_etldp1_count_->Add(key_count);
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2356 size_t k,key_count = sizeof(keys)/sizeof(keys[0]); local
2357 for(k=0;k<key_count;k++) keys[k] = &keysdata[128*k];
2358 // esr_status = SR_RecognizerResultGetKeyCount(data->result, nbest_num, &key_count);
2359 esr_status = SR_RecognizerResultGetKeyList(data->result, nbest_num, (LCHAR**)keys, &key_count);
2361 for (k=0; k<key_count; k++) {

Completed in 239 milliseconds