HomeSort by: relevance | last modified time | path
    Searched defs:winsize (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_exptmod_fast.c 38 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
49 winsize = 2;
51 winsize = 3;
53 winsize = 4;
55 winsize = 5;
57 winsize = 6;
59 winsize = 7;
61 winsize = 8;
65 if (winsize > 5) {
66 winsize = 5
    [all...]
bn_s_mp_exptmod.c 29 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
35 winsize = 2;
37 winsize = 3;
39 winsize = 4;
41 winsize = 5;
43 winsize = 6;
45 winsize = 7;
47 winsize = 8;
51 if (winsize > 5) {
52 winsize = 5
    [all...]
  /src/sbin/fsck/
progress.c 157 struct winsize winsize; local
160 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) != -1 &&
161 winsize.ws_col != 0)
162 ttywidth = winsize.ws_col;
  /src/sbin/blkdiscard/
blkdiscard.c 226 struct winsize winsize; local
236 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) != -1 &&
237 winsize.ws_col > 1)
238 ttywidth = winsize.ws_col - 1;
  /src/crypto/external/bsd/openssh/dist/
progressmeter.c 301 struct winsize winsize; local
303 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize) != -1 &&
304 winsize.ws_col != 0) {
305 if (winsize.ws_col > MAX_WINSIZE)
308 win_size = winsize.ws_col;
  /src/sbin/mount_portal/
puffs_portal.c 662 size_t xfersize, winsize, boff; local
707 winsize = xfersize;
709 &win, &winsize);
711 assert(winsize > 0);
713 memcpy(buf + boff, win, winsize);
714 xfersize -= winsize;
715 boff += winsize;
  /src/sbin/newfs_ext2fs/
mke2fs.c 194 struct winsize winsize; local
597 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0 &&
598 winsize.ws_col != 0)
599 max_cols = winsize.ws_col;
  /src/sys/sys/
ttycom.h 54 struct winsize { struct
147 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
148 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
  /src/usr.bin/rlogin/
rlogin.c 97 struct winsize { struct
104 static struct winsize winsize; variable in typeref:struct:winsize
126 static int get_window_size(int, struct winsize *);
243 (void)get_window_size(0, &winsize);
538 struct winsize ws;
541 memcmp(&ws, &winsize, sizeof(ws))) {
542 winsize = ws;
553 struct winsize *wp;
554 char obuf[4 + sizeof (struct winsize)];
    [all...]
  /src/sbin/newfs/
mkfs.c 193 struct winsize winsize; local
675 if (ioctl(fileno(stdout), TIOCGWINSZ, &winsize) == 0 &&
676 winsize.ws_col != 0)
677 max_cols = winsize.ws_col;
  /src/usr.bin/ftp/
util.c 954 struct winsize winsize; local
957 if (ioctl(fileno(ttyout), TIOCGWINSZ, &winsize) != -1 &&
958 winsize.ws_col != 0)
959 ttywidth = winsize.ws_col;
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 1879 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
1885 winsize = 2;
1887 winsize = 3;
1889 winsize = 4;
1891 winsize = 5;
1893 winsize = 6;
1895 winsize = 7;
1897 winsize = 8;
1901 if (winsize > 5) {
1902 winsize = 5
2956 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
    [all...]
  /src/libexec/ftpd/
ftpd.c 2205 ssize_t mapsize, winsize; local
2226 winsize = curclass.mmapsize;
2230 (LLT)winsize, (LLT)curclass.writesize);
2231 if (winsize <= 0)
2243 bufrem = winsize;
2245 mapsize = MIN(filesize - off, winsize);
  /src/sbin/nvmectl/
bignum.c 3252 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
3255 winsize = find_window_size(X);
3264 for (x = 1<<(winsize-1); x < (1 << winsize); x++) {
3266 for (y = 1<<(winsize-1); y < x; y++) {
3303 /* compute the value at M[1<<(winsize-1)] by squaring
3304 * M[1] (winsize-1) times
3306 if ((err = mp_copy( &M[1], &M[1 << (winsize - 1)])) != MP_OKAY) {
3310 for (x = 0; x < (winsize - 1); x++) {
3312 if ((err = square(&M[1 << (winsize - 1)],
4061 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
    [all...]
  /src/usr.bin/vmstat/
vmstat.c 435 struct winsize winsize; local
440 winsize.ws_row = 0;
441 (void)ioctl(STDOUT_FILENO, TIOCGWINSZ, &winsize);
442 if (winsize.ws_row > 0)
443 winlines = winsize.ws_row;
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 3281 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
3287 winsize = 2;
3289 winsize = 3;
3291 winsize = 4;
3293 winsize = 5;
3295 winsize = 6;
3297 winsize = 7;
3299 winsize = 8;
3309 for (x = 1<<(winsize-1); x < (1 << winsize); x++)
4103 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 3256 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
3259 winsize = find_window_size(X);
3268 for (x = 1<<(winsize-1); x < (1 << winsize); x++) {
3270 for (y = 1<<(winsize-1); y < x; y++) {
3307 /* compute the value at M[1<<(winsize-1)] by squaring
3308 * M[1] (winsize-1) times
3310 if ((err = mp_copy( &M[1], &M[1 << (winsize - 1)])) != MP_OKAY) {
3314 for (x = 0; x < (winsize - 1); x++) {
3316 if ((err = square(&M[1 << (winsize - 1)],
4084 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 81 #define WINSIZE(ra) (4 * (( (ra) >> 30) & 0x3))
192 int winsize = 4; local
213 winsize = (insn & 0x30) >> 2; /* 0, 4, 8, 12. */
218 winsize = (insn >> 16) & 0xc; /* 0, 4, 8, 12. */
220 return winsize;
1286 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
1295 cache->wd.callsize = WINSIZE (ra);
1303 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
2935 cache->wd.callsize = WINSIZE (ra);
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 81 #define WINSIZE(ra) (4 * (( (ra) >> 30) & 0x3))
192 int winsize = 4; local
213 winsize = (insn & 0x30) >> 2; /* 0, 4, 8, 12. */
218 winsize = (insn >> 16) & 0xc; /* 0, 4, 8, 12. */
220 return winsize;
1286 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
1295 cache->wd.callsize = WINSIZE (ra);
1303 | ((WINSIZE(ra)/4) << PS_CALLINC_SHIFT);
2935 cache->wd.callsize = WINSIZE (ra);
  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 2058 int winsize; variable
2062 return winsize;
2083 winsize = 10; /* the itch function needs this */
2126 winsize = k;
2135 winsize = k + 1;
  /src/sys/arch/x86/x86/
pmap.c 1480 size_t startsl, endsl, nslots, winsize; local
1552 winsize = ((endsl - startsl) * NBPD_L4) - sz;
1553 va %= winsize;

Completed in 77 milliseconds