Searched refs:em (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dglue.c4 extern driver_t *DRIVER_MODULE_NAME(em, pci);
18 DRIVER_MODULE_NAME(em, pci),
H A Dif_em.c320 "em", em_methods, sizeof(struct adapter),
324 DRIVER_MODULE(em, pci, em_driver, em_devclass, 0, 0);
325 MODULE_DEPEND(em, pci, 1, 1, 1);
326 MODULE_DEPEND(em, ether, 1, 1, 1);
341 static SYSCTL_NODE(_hw, OID_AUTO, em, CTLFLAG_RD, 0, "EM driver parameters");
345 TUNABLE_INT("hw.em.tx_int_delay", &em_tx_int_delay_dflt);
346 TUNABLE_INT("hw.em.rx_int_delay", &em_rx_int_delay_dflt);
354 TUNABLE_INT("hw.em.tx_abs_int_delay", &em_tx_abs_int_delay_dflt);
355 TUNABLE_INT("hw.em.rx_abs_int_delay", &em_rx_abs_int_delay_dflt);
365 TUNABLE_INT("hw.em
[all...]
/haiku-fatelf/docs/userguide/
H A DHaiku-doc.css70 min-width: 59em;
76 min-width: 59em;
77 max-width: 70em;
96 min-width: 59em;
104 min-width: 59em;
105 max-width: 70em;
114 font-size: 0.8em;
127 font-size: 0.8em;
166 min-width: 59em;
167 max-width: 70em;
[all...]
/haiku-fatelf/docs/welcome/
H A DHaiku-doc.css70 min-width: 59em;
76 min-width: 59em;
77 max-width: 70em;
96 min-width: 59em;
104 min-width: 59em;
105 max-width: 70em;
114 font-size: 0.8em;
127 font-size: 0.8em;
166 min-width: 59em;
167 max-width: 70em;
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprint/html/
H A Ddoxygen.css33 -moz-column-gap: 1em;
34 -webkit-column-gap: 1em;
162 padding: 0.2em;
164 border-radius: 0.5em;
165 -webkit-border-radius: .5em;
166 -moz-border-radius: .5em;
478 .paramname em {
525 margin-top: 1em;
574 margin-top: 1em;
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprintui2/html/
H A Ddoxygen.css33 -moz-column-gap: 1em;
34 -webkit-column-gap: 1em;
162 padding: 0.2em;
164 border-radius: 0.5em;
165 -webkit-border-radius: .5em;
166 -moz-border-radius: .5em;
478 .paramname em {
525 margin-top: 1em;
574 margin-top: 1em;
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_luv.c684 LogL16fromY(double Y, int em) /* get 16-bit LogL from Y */ argument
691 return itrunc(256.*(log2(Y) + 64.), em);
693 return (~0x7fff | itrunc(256.*(log2(-Y) + 64.), em));
765 LogL10fromY(double Y, int em) /* get 10-bit LogL from Y */ argument
772 return itrunc(64.*(log2(Y) + 12.), em);
836 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ argument
842 vi = itrunc((v - UV_VSTART)*(1./UV_SQSIZ), em);
847 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em);
919 LogLuv24fromXYZ(float XYZ[3], int em) argument
924 Le = LogL10fromY(XYZ[1], em);
1063 LogLuv32fromXYZ(float XYZ[3], int em) argument
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_luv.c665 LogL16fromY(double Y, int em) /* get 16-bit LogL from Y */ argument
672 return itrunc(256.*(log2(Y) + 64.), em);
674 return (~0x7fff | itrunc(256.*(log2(-Y) + 64.), em));
743 LogL10fromY(double Y, int em) /* get 10-bit LogL from Y */ argument
750 return itrunc(64.*(log2(Y) + 12.), em);
814 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ argument
820 vi = itrunc((v - UV_VSTART)*(1./UV_SQSIZ), em);
825 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em);
896 LogLuv24fromXYZ(float XYZ[3], int em) argument
901 Le = LogL10fromY(XYZ[1], em);
1034 LogLuv32fromXYZ(float XYZ[3], int em) argument
[all...]
/haiku-fatelf/docs/user/
H A Dapidoc.dox134 -# The maximum width of the contents between blocks is 80 columns. <em>Try
135 not to cross this limit</em>, because it will severely limit
291 - <em>Emphasis</em>
293 - \c \<em\> and \c \<\\em\> for phrases.
425 First of all, everything you write should be in <em>proper English
426 sentences</em>. Spelling, grammar, punctuation, make sure you adhere to the
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex2240 \hangindent=2em
2275 % Like \dotfill except takes at least 1 em.
2277 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
2960 % This space should be plenty, since a single number is .5em, and the
2961 % widest letter (M) is 1em, at least in the Computer Modern fonts.
2964 \advance\dimen0 by 1.1em
3043 % \tt widths. Each \tt character is 1en, so two makes it 1em.
3052 %\global\setbox\dblarrowbox = \hbox to 1em{\hfil$\Rightarrow$\hfil}
3053 %\global\setbox\longdblarrowbox = \hbox to 1em{\hfil$\mapsto$\hfil}
3054 %\global\setbox\pushcharbox = \hbox to 1em{\hfi
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex645 % We do .5em per period so that it has the same spacing in a typewriter
650 \hbox to 1.5em{%
661 \hbox to 2em{%
760 \defaultparindent = #1em
778 \lispnarrowing = #1em
1273 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
1277 \kern-.06em\raise0.4pt\hbox{\angleright}}}}
3039 \hangindent = 2em
3081 % Like \dotfill except takes at least 1 em.
3083 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plu
[all...]
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex618 L\kern-.36em
621 \kern-.15em
945 \defaultparindent = #1em
962 \lispnarrowing = #1em
1076 % We do .5em per period so that it has the same spacing in a typewriter
1081 \hbox to 1.5em{%
1738 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
1742 \kern-.06em\raise0.4pt\hbox{\angleright}}}}
3533 \hangindent = 2em
3587 % Like \dotfill except takes at least 1 em
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_atan2.c76 em=-59768832; /* -57*16**5 */ local
135 else if (de<=em) {
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex659 % We do .5em per period so that it has the same spacing in a typewriter
664 \hbox to 1.5em{%
675 \hbox to 2em{%
812 \defaultparindent = #1em
830 \lispnarrowing = #1em
1383 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
1387 \kern-.06em\raise0.4pt\hbox{\angleright}}}}
3200 \hangindent = 2em
3242 % Like \dotfill except takes at least 1 em.
3244 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plu
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex626 L\kern-.36em
629 \kern-.15em
968 \defaultparindent = #1em
985 \lispnarrowing = #1em
1099 % We do .5em per period so that it has the same spacing in the cm
1101 % in other typewriter fonts three periods are wider than 1.5em. So do
1107 \ifdim\wd0 > 1.5em
1110 \dimen0 = 1.5em
2013 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
2017 \kern-.06em\raise
[all...]
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex581 sum is {\em not} to be accepted.}
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src6015 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
6832 sgr=\E%?%p1%p5%|%t)%e(%; \010\E%?%p1%p3%|%tj%ek%;\010\E%?%p2%tl%em%;\010\E%?%p7%t_%e%?%p4%t\^%eq%;%;,
H A Dterminfo.tmp6015 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
6832 sgr=\E%?%p1%p5%|%t)%e(%; \010\E%?%p1%p3%|%tj%ek%;\010\E%?%p2%tl%em%;\010\E%?%p7%t_%e%?%p4%t\^%eq%;%;,

Completed in 347 milliseconds