HomeSort by: relevance | last modified time | path
    Searched defs:bigram (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/locate/bigram/
locate.bigram.c 1 /* $NetBSD: locate.bigram.c,v 1.13 2016/09/05 00:40:29 sevan Exp $ */
43 static char sccsid[] = "@(#)locate.bigram.c 8.2 (Berkeley) 4/28/95";
45 __RCSID("$NetBSD: locate.bigram.c,v 1.13 2016/09/05 00:40:29 sevan Exp $");
49 * bigram < text > bigrams
66 struct bigram { struct
71 struct bigram bigrams[256 * 256];
83 const struct bigram *it1=item1, *it2=item2;
98 struct bigram *bg;
101 /* initialize bigram array */
128 heapsort((void *)bigrams, 256 * 256, sizeof(struct bigram),
    [all...]

Completed in 37 milliseconds