Searched refs:ll (Results 1 - 25 of 311) sorted by path

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dltmain.sh2151 ll="$l"
2153 if test "X$ll" = "X$old_library" ; then # only static version available
2763 # We cannot seem to hardcode it, guess we'll fake it.
4237 # different ones for PIC/non-PIC, this we'll have to duplicate
6849 # If a disable-shared tag is given, we'll fallback to a static-only
6850 # configuration. But we'll never go from static-only to shared-only.
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassReader.java106 int ll = items.length;
107 strings = new String[ll];
110 for (int i = 1; i < ll; ++i) {
155 int ll = items.length;
156 Item[] items2 = new Item[ll];
157 for (int i = 1; i < ll; i++) {
225 classWriter.threshold = (int) (0.75d * ll);
226 classWriter.index = ll;
H A DClassWriter.java1131 int ll = items.length;
1132 int nl = ll * 2 + 1;
1134 for (int l = ll - 1; l >= 0; --l) {
/macosx-10.10/BootCache-109/
H A Dcontrol.c381 * If the playlist is missing or invalid, ignore it. We'll
399 * Remove the consumed playlist: it'll be replaced once BootCache
707 #define MAX_FILESIZE (10ll * 1024 * 1024)
903 * If the playlist is missing or invalid, ignore it. We'll
913 * Remove the consumed playlist: it'll be replaced once BootCache
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.pm141 Malcolm's code, which I'll probably change in future releases. In any case,
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm141 Malcolm's code, which I'll probably change in future releases. In any case,
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DREADME817 categories. If you do, you'll get into trouble with inherited methods.
941 On a Pentium 4 Linux box at 2.4 GHz, you'll get through
972 "get_logger("")", call it without parameters ("get_logger()"), you'll
1326 That diatribe aside, typically you'll use more_logging() or inc_level()
1475 establish a utf8 line discpline on the file, otherwise you'll get a
1876 subsystems which you need to control independantly, you'll love the
2100 ones, you'll have to go through the "Log::Dispatch" installation
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm261 of time compared to the executing computer's clock, it'll just
/macosx-10.10/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm110 ## Indicate that we'll accept an offer from remote side for it to echo
2819 ## Save whether we'll accept or reject this option.
3437 you're constructing a DOS like file path, you'll need to use four
3441 C<$>. You'll only need a single backslash to quote them. The anchor
3464 You'll need to be running at least Perl version 5.002 to use this
4314 we'll accept an offer to enable the echo option on the local side
4326 we'll reject an offer to enable the echo option on the local side
4338 we'll accept an offer to enable the echo option on the remote side
4350 we'll reject an offer to enable the echo option on the remote side
4761 file path, you'll nee
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm221 # Perl 5.004 systems may not have File::Spec so we'll make
683 # we'll stuff the source array into ARGV
2476 # virtually all on iteration 3. But we'll allow up to 6.
5310 # If didn't see multiple =cut lines, we'll put the pod out first
7332 # we'll remove these spaces, but mark them as recoverable
12019 # otherwise we'll make a note of it
14443 # We'll check for an old breakpoint and keep a leading
16031 # We'll insert a break in long runs of small terms to
16787 my $ll = $last_length_2[$is_odd];
16788 if ( defined($ll) ) {
[all...]
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DAutoInstall.pm245 # make an educated guess of whether we'll need root permission.
261 *** Since we're running under ${thing}, I'll just let it take care
305 *** Since we're running under CPAN, I'll just let it take care
/macosx-10.10/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1920 ## the line, we'll have to make sure that it's not on the first byte of
1921 ## a 2-byte character, 'cause we'll be placing a '<' marker there, and
2325 ## Internally, we'll want those values to translate to 1, 2, and 12.
2425 # I don't know which of these I actually need to do this to, so we'll
2949 ## see if that'll match anything.
3369 ## If the last thing we did was a completion operation, we'll
4228 my $ll = length($line);
4230 $D = $ll if $D > $ll;
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure4163 # after this tag, mechanisms are not by side-effect, so they'll
5293 # If test is not a shell built-in, we'll probably end up computing a
11531 for ac_lib in '' -lfl -ll; do
H A Dltmain.sh4605 ll="$l"
4607 if test "X$ll" = "X$old_library" ; then # only static version available
5260 # We cannot seem to hardcode it, guess we'll fake it.
6898 # different ones for PIC/non-PIC, this we'll have to duplicate
7857 # If a disable-shared tag is given, we'll fallback to a static-only
7858 # configuration. But we'll never go from static-only to shared-only.
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dcamellia-ntt.c95 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
97 w0 = ll; \
98 ll = (ll << bits) + (lr >> (32 - bits)); \
104 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
106 w0 = ll; \
108 ll = (lr << (bits - 32)) + (rl >> (64 - bits)); \
143 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
146 t0 &= ll; \
150 ll
[all...]
H A Drnd_keys.c78 DES_set_sequence_number(void *ll) argument
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex769 precision number you'll be working with.
1418 3. $a.used \leftarrow \left \lbrace \begin{array}{ll}
1956 \hspace{6mm}2.2.1 $c.sign \leftarrow \left \lbrace \begin{array}{ll}
5048 2. $winsize \leftarrow \left \lbrace \begin{array}{ll}
5375 6. $sign \leftarrow \left \lbrace \begin{array}{ll}
/macosx-10.10/Heimdal-398.1.2/lib/libedit/
H A Dltmain.sh4394 namespace. The first time any user complains about this, we'll
6212 ll="$l"
6214 if test "X$ll" = "X$old_library" ; then # only static version available
6906 # We cannot seem to hardcode it, guess we'll fake it.
8609 # different ones for PIC/non-PIC, this we'll have to duplicate
9619 # If a disable-shared tag is given, we'll fallback to a static-only
9620 # configuration. But we'll never go from static-only to shared-only.
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dfmtable.cpp549 // Sets the value to an int64 value ll.
552 Formattable::setInt64(int64_t ll) argument
556 fValue.fInt64 = ll;
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dfmtable.h109 * @param ll the int64_t number.
112 Formattable(int64_t ll);
516 * @param ll the new int64 value to be set.
519 void setInt64(int64_t ll);
/macosx-10.10/ICU-531.30/icuSources/layoutex/
H A Dplayout.cpp145 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
147 delete ll;
153 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
155 if (ll == NULL) {
159 return ll->countRuns();
165 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
167 if (ll == NULL) {
171 return ll->getAscent();
177 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
179 if (ll
189 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
201 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
213 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.cpp170 int64_t ll = 12; local
171 test->format(ll, result);
1592 expectPad(fmt, "'I''ll'*a###.##", DecimalFormat::kPadAfterPrefix,
7353 DecimalFormat fmt("'I''ll'*a###.##", status);
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/ARM64/
H A DA64DOpcode.cpp514 switch (ll()) {
527 if (!ll())
531 if (!ll())
535 switch (ll()) {
H A DA64DOpcode.h381 unsigned ll() { return m_opcode & 0x3; } function in class:JSC::ARM64Disassembler::A64OpcodeExceptionGeneration
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLCommonValues.cpp67 , nonNegativeInt32(constInt(int32, 0, SignExtend), constInt(int32, 1ll << 31, SignExtend))

Completed in 531 milliseconds

1234567891011>>