Searched defs:son (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzFind.h47 CLzRef *son; member in struct:_CMatchFinder
95 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c253 p->son = p->hash + p->hashSizeSum;
338 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
342 son[_cyclicBufferPos] = curMatch;
350 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
369 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
373 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
374 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
385 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
424 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
427 CLzRef *ptr0 = son
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h467 * son points to a subtree of all strings with a common
479 struct Trie_node_s* son; member in struct:Trie_node_s

Completed in 19 milliseconds