| /src/lib/libcurses/ |
| toucholap.c | 51 int y, endy, endx, starty, startx; local 61 endx = min(win1->maxx + win1->begx, win2->maxx + win2->begx); 63 starty, startx, endy, endx); 70 if (starty >= endy || startx >= endx) 75 endx -= win2->begx; 76 for (--endx, y = starty; y < endy; y++) 77 __touchline(win2, y, startx, endx);
|
| border.c | 70 int endy, endx, i; local 129 endx = win->maxx - 1; 138 win->alines[i]->line[endx].ch = (wchar_t) right & __CHARTEXT; 139 win->alines[i]->line[endx].attr = (attr_t) right & __ATTRIBUTES; 141 for (i = 1; i < endx; i++) { 153 fp[endx].ch = (wchar_t) topright & __CHARTEXT; 154 fp[endx].attr = (attr_t) topright & __ATTRIBUTES; 157 lp[endx].ch = (wchar_t) botright & __CHARTEXT; 158 lp[endx].attr = (attr_t) botright & __ATTRIBUTES; 207 int endy, endx, i, j, k, cw, pcw, tlcw, blcw, trcw, brcw [all...] |
| /src/external/gpl2/dtc/dist/ |
| util.c | 148 char *endx; local 154 val = strtol(x, &endx, 8); 156 assert(endx > x); 158 (*i) += endx - x; 171 char *endx; local 177 val = strtol(x, &endx, 16); 178 if (!(endx > x)) 181 (*i) += endx - x;
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/ |
| mod_34lsub1.asm | 77 bdz L(endx) 89 L(endx):
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc32/ |
| addmul_1.asm | 141 beq cr0,L(endx) 153 L(endx):
|
| submul_1.asm | 132 beq cr0,L(endx) 145 L(endx):
|
| /src/external/gpl3/binutils/dist/bfd/ |
| pei-x86_64.c | 384 and ENDX the size if known (or NULL). */ 388 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx, 407 if (endx) 409 end_addr = endx[0] - vaddr;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| pei-x86_64.c | 386 and ENDX the size if known (or NULL). */ 390 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx, 409 if (endx) 411 end_addr = endx[0] - vaddr;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| pei-x86_64.c | 384 and ENDX the size if known (or NULL). */ 388 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx, 407 if (endx) 409 end_addr = endx[0] - vaddr;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| pei-x86_64.c | 384 and ENDX the size if known (or NULL). */ 388 asection *xdata_section, bfd_byte *xdata, bfd_vma *endx, 407 if (endx) 409 end_addr = endx[0] - vaddr;
|
| /src/external/gpl2/groff/dist/src/devices/grolbp/ |
| lbp.h | 250 vdmvarc(int centerx, int centery,int radius, int startx, int starty, int endx, int endy,\ 258 vdmnum(endx,enx),vdmnum(endy,eny),vdmnum(style,styl));
|
| /src/external/bsd/tmux/dist/ |
| window-copy.c | 3745 u_int endx, endy, oldendx, oldendy, px, py, sx; local 3754 endx = oldendx; 3760 endx == oldendx && endy == oldendy) { 3765 endx = px + sx; 3767 while (endx > gd->sx - 1) { 3768 endx -= gd->sx; 3771 if (endx == oldendx && endy == oldendy) {
|