#include <string.h>
#include <assert.h>
#include <math.h>
#include "fret.h"
#include "scans_grind.h"
#include "common.h"
Include dependency graph for scans_common.c:

Functions | |
| const Gram * | scanCommonOffset (BufferId bufferIdA, BufferId bufferIdB, const Gram *const pNextGram, Gram *const pResultGram) |
| const Gram * | scanCommonHash (BufferId bufferIdA, BufferId bufferIdB, const Gram *const pNextGram, Gram *const pResultGram) |
Implements one Scan that looks for matching Grams in two different Buffers.
|
||||||||||||||||||||
|
Scans two Buffers looking for Grams that have the same type and hash value. |
|
||||||||||||||||||||
|
Scans two Buffers looking for Grams that have the same type and offset. |
1.4.4