Searched refs:son (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub2/include/grub/lib/ |
H A D | LzFind.h | 47 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 D | LzFind.c | 253 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 D | regdecomp.c | 60 if (x->end && x->son) 68 } while (x = x->son);
|
H A D | reglib.h | 467 * 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 D | regcomp.c | 181 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 D | regnexec.c | 515 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 D | List.pm | 1426 =item {son} : Songhai
|
Completed in 41 milliseconds