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

  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_make 13 does not depend on external libraries, perfect for putting in an
barelinux_make 18 depend on external libraries, perfect for putting in an embedded
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 4 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 hash for the whole set of keys
536 static int perfect( function
    [all...]
perfect.h 3 perfect.h: code to generate code for a hash for perfect hashing.
7 Source is http://burtleburtle.net/bob/c/perfect.h
15 #ifndef PERFECT
16 #define PERFECT
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 *
71 } perfect; member in struct:hashform
    [all...]
genperf.c 3 * Generate Minimal Perfect Hash (genperf)
32 #include "tools/genperf/perfect.h"
73 /* make the c output for the perfect hash tab array */
83 /* table for the mapping for the perfect hash */
170 /* perfect hash configuration */
173 form.perfect = MINIMAL_HP;
525 /* Get perfect hash */
  /external/chromium_org/third_party/libjpeg_turbo/
transupp.h 130 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member in struct:__anon17398
jpegtran.c 73 fprintf(stderr, " -perfect Fail if there is non-transformable edge blocks\n");
142 transformoption.perfect = FALSE;
263 } else if (keymatch(arg, "perfect", 2)) {
266 transformoption.perfect = TRUE;
469 /* Fail right away if -perfect is given and transformation is not perfect.
472 fprintf(stderr, "%s: transformation is not perfect\n", progname);
turbojpeg.c     [all...]
transupp.c     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data.cc 116 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/yasm/
genperf.host.darwin-x86.mk 30 third_party/yasm/source/patched-yasm/tools/genperf/perfect.c
genperf.host.darwin-x86_64.mk 30 third_party/yasm/source/patched-yasm/tools/genperf/perfect.c
genperf.host.linux-x86.mk 30 third_party/yasm/source/patched-yasm/tools/genperf/perfect.c
genperf.host.linux-x86_64.mk 30 third_party/yasm/source/patched-yasm/tools/genperf/perfect.c
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 415 genperf_DEPENDENCIES = genperf.$(OBJEXT) gp-perfect.$(OBJEXT) \
684 tools/genperf/genperf.c tools/genperf/perfect.c \
685 tools/genperf/perfect.h tools/genperf/standard.h \
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/bison/build-aux/
texinfo.tex 234 % aren't perfect, it's not the end of the world, being an error message,
796 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 786 // but, in general there is no perfect solution here. With 64-bit ints, we get rounding and errors
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 848 // but, in general there is no perfect solution here. With 64-bit ints, we get rounding and errors
    [all...]

Completed in 3510 milliseconds