Home
last modified time | relevance | path

Searched refs:Literal (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/tools/cscope-fast/
H A Dcgrep.c88 Literal, Dot, Charclass, EOP, enumerator
541 case Literal: return ((BOOL)(a == e->lit)); in match()
591 case Literal: in first_lit()
773 case Literal: in epr()
968 case '^': case '$': toktype = Literal; toklit = NL; break; in lex()
969 default: toktype = Literal; toklit = r->cmap[toklit]; break; in lex()
1052 case Literal: in d3()
1053 e = newexpr(Literal, toklit, (Expr *)NULL, (Expr *)NULL); in d3()
1065 e = newexpr(Literal, toklit, (Expr *)NULL, in d3()
1111 while ((toktype == Literal) || (toktype == Dot) || (toktype == Lpar) || in d1()
[all …]
/titanic_44/usr/src/common/lzma/
H A DLzmaDec.c112 #define Literal (RepLenCoder + kNumLenProbs) macro
119 #if Literal != LZMA_BASE_SIZE
182 prob = probs + Literal; in LzmaDec_DecodeReal()
528 prob = probs + Literal; in LzmaDec_TryDummy()
728 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()