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

  /frameworks/wilhelm/tools/hashgen/
Makefile 40 part23in.c : part23in.gperf
41 gperf --null-strings --readonly-tables --no-strlen part23in.gperf > part23in.c
43 part23in.gperf : frag1
44 ./frag1 > part23in.gperf
68 $(RM) part23in.gperf part5gen.c part23in.c
  /external/libcap/libcap/
Makefile 19 GPERF_OUTPUT = _caps_output.gperf
44 perl -e 'print "struct __cap_token_s { const char *name; int index; };\n%{\nconst struct __cap_token_s *__cap_lookup_name(const char *, unsigned int);\n%}\n%%\n"; while ($$l = <>) { $$l =~ s/[\{\"]//g; $$l =~ s/\}.*// ; print $$l; }' < $< | gperf --ignore-case --language=ANSI-C --readonly --null-strings --global-table --hash-function-name=__cap_hash_name --lookup-function-name="__cap_lookup_name" -c -t -m20 $(INDENT) > $@
  /external/toybox/kconfig/
zconf.hash.c_shipped 1 /* ANSI-C code produced by gperf version 3.0.1 */
2 /* Command-line: gperf */
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
  /external/libcap/
Make.Rules 64 BUILD_GPERF := $(shell which gperf >/dev/null 2>/dev/null && echo yes)

Completed in 78 milliseconds