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

1234567891011>>

/macosx-10.10/libffi-18.1/tests/testsuite/libffi.call/
H A Dreturn_ll.c9 static long long return_ll(long long ll) argument
11 return ll;
20 long long ll; local
23 values[0] = ≪
31 for (ll = 1LL; ll < 100LL; ll++)
34 CHECK(rlonglong == ll);
37 for (ll = 55555555555000LL; ll < 5555555555510
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dreturn_ll.c9 static long long return_ll(long long ll) argument
11 return ll;
20 long long ll; local
25 values[0] = &ll;
31 for (ll = 0LL; ll < 100LL; ll++)
35 CHECK(rlonglong == ll);
38 for (ll = 55555555555000LL; ll < 5555555555510
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dreturn_ll.c9 static long long return_ll(long long ll) argument
11 return ll;
20 long long ll; local
25 values[0] = &ll;
31 for (ll = 0LL; ll < 100LL; ll++)
35 CHECK(rlonglong == ll);
38 for (ll = 55555555555000LL; ll < 5555555555510
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dreturn_ll.c9 static long long return_ll(long long ll) argument
11 return ll;
20 long long ll; local
23 values[0] = &ll;
31 for (ll = 1LL; ll < 100LL; ll++)
34 CHECK(rlonglong == ll);
37 for (ll = 55555555555000LL; ll < 5555555555510
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Decb_enc.c66 DES_LONG ll[2]; local
70 c2l(in,l); ll[0]=l;
71 c2l(in,l); ll[1]=l;
72 DES_encrypt1(ll,ks,enc);
73 l=ll[0]; l2c(l,out);
74 l=ll[1]; l2c(l,out);
75 l=ll[0]=ll[1]=0;
H A Decb3_enc.c67 DES_LONG ll[2]; local
73 ll[0]=l0;
74 ll[1]=l1;
76 DES_encrypt3(ll,ks1,ks2,ks3);
78 DES_decrypt3(ll,ks1,ks2,ks3);
79 l0=ll[0];
80 l1=ll[1];
/macosx-10.10/dtrace-147/test/tst/common/types/
H A Dtst.conv.d45 long long ll;
86 ll = i;
87 printf("i is %d ll is %x\n", i, ll);
91 ll = 8589934591;
92 i = ll;
93 printf("ll is %d i is %x\n", ll, i);
98 ll = c;
99 printf("c is %c ll i
[all...]
H A Dtst.complex.d48 long long ll;
58 long long ll;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrtonum.c37 long long ll = 0; local
55 ll = strtoll(numstr, &ep, 10);
58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval)
67 ll = 0;
69 return (ll);
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/
H A Ddg.exp4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/
H A Ddg.exp4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_atime.h53 LONGLONG ll; local
55 ll = t * 10;
56 pft->dwLowDateTime = (DWORD)ll;
57 pft->dwHighDateTime = (DWORD) (ll >> 32);
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtint.c86 fmtint(intmax_t ll, int unsign) argument
90 int j=0,k=3*sizeof(ll);
91 if(unsign || ll>=0)
92 n = ll;
95 n = -ll;
/macosx-10.10/OpenSSL098-52/src/crypto/md4/
H A Dmd4_locl.h79 unsigned long ll; \
80 ll=(c)->A; HOST_l2c(ll,(s)); \
81 ll=(c)->B; HOST_l2c(ll,(s)); \
82 ll=(c)->C; HOST_l2c(ll,(s)); \
83 ll=(c)->D; HOST_l2c(ll,(s)); \
/macosx-10.10/OpenSSL098-52/src/crypto/md5/
H A Dmd5_locl.h86 unsigned long ll; \
87 ll=(c)->A; HOST_l2c(ll,(s)); \
88 ll=(c)->B; HOST_l2c(ll,(s)); \
89 ll=(c)->C; HOST_l2c(ll,(s)); \
90 ll=(c)->D; HOST_l2c(ll,(s)); \
/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/ksh-23/ksh/src/cmd/ksh93/tests/
H A Drecttype.sh41 Pt_t ll=(x=0 y=0)
45 print -r $(( abs((_.ur.x-_.ll.x)*(_.ur.y-_.ll.y)) ))
55 Pt_t ll=(x=7 y=7)
59 [[ ${s.ll.y} == 7 ]] || err_exit '${s.ll.y} != 7'
/macosx-10.10/OpenSSL098-52/src/crypto/ripemd/
H A Drmd_locl.h90 unsigned long ll; \
91 ll=(c)->A; HOST_l2c(ll,(s)); \
92 ll=(c)->B; HOST_l2c(ll,(s)); \
93 ll=(c)->C; HOST_l2c(ll,(s)); \
94 ll=(c)->D; HOST_l2c(ll,(s)); \
95 ll
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Deui64.h117 #define eui64_get(ll, cp) do { \
118 eui64_copy((*cp), (ll)); \
122 #define eui64_put(ll, cp) do { \
123 eui64_copy((ll), (*cp)); \
/macosx-10.10/bootp-298/bootplib/
H A DDHCPDUID.h78 DHCPDUID_LL ll; member in union:__anon6972
142 DHCPDUID_LLGetHardwareType(const DHCPDUID_LLRef ll) argument
144 return (net_uint16_get(ll->hardware_type));
149 DHCPDUID_LLSetHardwareType(DHCPDUID_LLRef ll, uint16_t hardware_type) argument
151 net_uint16_set(ll->hardware_type, hardware_type);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvopengltexture.py37 ll, lr, ur, ul = CVOpenGLTextureGetCleanTexCoords(texture, None, None, None, None)
38 self.failUnlessIsInstance(ll, tuple)
39 self.failUnlessIsEqual(len(ll), 2)
40 self.failUnlessIsInstance(ll[0], float)
41 self.failUnlessIsInstance(ll[1], float)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvopengltexture.py37 ll, lr, ur, ul = CVOpenGLTextureGetCleanTexCoords(texture, None, None, None, None)
38 self.assertIsInstance(ll, tuple)
39 self.assertIsEqual(len(ll), 2)
40 self.assertIsInstance(ll[0], float)
41 self.assertIsInstance(ll[1], float)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cvopengltexture.py43 ll, lr, ur, ul = CVOpenGLTextureGetCleanTexCoords(texture, None, None, None, None)
44 self.assertIsInstance(ll, tuple)
45 self.assertIsEqual(len(ll), 2)
46 self.assertIsInstance(ll[0], float)
47 self.assertIsInstance(ll[1], float)
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dtestcurl.pl356 # Make $pwd to become the path without newline. We'll use that in order to cut
466 my $ll = $_;
468 next if ($ll =~ /aclocal\/gtk\.m4/);
469 next if ($ll =~ /aclocal\/gtkextra\.m4/);
470 print $ll;
471 print LOG $ll;
588 my $ll = $_;
589 print $ll if(($ll !~ /^ *#/) && ($ll !~ /
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/startup-files/apple/
H A Daliases24 ll () { ls -lag "$@" | more ; }

Completed in 497 milliseconds

1234567891011>>