Searched refs:NBG (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dlocate.h40 #define NBG 128 /* number of bigrams considered */ macro
H A Dfastfind.c53 u_char bigram1[NBG], bigram2[NBG], path[MAXPATHLEN];
55 for (c = 0, p = bigram1, s = bigram2; c < NBG; c++) {
61 size = NBG + NBG;
92 (size + big - (2 * NBG)) / (chars / (float)100));
95 (size - (2 * NBG)) / (chars / (float)100));
146 u_char bigram1[NBG], bigram2[NBG], path[MAXPATHLEN];
157 if (len < (2*NBG))
[all...]
/macosx-10.9.5/shell_cmds-175/locate/code/
H A Dlocate.code.c103 #define BGBUFSIZE (NBG * 2) /* size of bigram buffer */

Completed in 64 milliseconds