Searched refs:lit (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sbin/hastd/
H A Dlzf.c129 int lit; local
142 lit = 0; op++; /* start run */
174 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
177 op [- lit - 1] = lit - 1; /* stop run */
178 op -= !lit; /* undo run if length is zero */
226 lit = 0; op++; /* start run */
267 lit++; *op++ = *ip++;
269 if (expect_false (lit == MAX_LIT))
271 op [- lit
[all...]
/freebsd-10.0-release/contrib/diff/src/
H A Difdef.c394 scan_char_literal (char const *lit, char *valptr) argument
396 register char const *p = lit;
416 digits = p - lit - 2;
/freebsd-10.0-release/contrib/mdocml/
H A Dstyle.css41 .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
H A Dexample.style.css35 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-alpha.c1199 offsetT lit;
1201 /* Attempt to reduce .lit load by splitting the offset from
1207 lit = add_to_literal_pool (exp->X_add_symbol, addend,
1212 lit = add_to_literal_pool (exp->X_add_symbol, 0,
1215 if (lit >= 0x8000)
1218 /* Emit "ldq r, lit(gp)". */
1232 set_tok_sym (newtok[1], alpha_lita_symbol, lit);
1367 offsetT lit;
1372 /* Emit "ldq targreg, lit(basereg)". */
1373 lit
1192 offsetT lit; local
1360 offsetT lit; local
[all...]
H A Dtc-ia64.c11695 md_atof (type, lit, size)
11697 char *lit;
11736 (*ia64_float_to_chars) (lit, words, prec);
11741 memset (&lit [10], 0, 6);
11820 ia64_float_to_chars_bigendian (char *lit, LITTLENUM_TYPE *words, argument
11825 number_to_chars_bigendian (lit, (long) (*words++),
11827 lit += sizeof (LITTLENUM_TYPE);
11832 ia64_float_to_chars_littleendian (char *lit, LITTLENUM_TYPE *words, argument
11837 number_to_chars_littleendian (lit, (long) (words[prec]),
11839 lit
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfomap.c1614 static char lit[] = { SK_ESCAPE, NUL }; local
1629 default: t = lit; break;
/freebsd-10.0-release/sys/net/
H A Dzlib.c2728 Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ",
4649 uInt lit; /* if LIT, literal */ member in union:inflate_codes_state::__anon10093
4735 c->sub.lit = t->base;
4826 OUTBYTE(c->sub.lit)
/freebsd-10.0-release/contrib/gcc/
H A Dconfigure14106 cat > conftest.lit <<EOF
14124 && { diff -b conftest.lit conftest.got > /dev/null 2>&1 \

Completed in 559 milliseconds