Home
last modified time | relevance | path

Searched defs:diff_window (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/fe/
H A Dyin.c68 float **diff_window; /**< Window of difference function outputs. */ member
70 fixed32 **diff_window; /**< Window of difference function outputs. */ member
212 thresholded_search(float *diff_window, float threshold, int start, int end) in thresholded_search()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/fe/
H A Dyin.c68 float **diff_window; /**< Window of difference function outputs. */ member
70 fixed32 **diff_window; /**< Window of difference function outputs. */ member
212 thresholded_search(float *diff_window, float threshold, int start, int end) in thresholded_search()
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/fe/
H A Dyin.c61 fixed32 **diff_window; /**< Window of difference function outputs. */ member
171 thresholded_search(int32 *diff_window, fixed32 threshold, int start, int end) in thresholded_search()
/dports/editors/rehex/rehex-0.4.0/src/
H A DDiffWindow.hpp93 DiffWindow *diff_window; member in REHex::DiffWindow::DiffDataRegion
H A DDiffWindow.cpp1479 …::DiffDataRegion::DiffDataRegion(off_t d_offset, off_t d_length, DiffWindow *diff_window, Range *r… in DiffDataRegion()
H A DTab.cpp511 static DiffWindow *diff_window = NULL; in compare_range() local
/dports/textproc/wiggle/wiggle-1.3/demo/
H A Dvpatch.c349 void diff_window(struct plist *p, FILE *f) in diff_window() function
/dports/textproc/wiggle/wiggle-1.3/demo.patched/
H A Dvpatch.c348 void diff_window(struct plist *p, FILE *f) in diff_window() function
/dports/textproc/wiggle/wiggle-1.3/demo.orig/
H A Dvpatch.c347 void diff_window(struct plist *p, FILE *f) in diff_window() function
/dports/editors/rehex/rehex-0.4.0/tests/
H A DDiffWindow.cpp43 DiffWindow *diff_window; member in DiffWindowTest