Searched refs:roff (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsys_ia64.c174 unsigned long roff; local
181 roff = REGION_OFFSET(addr);
182 if ((len > RGN_MAP_LIMIT) || (roff > (RGN_MAP_LIMIT - len)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl212 =item roff font should be 1 or 2 chars, not `%s' (F)
215 a one- or two-digit roff font.
362 die "roff font should be 1 or 2 chars, not `$CFont_embed'";
661 elsif ($begun =~ /^(roff|man)$/) {
691 if ($1 eq "man" or $1 eq "roff") {
700 if ($1 eq "man" or $1 eq "roff") {
714 # protect leading periods and quotes against *roff
947 # translate the minus in foo-bar into foo\-bar for roff
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl212 =item roff font should be 1 or 2 chars, not `%s' (F)
215 a one- or two-digit roff font.
362 die "roff font should be 1 or 2 chars, not `$CFont_embed'";
662 elsif ($begun =~ /^(roff|man)$/) {
692 if ($1 eq "man" or $1 eq "roff") {
701 if ($1 eq "man" or $1 eq "roff") {
715 # protect leading periods and quotes against *roff
948 # translate the minus in foo-bar into foo\-bar for roff
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c1392 s32 x, b, p, ron, roff; local
1423 roff = x * (fifo_depth - 4);
1425 if ((ron + m->Rloop) >= roff) {
1430 DBG("p: %x rloop: %x x: %x ron: %x roff: %x\n",
1431 p, m->Rloop, x, ron, roff);
1434 dsp->dda_on_off = ron << 16 | roff;

Completed in 58 milliseconds