Searched refs:son (Results 1 - 7 of 7) 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 Dregdecomp.c60 if (x->end && x->son)
68 } while (x = x->son);
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
H A Dregcomp.c181 triedrop(disc, e->son);
1952 if (!t->son && !(t->son = trienode(env, *s)))
1954 t = t->son;
2972 else if (x->son)
2975 else if (x->son)
2976 b = bmtrie(env, a, v, x->son, n, m + 1, b);
H A Dregnexec.c515 x = x->son;
530 x = x->son;
546 if (x->son)
547 switch (parsetrie(env, x->son, rex, cont, s))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1426 =item {son} : Songhai

Completed in 423 milliseconds