Searched refs:ll (Results 101 - 125 of 328) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcsc.vim44 sy match cscNumber contained "\d\+\(u\=l\{0,2}\|ll\=u\)\>"
46 sy match cscNumber contained "0x\x\+\(u\=l\{0,2}\|ll\=u\)\>"
48 sy match cscOctal contained "0\o\+\(u\=l\{0,2}\|ll\=u\)\>"
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-bn.c2335 BN_ULONG ll; local
2343 ll = bn_mul_words(a->d, a->d, a->top, w);
2344 if (ll) {
2348 a->d[a->top++] = ll;
2411 BN_ULLONG ll = 0; local
2419 ll += (BN_ULLONG)a[0] + b[0];
2420 r[0] = (BN_ULONG)ll & BN_MASK2;
2421 ll >>= BN_BITS2;
2426 ll += (BN_ULLONG)a[1] + b[1];
2427 r[1] = (BN_ULONG)ll
3595 BN_ULONG ll, lc, *lp, *mp; local
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/minizip/
H A Dzip.c213 local void init_linkedlist(linkedlist_data* ll) argument
215 ll->first_block = ll->last_block = NULL;
218 local void free_linkedlist(linkedlist_data* ll) argument
220 free_datablock(ll->first_block);
221 ll->first_block = ll->last_block = NULL;
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len) argument
230 if (ll==NULL)
233 if (ll
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dprotocol.c268 /* Would this overrun our buffer? If so, we'll die. */
285 /* We'll assume the common case where one bucket is enough. */
557 const char *ll; local
621 ll = r->the_request;
622 r->method = ap_getword_white(r->pool, &ll);
632 uri = ap_getword_white(r->pool, &ll);
643 if (ll[0]) {
645 pro = ll;
646 len = strlen(ll);
831 /* reset the alloc_len so that we'll allocat
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomplete.c220 int fl, fl2, ll, wl, lal, ral, err, both; local
277 line = parse_pattern(name, &s, &ll,
284 ral = ll;
286 ll = 0;
302 lal = ll;
304 ll = 0;
347 n->llen = ll;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DDNSDigest.c251 unsigned long ll; \
252 ll=(c)->A; HOST_l2c(ll,(s)); \
253 ll=(c)->B; HOST_l2c(ll,(s)); \
254 ll=(c)->C; HOST_l2c(ll,(s)); \
255 ll=(c)->D; HOST_l2c(ll,(s)); \
1383 // digest error (tcode) and other data len (zero) - we'll ad
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dauth.c1848 struct lastlog ll; local
1852 (void)lseek(fd, (off_t)(pw->pw_uid * sizeof(ll)), SEEK_SET);
1853 memset((void *)&ll, 0, sizeof(ll));
1854 (void)time(&ll.ll_time);
1855 (void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));
1856 (void)write(fd, (char *)&ll, sizeof(ll));
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
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.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c3386 char ll[3]; /* Base language */ local
3423 strlcpy(ll, language, sizeof(ll));
3437 snprintf(llkeyword, sizeof(llkeyword), "%s.Translation", ll);
3471 snprintf(llkeyword, sizeof(llkeyword), "%s.%s", ll,
3527 ll, option->keyword);
3623 strlcpy(ll, language, sizeof(ll));
3625 if (!cupsArrayFind(languages, ll) &&
3626 strcmp(ll, "z
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dglob.c327 int ll = strlen(s); local
329 news = (char *) hcalloc(ll + 2);
331 news[ll] = file_type(mode);
332 news[ll + 1] = '\0';
2285 int ll = 0, l = strlen(s), bl = 0, t = 0, i; local
2306 ll += strlen(replstr);
2309 ll += 1 + (e - b);
2311 ll += 1 + (l - (e - b));
2315 ll += (bl = strlen(buf));
2320 ll
[all...]
/macosx-10.9.5/CPANInternal-140/Exporter-Easy/lib/Exporter/
H A DEasy.pm42 @_ = (); # we'll be using this for vars to be use vars'd
337 has been defined previously (if it's not defined you'll get an error). If a
389 tags then only those symbols will be available. If it's set to 0 then you'll
/macosx-10.9.5/CPANInternal-140/Exporter-Easy-0.16/lib/Exporter/
H A DEasy.pm42 @_ = (); # we'll be using this for vars to be use vars'd
337 has been defined previously (if it's not defined you'll get an error). If a
389 tags then only those symbols will be available. If it's set to 0 then you'll
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c3259 dotproduct(x,y,A->ll,s1);
3281 gtog(B->ll,s2);
3283 dotproduct(A->ur,A->ul,B->ll,s0);
3285 dotproduct(A->ll,A->lr,B->ul,s2);
3286 dotproduct(A->ll,A->lr,B->ur,s3);
3289 gtog(s2,B->ll);
3305 printf(" ll:");
3306 gout(A->ll);
3321 gtog(A->ll,s0);
3322 mulg(q,A->ll);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c3259 dotproduct(x,y,A->ll,s1);
3281 gtog(B->ll,s2);
3283 dotproduct(A->ur,A->ul,B->ll,s0);
3285 dotproduct(A->ll,A->lr,B->ul,s2);
3286 dotproduct(A->ll,A->lr,B->ur,s3);
3289 gtog(s2,B->ll);
3305 printf(" ll:");
3306 gout(A->ll);
3321 gtog(A->ll,s0);
3322 mulg(q,A->ll);
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dpipe.c242 int ll = sizeof(la); local
269 if (getsockname(ls, (SOCKADDR *)&la, &ll) == SOCKET_ERROR) {
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dpipe.c242 int ll = sizeof(la); local
269 if (getsockname(ls, (SOCKADDR *)&la, &ll) == SOCKET_ERROR) {
/macosx-10.9.5/cups-372.4/cups/
H A DMakefile162 $(RM) */*.ll
163 $(RM) */*.ll.out
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/autoproxy/
H A Dautoproxy.tcl275 label $dlg.ll -text Login -underline 0 -anchor w
281 grid $dlg.ll $dlg.le -sticky news
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/http/
H A Dautoproxy.tcl275 label $dlg.ll -text Login -underline 0 -anchor w
281 grid $dlg.ll $dlg.le -sticky news
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DWatch.pm220 of time compared to the executing computer's clock, it'll just
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/lib/UNIVERSAL/
H A Drequire.pm48 It doesn't save you much typing, but it'll make alot more sense to
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.c220 SGET(line, ll);
221 LGET(tv.tv_sec, ll);
222 IGET(tv.tv_usec, ll);
223 SGET(host, ll);
/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_authnz_ldap.c973 * filter, they'll be put back.
1261 const char *ll = l; local
1267 lang = ap_getword_conf(p, &ll);
1270 if (ll[0]) {
1271 char *charset = ap_getword_conf(p, &ll);
/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dmod_mime.c460 const char *ll = l, *ct; local
465 ct = ap_getword_conf(p, &ll);
467 while (ll[0]) {
468 char *ext = ap_getword_conf(p, &ll);
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dpsrm.cpp1039 unsigned ll; local
1040 if (read_uint_arg(&ptr, &ll) && ll > language_level)
1041 language_level = ll;

Completed in 915 milliseconds

1234567891011>>