Searched refs:pad (Results 226 - 250 of 414) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/crypto/dsa/
H A Ddsa.h166 int pad; member in struct:dsa_st
H A Ddsa_lib.c178 ret->pad=0;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Ddsa.h166 int pad; member in struct:dsa_st
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DfeePublicKey.c426 giant pad; local
440 pad = make_pad(myPkinst->privGiant, pkey);
441 result = mem_from_giant(pad, &padLen);
442 freeGiant(pad);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_lib.c131 ret->pad=0;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddsa.h133 int pad; member in struct:dsa_st
H A Drsa.h132 int pad; member in struct:rsa_st
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DfeePublicKey.c426 giant pad; local
440 pad = make_pad(myPkinst->privGiant, pkey);
441 result = mem_from_giant(pad, &padLen);
442 freeGiant(pad);
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_unique_id.c288 unsigned char pad[2]; member in struct:__anon6037
/macosx-10.10.1/file_cmds-242/pax/
H A Dftree.c456 arcn->pad = 0;
H A Dpax_format.c246 * convert and blank pad if there is space
301 * convert and blank pad if there is space
322 * pad headers with 0.
800 /* pad with ? */
952 arcn->pad = 0;
1015 arcn->pad = TAR_PAD(arcn->sb.st_size);
1024 * pad fields.
1027 arcn->pad = TAR_PAD(arcn->sb.st_size);
1341 arcn->pad = 0L;
1421 arcn->pad
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dast_std.h258 char pad[936 - sizeof(void*)]; member in struct:__anon9062
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsum-lmd.c201 unsigned char pad[1024]; /* XXX: who's bug is it? */ member in struct:Sha1_s
/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.h283 unsigned char pad; member in struct:qual
H A Dpcap-bpf.c915 register int pad; local
1040 pad = p->fddipad;
1128 if (caplen > pad)
1129 pkthdr.caplen = caplen - pad;
1132 if (datalen > pad)
1133 pkthdr.len = datalen - pad;
1136 datap += pad;
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dmenu.h119 unsigned char pad; /* Pad character */ member in struct:tagMENU
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/oreilly-oscon2001/
H A Doscon486 pad $col left "<td>"
487 pad $col right "</td>"
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c120 out->__pad[0] = in->pad[0]; /* mcontext.ss.r1 */
135 out->__pad[0] = in->pad[0]; /* mcontext.ss.r1 */
277 sinfo64.pad[0] = tstate64->rsp;
406 sinfo64.pad[0] = tstate32->esp;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_bridgevar.h173 uint8_t pad[32]; member in struct:ifbreq
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c82 /* returns space we need to pad */
134 * will always pad it to a multiple of 4.
485 uint32_t pad = 0; local
489 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT);
490 *byteOffset += pad; /* pad == 4 or 8 or 12 */
646 uint32_t pad = 0; local
650 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT);
651 udata_writePadding(mem, pad); /* pad
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/khim/
H A Dkhim.tcl1133 set pad 2
1176 set xmin [expr {$pad + 1}]
1195 set ymin [expr {$pad + 1}]
1231 $c configure -width [expr { $xmax + $pad }] \
1232 -height [expr { $ymax + $pad }] \
1233 -scrollregion [list 0 0 [expr {$xmax + $pad}] [expr {$ymax + $pad}]]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dsnprintf.c256 char pad; member in struct:DATA
362 /* pad right */
366 PUT_CHAR((p)->pad, p)
368 /* pad left */
372 PUT_CHAR((p)->pad, p)
374 /* pad with zeros from decimal precision */
1085 /* pad out to at least two spaces. pad with `0' if the exponent is a
1172 p->pad = ' ';
1281 data->pad
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dpdp11.c807 int pad = 0; local
822 obj_textsec (abfd)->size += pad;
823 pos += pad;
824 vma += pad;
836 obj_datasec (abfd)->size += pad;
837 pos += pad;
838 vma += pad;
846 pad = obj_bsssec (abfd)->vma - vma;
847 if (pad > 0)
849 obj_datasec (abfd)->size += pad;
980 int pad; local
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dpacket.c848 u_char padlen, pad = 0; local
906 pad = active_state->extra_pad -
909 pad, len, padlen, active_state->extra_pad);
910 padlen += pad;
1890 /* roundup current message to pad bytes */
1892 packet_add_padding(u_char pad) argument
1894 active_state->extra_pad = pad;
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDABase.c511 __private_extern__ void ___CFStringPad( CFMutableStringRef string, CFStringRef pad, CFIndex length, CFIndex index ) argument
519 CFStringPad( string, pad, length, index );

Completed in 515 milliseconds

1234567891011>>