Searched refs:pad (Results 76 - 100 of 414) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_rsa.c388 int buf_len, pad; local
393 pad = (argc == 1) ? RSA_PKCS1_PADDING : NUM2INT(padding);
398 pad);
417 int buf_len, pad; local
422 pad = (argc == 1) ? RSA_PKCS1_PADDING : NUM2INT(padding);
427 pad);
446 int buf_len, pad; local
454 pad = (argc == 1) ? RSA_PKCS1_PADDING : NUM2INT(padding);
459 pad);
478 int buf_len, pad; local
[all...]
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_dev_2.h68 uint8_t pad[3]; member in struct:smb2ioc_create
96 uint16_t pad; member in struct:smb2ioc_get_dfs_referral
130 uint16_t pad; member in struct:smb2ioc_query_dir
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dtoolbar.tcl11 # -pad -default 0 ; provides general padding around the status bar
56 # -pad provides general padding around the status bar
61 delegate option -pad to frame as -padding
84 # returns pad values - each will be a list of 2 ints
154 set opts(-pad) $options(-ipad)
157 lappend opts(-pad) 0
181 widget::isa listofint 4 -pad $opts(-pad)
182 # returns pad values - each will be a list of 2 ints
183 foreach {px py} [$self _padval $opts(-pad)] { brea
[all...]
H A Dstatusbar.tcl16 # -pad -default 0 ; provides general padding around the status bar
83 # -pad provides general padding around the status bar
88 delegate option -pad to frame as -padding
117 # returns pad values - each will be a list of 2 ints
183 set opts(-pad) $options(-ipad)
186 lappend opts(-pad) 0
210 widget::isa listofint 4 -pad $opts(-pad)
211 # returns pad values - each will be a list of 2 ints
212 foreach {px py} [$self _padval $opts(-pad)] { brea
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSDebug.cpp179 goto pad;
184 goto pad;
208 pad:
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-a-int.c105 * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
117 * Padding is a little trickier too. If the first bytes is > 0x80 then we pad
119 * is non-zero we pad with 0xff. The reason for this distinction is that 0x80
125 int pad=0,ret,i,neg; local
137 pad=1;
141 pad=1;
145 * Special case: if any other bytes non zero we pad:
149 pad=1;
155 ret+=pad;
160 if (pad) *(
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_int.c96 * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
108 * Padding is a little trickier too. If the first bytes is > 0x80 then we pad
110 * is non-zero we pad with 0xff. The reason for this distinction is that 0x80
116 int pad=0,ret,i,neg; local
128 pad=1;
132 pad=1;
136 * Special case: if any other bytes non zero we pad:
140 pad=1;
146 ret+=pad;
151 if (pad) *(
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tar/
H A Dtar.tcl38 proc ::tar::pad {size} {
39 set pad [expr {512 - ($size % 512)}]
40 if {$pad == 512} {return 0}
41 return $pad
99 seek $fh [expr {$header(size) + [pad $header(size)]}] current
111 seek $fh [expr {$header(size) + [pad $header(size)]}] current
135 seek $fh [expr {$header(size) + [pad $header(size)]}] current
163 seek $fh [expr {$header(size) + [pad $header(size)]}] current
191 seek $fh [pad $header(size)] current
340 puts -nonewline $out [string repeat \x00 [pad
[all...]
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonCMAC.c90 static void ccAESCMacPadding (const uint8_t *lastb, uint8_t *pad, int length)
95 if ( j < length ) pad[j] = lastb[j];
96 else if ( j == length ) pad[j] = 0x80;
97 else pad[j] = 0x00;
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_vis.c69 else if (pi->pad == '0')
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsocks++5.h106 Byte pad[256-sizeof(IPAddress)-sizeof(IPPort)]; // enough room for type 3 addresses (256 bytes) member in struct:Security::IPPlusPlus::Socks5::Message
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsocks++5.h106 Byte pad[256-sizeof(IPAddress)-sizeof(IPPort)]; // enough room for type 3 addresses (256 bytes) member in struct:Security::IPPlusPlus::Socks5::Message
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHoverMenu.js124 var bounds = WebInspector.Rect.unionOfRects(rects).pad(3); // padding + 1/2 stroke-width
163 this._addRect(rect.pad(2));
170 var firstRect = rects[0].pad(2);
171 var secondRect = rects[1].pad(2);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h63 uint32_t pad; member in struct:dyld_cache_image_info
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/prebased-performance/
H A Dfoo.c34 char pad[4096-sizeof(void*)]; member in struct:page
/macosx-10.10.1/file_cmds-242/pax/
H A Dpax.h109 off_t pad; /* bytes of padding after file xfer */ member in struct:__anon8668
178 /* set the skip and pad fields so the format */
194 /* function sets the skip and pad fields so */
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.h57 uint32_t pad; member in struct:block_list_header
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Doptlib.h100 char pad[2*sizeof(void*)]; \
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Doption.h56 char pad[3*sizeof(void*)];
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Doptlib.h108 char pad[2*sizeof(void*)]; \
/macosx-10.10.1/libpcap-48/libpcap/pcap/
H A Dusb.h140 u_int8_t pad[4]; member in struct:_usb_isodesc
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tpk.h103 u_int8_t pad[8]; member in struct:sockaddr_l2tp
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstrftime.c112 static int _conv _ANSI_ARGS_((int n, int digits, int pad));
436 _conv(n, digits, pad)
438 int pad;
452 *p-- = (char) pad;
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkGenStubs.tcl410 set pad [expr {24 - [string length $line]}]
411 if {$pad <= 0} {
413 set pad 0
439 + $pad > 76} {
442 set pad 28
460 + $pad > 76} {
463 set pad 28
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-slow.c222 u_int8_t pad[3]; member in struct:lacp_tlv_actor_partner_info_t
239 u_int8_t pad[12]; member in struct:lacp_tlv_collector_info_t
246 u_int8_t pad[2]; member in struct:marker_tlv_marker_info_t
250 u_int8_t pad[50]; member in struct:lacp_marker_tlv_terminator_t
424 tlv_len = sizeof(tlv_ptr.lacp_marker_tlv_terminator->pad) +
431 TCHECK2(tlv_ptr.lacp_marker_tlv_terminator->pad[0],
432 sizeof(tlv_ptr.lacp_marker_tlv_terminator->pad));

Completed in 141 milliseconds

1234567891011>>