Searched refs:hashmap (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/ncurses/ncurses/ |
H A D | Makefile.in | 206 hashmap$x \ 344 hashmap$x : $(serial)/hashmap.c $(serial)/hardscroll.c $(TEST_DEPS) 345 …@ECHO_LD@ $(LIBTOOL_LINK) -o $@ $(CFLAGS_DEFAULT) -DHASHDEBUG $(serial)/hashmap.c $(serial)/hardsc…
|
H A D | modules | 37 hashmap lib $(serial) $(HEADER_DEPS)
|
H A D | llib-lncursest | 60 /* ./tty/hashmap.c */
|
H A D | llib-lncurses | 60 /* ./tty/hashmap.c */
|
H A D | llib-lncursestw | 60 /* ./tty/hashmap.c */
|
H A D | llib-lncursesw | 60 /* ./tty/hashmap.c */
|
/freebsd/contrib/ldns/ldns/ |
H A D | host2str.h | 104 ldns_rbtree_t* hashmap; /* for LDNS_COMMENT_NSEC3_CHAIN */ member 138 fmt->hashmap = NULL; in ldns_output_format_init()
|
/freebsd/lib/ncurses/ncurses/ |
H A D | Makefile | 113 hashmap.c \
|
/freebsd/contrib/ncurses/doc/ |
H A D | hackguide.doc | 229 to understand how it works better, build hashmap and read the header 230 comments of hardscroll.c and hashmap.c; then try it out. You can also 291 hardscroll.c hashmap.c lib_addch.c lib_doupdate.c lib_getch.c 384 The brains of this operation are the modules hashmap.c, hardscroll.c 387 * The hashmap.c module tries to detect vertical motion changes 392 information, the hashmap code adds deductions made using a
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1509 ### use option --enable-hashmap to turn on use of hashmap scrolling logic 1510 AC_MSG_CHECKING(if you want hashmap scrolling-optimization code) 1511 AC_ARG_ENABLE(hashmap, optenable 1512 [ --disable-hashmap compile without hashmap scrolling-optimization], 1516 test "x$with_hashmap" = xyes && AC_DEFINE(USE_HASHMAP,1,[Define to 1 to compile with hashmap scroll… 1580 # when hashmap is used scroll hints are useless
|
H A D | NEWS | 7379 + minor fixes for ncurses/hashmap test-program. 10506 + move hashtab static data out of hashmap.c into SCREEN struct. 10906 --disable-hashmap. 11084 + rename configure option --enable-hashmap --disable-hashmap, and 12234 + further refinements to inequality in hashmap.c to cover a case with 12241 + change inequality in hashmap.c which checks the distance traveled by 12438 + disable scroll hints when hashmap is enabled (patch by Alexander 12630 + add configure-check for bcopy/memmove, for 980919 changes to hashmap. 12653 + make test_progs compile (but hashmap does not function). 12672 + disable scroll-hints when hashmap is configured. [all …]
|
H A D | INSTALL | 333 --disable-hashmap 334 Compile without hashmap scrolling-optimization code. This algorithm is 502 hashmap scrolling is configured, which is the default.
|
H A D | MANIFEST | 979 ./ncurses/tty/hashmap.c
|
H A D | configure | 844 --disable-hashmap compile without hashmap scrolling-optimization
|
/freebsd/contrib/ldns/ |
H A D | host2str.c | 1972 fmt_st->hashmap != NULL) { in ldns_rr2buffer_str_fmt() 1977 fmt_st->hashmap != NULL) { in ldns_rr2buffer_str_fmt() 1983 fmt_st->hashmap, in ldns_rr2buffer_str_fmt() 2001 fmt_st->hashmap, in ldns_rr2buffer_str_fmt()
|