Searched defs:perfect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data.cc116 const bool perfect = assoc_it->first == query; local
119 perfect ? PERFECT_PRIMARY : PREFIX_PRIMARY;
122 perfect ? PERFECT_SECONDARY : PREFIX_SECONDARY;
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtransupp.h130 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member in struct:__anon12773
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dperfect.h3 perfect.h: code to generate code for a hash for perfect hashing.
7 Source is http://burtleburtle.net/bob/c/perfect.h
22 #define RETRY_PERFECT 1 /* number of times to try to make a perfect hash */
31 * and assign it the value of the perfect hash using the function inputs.
52 /* user directives: perfect hash? minimal perfect hash? input is an int? */
69 NORMAL_HP, /* just find a perfect hash */
70 MINIMAL_HP /* find a minimal perfect hash */
71 } perfect; member in struct:hashform
[all...]
H A Dperfect.c4 perfect.c: code to generate code for a hash for perfect hashing.
8 Source is http://burtleburtle.net/bob/c/perfect.c
10 This generates a minimal perfect hash function. That means, given a
14 The perfect hash function first uses a normal hash function on the key
16 keys, then it computes a^scramble[tab[b]] to get the final perfect hash.
22 perfect hash functions for large databases", Fox, Heath, Chen, and Daoud,
34 array that we fill in in such a way as to make the hash perfect.
43 find a perfect matching in this graph. If we succeed, we have
44 determined a perfect has
536 static int perfect( function
[all...]

Completed in 240 milliseconds