Searched refs:lx (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/libauto-186/auto_tester/
H A Dbadpointers.m76 //printf("ptr %lx bad ptr %lx\n", ptr, badPointer);
/macosx-10.10.1/BerkeleyDB-21/db/dbreg/
H A Ddbreg.src35 ARG ftype DBTYPE lx
37 ARG id u_int32_t lx
/macosx-10.10.1/screen-22/screen/
H A Dresize.c259 int lx, ly; local
286 lx = cv->c_layer->l_x;
298 if (lx + cv->c_xoff < cv->c_xs)
300 int n = cv->c_xs - (lx + cv->c_xoff);
308 else if (lx + cv->c_xoff > cv->c_xe)
310 int n = lx + cv->c_xoff - cv->c_xe;
678 int fy, ty, l, lx, lf, lt, yy, oty, addone; local
833 lx = lt > lf ? lf : lt;
841 if (BcopyMline(mlf, lf - lx, mlt, lt - lx, l
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_at_sb.c243 int lx, ly, lw, lh; local
255 lx = ((top < margin) ? margin : top);
262 lx = sw;
277 lx, ly, lx + lw - 1, ly); local
282 lx, ly + lh - 1, lx + lw - 1, ly + lh - 1); local
289 lx, ly, lx, ly + lh - 1); local
294 lx
303 lx, ly, (unsigned int) lw, (unsigned int) lh); local
310 lx, ly, lx, ly + lh - 1); local
322 lx, ly, lx + lw - 1, ly); local
327 lx, ly + lh - 1, lx + lw - 1, ly + lh - 1); local
333 lx, ly, (unsigned int) lw, (unsigned int) lh, FALSE); local
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dctxeecli.c731 printf("\t\t\t %s %lx\n",
741 printf("\t\t\t %s %lx\n",
767 printf("\t %lx %d\n",this_client->client,this_client->count);
778 printf("\t %lx %d\n",this_client->client,this_client->count);
/macosx-10.10.1/BerkeleyDB-21/db/fileops/
H A Dfileops.src111 ARG child u_int32_t lx
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn.src84 ARG child u_int32_t lx
/macosx-10.10.1/file_cmds-242/gzip/
H A Dzdiff76 *.t[lx]z)
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtimsort.h134 SORT_TYPE lx; local
139 lx = dst[l];
142 if (SORT_CMP(x, lx) < 0)
144 else if (SORT_CMP(x, lx) == 0)
164 lx = cx;
/macosx-10.10.1/ICU-531.30/icuSources/config/
H A DMakefile.inc.in94 LAYOUTEX_STUBNAME = lx
117 ICULIBS_LAYOUTEX = -l$(ICUPREFIX)lx$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
/macosx-10.10.1/groff-38/groff/src/devices/grolbp/
H A Dlbp.h380 static int lx = 0 ,ly = 0; local
387 if (flush == -1) {lx = (int)px; ly = (int)py; return;}
390 dxnew = (int)px -lx;
431 lx = (int)px; ly = (int)py;
537 /*vdmprintf("%s%s",vdmnum((int)(x_1-lx),xcoord),\
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dcurses.priv.h578 #define TRACEMSE_FMT "id %2d at (%2d, %2d, %2d) state %4lx = {" /* } */
/macosx-10.10.1/procmail-14/procmail/
H A DMakefile77 SEARCHLIBS = -lm -ldir -lx -lsocket -lnet -linet -lnsl_s -lnsl_i -lnsl -lsun \
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp514 int k,hx,lx; local
516 lx = __LO(x);
519 if ((lx|(hx&0x7fffffff))==0) return x; /* +-0 */
546 unsigned lx,ly; local
549 hx = __HI(x); lx = __LO(x);
557 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
584 if(((ix-0x3ff00000)|lx)==0)
603 if(lx==0) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dxenix-link.sh5 # CC="cc -xenix -lx" ./configure
10 # CC="cc -xenix -lx" ./link.sh
56 *-lx*) try_23=no ; try_x=yes ;;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testclient/
H A Ddltests.cpp336 printf("' (0x%08lx)", value);
339 printf("0x%08lx", value);
671 printf("0x%08lx", recArray[ix]);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfcvt.c121 static char lx[] = "0123456789abcdef"; local
198 ep = (format & SFFMT_UPPER) ? ux : lx;
372 ep = (format & SFFMT_UPPER) ? ux : lx;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c135 getlastlogx(uid_t uid, struct lastlogx *lx) argument
144 l = getlastlogxbyname(pw.pw_name, lx);
150 getlastlogxbyname(const char *user, struct lastlogx *lx) argument
235 if (lx == NULL)
237 if ((lx = (struct lastlogx *)malloc(sizeof(*lx))) == NULL)
248 msg2lastlogx(m, lx);
254 result = lx;
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-ls.el617 (let ((lx (file-name-extension
622 ((or (and (not lx) (not rx))
623 (equal lx rx))
626 ((not lx) t)
629 (string-lessp lx rx)))))
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dtrees.c1079 unsigned lx = 0; /* running index in l_buf */ local
1084 dist = s->d_buf[lx];
1085 lc = s->l_buf[lx++];
1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1114 } while (lx < s->last_lit);
/macosx-10.10.1/sudo-73/src/zlib/
H A Dtrees.c1065 unsigned lx = 0; /* running index in l_buf */ local
1070 dist = s->d_buf[lx];
1071 lc = s->l_buf[lx++];
1097 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1100 } while (lx < s->last_lit);
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c1106 unsigned lx = 0; /* running index in l_buf */ local
1111 dist = s->d_buf[lx];
1112 lc = s->l_buf[lx++];
1138 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1141 } while (lx < s->last_lit);
/macosx-10.10.1/groff-38/groff/src/preproc/grn/
H A Dhgraph.cpp717 int lx, ly; local
720 lx = x[1];
722 tmove2(lx, ly);
/macosx-10.10.1/zlib-55/zlib/
H A Dtrees.c1083 unsigned lx = 0; /* running index in l_buf */ local
1088 dist = s->d_buf[lx];
1089 lc = s->l_buf[lx++];
1115 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1118 } while (lx < s->last_lit);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp299 uint64_t lx = x[i] & 0xffffffffULL; local
306 dest[i] = carry + lx * ly;
314 carry += (lx * hy) & 0xffffffffULL;
317 (carry >> 32) + ((lx * hy) >> 32) + hx * hy;
330 uint64_t carry = 0, lx = 0, hx = 0; local
332 lx = x[j] & 0xffffffffULL;
339 uint64_t resul = carry + lx * ly;
344 carry += (lx * hy) & 0xffffffffULL;
349 ((lx * hy) >> 32) + hx * hy;

Completed in 313 milliseconds

12