#include <stdlib.h>
#include "hi_util_hbm.h"
Go to the source code of this file.
Functions | |
HBM_STRUCT * | hbm_prepx (HBM_STRUCT *p, unsigned char *pat, int m) |
HBM_STRUCT * | hbm_prep (unsigned char *pat, int m) |
unsigned char * | hbm_match (HBM_STRUCT *px, unsigned char *text, int n) |
|
Definition at line 61 of file hi_util_hbm.c. References HBM_STRUCT::bcShift, HBM_STRUCT::M, and HBM_STRUCT::P. Referenced by mwmSearch(). |
|
Definition at line 44 of file hi_util_hbm.c. References hbm_prepx(). |
|
Definition at line 20 of file hi_util_hbm.c. References HBM_STRUCT::bcShift, HBM_STRUCT::M, and HBM_STRUCT::P. Referenced by hbm_prep(). |