Home
last modified time | relevance | path

Searched refs:penalty (Results 1 – 19 of 19) sorted by relevance

/external/ipsec-tools/src/racoon/
Dthrottle.c85 te->penalty = time(NULL) + isakmp_cfg_config.auth_throttle;
111 if (te->penalty < now) {
146 remaining = te->penalty - now;
152 te->penalty = now + new;
156 return te->penalty;
Dthrottle.h38 int penalty; member
/external/e2fsprogs/lib/et/
Dtexinfo.tex123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~.
659 \vadjust{\penalty 10000}%
753 \vadjust{\penalty 300}}%
872 \penalty\count10}}
892 \penalty\count10}}
956 \removelastskip \penalty-200 \vskip \initialskipamount\fi
993 \onepageout\pagesofar \unvbox255 \penalty\outputpenalty}
1082 \penalty 10000 %
1097 \penalty 10000 %
1109 \penalty 10000 %
[all …]
/external/e2fsprogs/doc/
Dtexinfo.tex67 % at the beginning of a line will start with \penalty -- and
68 % since \penalty is valid in vertical mode, we'd end up putting the
69 % penalty on the vertical list instead of in the new paragraph.
74 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
534 %\vtop to #1\mil{\vfil}\kern -#1\mil\penalty 10000
549 % TeX does not even consider page breaks if a penalty added to the
553 % page after the empty box. So we use a penalty of 9999.
556 % page at this \penalty, if there are no other feasible breakpoints in
560 % example where a page broke at this \penalty; if it happens in a real
1898 \vadjust{\penalty 1200}}%
[all …]
/external/grub/docs/
Dtexinfo.tex260 \removelastskip\penalty-50\smallskip\fi\fi}
262 \removelastskip\penalty-100\medskip\fi\fi}
264 \removelastskip\penalty-200\bigskip\fi\fi}
477 % expansion of \tie (\leavevmode \penalty \@M \ ).
630 % at the beginning of a line will start with \penalty -- and
631 % since \penalty is valid in vertical mode, we'd end up putting the
632 % penalty on the vertical list instead of in the new paragraph.
637 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
761 % TeX does not even consider page breaks if a penalty added to the
765 % page after the empty box. So we use a penalty of 9999.
[all …]
/external/bison/build-aux/
Dtexinfo.tex268 \removelastskip\penalty-50\smallskip\fi\fi}
270 \removelastskip\penalty-100\medskip\fi\fi}
272 \removelastskip\penalty-200\bigskip\fi\fi}
482 % expansion of \tie (\leavevmode \penalty \@M \ ).
635 % at the beginning of a line will start with \penalty -- and
636 % since \penalty is valid in vertical mode, we'd end up putting the
637 % penalty on the vertical list instead of in the new paragraph.
642 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
781 % TeX does not even consider page breaks if a penalty added to the
785 % page after the empty box. So we use a penalty of 9999.
[all …]
/external/libffi/
Dtexinfo.tex262 \removelastskip\penalty-50\smallskip\fi\fi}
264 \removelastskip\penalty-100\medskip\fi\fi}
266 \removelastskip\penalty-200\bigskip\fi\fi}
482 % expansion of \tie (\leavevmode \penalty \@M \ ).
635 % at the beginning of a line will start with \penalty -- and
636 % since \penalty is valid in vertical mode, we'd end up putting the
637 % penalty on the vertical list instead of in the new paragraph.
642 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
781 % TeX does not even consider page breaks if a penalty added to the
785 % page after the empty box. So we use a penalty of 9999.
[all …]
/external/openssl/crypto/des/asm/
Dreadme102 which may not incur the partial write penalty. On the pentium,
/external/blktrace/btreplay/doc/
Dbtreplay.tex136 turnaround time penalty (user-space to kernel and back). Note that in a
/external/jpeg/
Dstructure.doc930 Huffman decoder; this implies a speed penalty whether the feature is used
934 library would suffer a complexity penalty whether it cared about DNL or
/external/bison/data/m4sugar/
Dm4sugar.m41071 # performance penalty this is implemented only for m4_defun'd macros,
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info758 minor performance penalty in the scanner's matching speed.
1670 entails a substantial performance penalty; use of `yymore()', the
Dflex.texi921 performance penalty in the scanner's matching speed.
1979 entails a substantial performance penalty; use of @samp{yymore()},
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man831 scanner's action entails a minor performance penalty in the
2009 penalty; use of yymore(), the ^ operator, and the -I
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm4768 …// penalty of linking to another framework. This function changed signature as well as framework b…
/external/srec/config/en.us/dictionary/
Dlarge.ok21871 penalty penLt/
/external/webkit/JavaScriptCore/
DChangeLog20339 … speeds up the common case of an ASCII-only string by up to 60% while adding a less than 5% penalty
DChangeLog-2008-08-1031325 2. It incurred a performance penalty, since merely parsing a function
/external/webkit/WebCore/
DChangeLog-2005-08-2330141 This avoids the O(N^2) penalty for named item traversal for form collections.