↓ 1 callersFunctioncompute_block_of_rows(
a: &[Bits],
ap0: &[B],
ap1: &[B],
cbs: &[Bits; L * N],
h: &mut [H],
v: &mut [V; L *
pa-bitpacking/src/simd.rs:215
↓ 1 callersFunctionfill_block_of_rows(
a: &[Bits],
ap0: &[B],
ap1: &[B],
cbs: &[Bits; L * N],
h: &mut [H],
v: &mut [V; L *
pa-bitpacking/src/simd.rs:434
↓ 1 callersFunctionfind_matches_qgramindex(
a: Seq<'a>,
b: Seq<'a>,
config @ MatchConfig { length, r, .. }: MatchConfig,
transform_filte
pa-heuristic/src/matches/inexact.rs:86