HomeSort by relevance Sort by last modified time
    Searched refs:pad (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /netvirt/usr/src/lib/libxcurses/src/libc/xcurses/
pecho_wc.c 47 pecho_wchar(WINDOW *pad, const cchar_t *cc)
52 __m_trace("pecho_wchar(%p, %p)", pad, cc);
56 dy = pad->_smaxy - pad->_sminy;
57 dx = pad->_smaxx - pad->_sminx;
60 if (pad->_cury < pad->_refy || pad->_curx < pad->_ref
    [all...]
prefresh.c 47 * Update newscr with the given pad then display to the terminal.
71 * Update newscr with the given pad. This allows newscr to
78 pnoutrefresh(pad, pminr, pminc, sminr, sminc, smaxr, smaxc)
79 WINDOW *pad;
88 pad, pminr, pminc, sminr, sminc, smaxr, smaxc
108 if (pad->_maxy <= pminr || pad->_maxx <= pminc
117 * beyond the bottom and right-hand edges of the pad.
119 if (pad->_maxx <= pminc + smaxc-sminc+1)
120 smaxc = sminc + pad->_maxx - 1 - pminc
    [all...]
  /netvirt/usr/src/lib/libxcurses2/src/libc/xcurses/
pecho_wc.c 52 pecho_wchar(WINDOW *pad, const cchar_t *cc)
58 dy = pad->_smaxy - pad->_sminy;
59 dx = pad->_smaxx - pad->_sminx;
63 if (pad->_cury < pad->_refy || pad->_curx < pad->_refx ||
64 pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx
    [all...]
prefresh.c 52 * Update newscr with the given pad then display to the terminal.
68 * Update newscr with the given pad. This allows newscr to
75 pnoutrefresh(WINDOW *pad, int pminr, int pminc, int sminr, int sminc,
97 if (pad->_maxy <= pminr || pad->_maxx <= pminc ||
108 * beyond the bottom and right-hand edges of the pad.
110 if (pad->_maxx <= pminc + smaxc-sminc + 1)
111 smaxc = sminc + pad->_maxx - 1 - pminc;
112 if (pad->_maxy <= pminr + smaxr-sminr + 1)
113 smaxr = sminr + pad->_maxy - 1 - pminr
    [all...]
  /netvirt/usr/src/lib/libcurses/screen/
newpad.c 50 WINDOW *pad; local
52 pad = newwin(l, nc, 0, 0);
53 if (pad != (WINDOW *) NULL)
54 pad->_flags |= _ISPAD;
55 return (pad);
pechochar.c 48 * pechochar(WINDOW *pad, chtype ch) is functionally equivalent to
49 * waddch(WINDOW *pad, chtype ch), prefresh(WINDOW *pad, `the same arguments
57 pechochar(WINDOW *pad, chtype ch)
63 * If pad->_padwin exists(meaning that p*refresh have been
65 * wechochar on the pad itself
68 if ((padwin = pad->_padwin) != NULL) {
69 padwin->_cury = pad->_cury - padwin->_pary;
70 padwin->_curx = pad->_curx - padwin->_parx;
72 pad->_cury = padwin->_cury + padwin->_pary
    [all...]
pechowchar.c 39 * pechochar(WINDOW *pad, chtype ch) is functionally equivalent to
40 * waddch(WINDOW *pad, chtype ch), prefresh(WINDOW *pad, `the same arguments
48 pechowchar(WINDOW *pad, chtype ch)
54 * If pad->_padwin exists(meaning that p*refresh have been
56 * wechochar on the pad itself
59 if ((padwin = pad->_padwin) != NULL) {
60 padwin->_cury = pad->_cury - padwin->_pary;
61 padwin->_curx = pad->_curx - padwin->_parx;
63 pad->_cury = padwin->_cury + padwin->_pary
    [all...]
prefresh.c 49 * Pad refresh. These routines are provided for upward compatibility
50 * with the 'pad' structure of Sys V.2. Since windows now can be of
52 * parent windows effortlessly, a separate notion of 'pad' as
55 * pminy, pminx: the area (pminy, pminx, maxy, maxx) of pad is refreshed
60 prefresh(WINDOW *pad, int pminy, int pminx, int sminy,
63 return (_prefresh(wrefresh, pad, pminy, pminx, sminy,
68 _prefresh(int (*func)(WINDOW *), WINDOW *pad, int pminy, int pminx,
73 * If pad->_padwin doesn't exist(meaning that this is
77 if (!pad->_padwin) {
78 if ((pad->_padwin = derwin(pad, pad->_maxy, pad->_maxx
    [all...]
pnoutref.c 50 pnoutrefresh(WINDOW *pad, int pby, int pbx, int sby, int sbx, int sey, int sex)
52 return (_prefresh(wnoutrefresh, pad, pby, pbx, sby, sbx, sey, sex));
  /netvirt/usr/src/lib/libeti/form/common/
field_pad.c 39 set_field_pad(FIELD *f, int pad)
41 if (!(isascii(pad) && isprint(pad)))
46 if (Pad(f) != pad) {
47 Pad(f) = pad;
56 return (Pad(Field(f)));
  /netvirt/usr/src/lib/libeti/menu/common/
menupad.c 40 set_menu_pad(MENU *m, int pad)
42 if (!isprint(pad)) {
46 Pad(m) = pad;
52 Pad(Dfl_Menu) = pad;
60 return (Pad(m ? m : Dfl_Menu));
  /netvirt/usr/src/lib/libplot/vt0/common/
dot.c 40 struct {char pad, c; short xi, yi, dx; } p; member in struct:__anon3313
move.c 39 struct {char pad, c; short x, y; } p; member in struct:__anon3315
point.c 40 struct {char pad, c; short x, y; } p; member in struct:__anon3316
  /netvirt/usr/src/uts/common/xen/public/
nmi.h 57 unsigned long pad; member in struct:xennmi_callback
  /netvirt/usr/src/lib/libast/common/tm/
tmxfmt.c 45 number(register char* s, register char* e, register long n, register int p, int w, int pad)
51 switch (pad)
98 int pad; local
140 pad = 0;
150 pad = c;
160 pad = c;
227 cp = number(cp, ep, (long)(1900 + tp->tm_year) / 100, 2, width, pad);
230 cp = number(cp, ep, (long)tp->tm_mday, 2, width, pad);
235 case 'E': /* OBSOLETE no pad day of month */
236 cp = number(cp, ep, (long)tp->tm_mday, 0, width, pad);
    [all...]
  /netvirt/usr/src/common/openssl/crypto/asn1/
x_bignum.c 113 int pad; local
117 if(BN_num_bits(bn) & 0x7) pad = 0;
118 else pad = 1;
120 if(pad) *cont++ = 0;
123 return pad + BN_num_bytes(bn);
x_long.c 107 int clen, pad, i; local
122 /* If MSB of leading octet set we need to pad */
123 if(!(clen & 0x7)) pad = 1;
124 else pad = 0;
130 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
137 return clen + pad;
  /netvirt/usr/src/lib/libbc/libc/sys/common/
compat.h 75 long pad[5]; /* reserved for future use */ member in struct:utmpx
ftruncate.c 45 long pad[4]; member in struct:fl
  /netvirt/usr/src/uts/sun4u/serengeti/sys/
sgsgn.h 55 uint32_t pad; member in struct:__anon7102
  /netvirt/usr/src/uts/intel/sys/
synch32.h 45 #define mutex_lockw lock.lock64.pad[7]
46 #define mutex_waiters lock.lock64.pad[6]
47 #define mutex_spinners lock.lock64.pad[5]
  /netvirt/usr/src/uts/sparc/sys/
synch32.h 45 #define mutex_lockw lock.lock64.pad[4]
46 #define mutex_waiters lock.lock64.pad[7]
47 #define mutex_spinners lock.lock64.pad[5]
  /netvirt/usr/src/common/openssl/apps/
rsautl.c 101 unsigned char *rsa_in = NULL, *rsa_out = NULL, pad; local
117 pad = RSA_PKCS1_PADDING;
148 else if(!strcmp(*argv, "-raw")) pad = RSA_NO_PADDING;
149 else if(!strcmp(*argv, "-oaep")) pad = RSA_PKCS1_OAEP_PADDING;
150 else if(!strcmp(*argv, "-ssl")) pad = RSA_SSLV23_PADDING;
151 else if(!strcmp(*argv, "-pkcs")) pad = RSA_PKCS1_PADDING;
152 else if(!strcmp(*argv, "-x931")) pad = RSA_X931_PADDING;
269 rsa_outlen = RSA_public_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
273 rsa_outlen = RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
277 rsa_outlen = RSA_public_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
    [all...]
  /netvirt/usr/src/grub/grub-0.95/stage2/
zfs_sha256.c 102 uint8_t pad[128]; local
110 pad[i] = ((uint8_t *)buf)[i];
112 for (pad[padsize++] = 0x80; (padsize & 63) != 56; padsize++)
113 pad[padsize] = 0;
116 pad[padsize++] = (size << 3) >> (56 - 8 * i);
119 SHA256Transform(H, pad + i);

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 91011