Searched refs:pad (Results 51 - 75 of 414) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkLayout.c277 static void TTKInitPadding(int padc, int pixels[4], Ttk_Padding *pad) argument
287 pad->left = (short)pixels[0];
288 pad->top = (short)pixels[1];
289 pad->right = (short)pixels[2];
290 pad->bottom = (short)pixels[3];
320 Ttk_Padding *pad)
343 TTKInitPadding(padc, pixels, pad);
347 pad->left = pad->top = pad
316 Ttk_GetPaddingFromObj( Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr, Ttk_Padding *pad) argument
357 Ttk_GetBorderFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr, Ttk_Padding *pad) argument
394 Ttk_Padding pad; local
409 Ttk_Padding pad; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dstyle-editor.tcl280 Info editor,pad [MakePadEditor $T]
289 foreach editor {pad expand iexpand squeeze boolean pixels} {
296 $T configure -font [[Info editor,pad].v1 cget -font] \
394 $T item element configure $I value eWindow -window [Info editor,pad]
395 set pad [$Tdemo style layout $style $element $option]
396 if {[llength $pad] == 2} {
397 Info -pad,1 [lindex $pad 0]
398 Info -pad,2 [lindex $pad
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_hmac.c104 uint8_t pad[digest_block_size]; local
105 SSLBuffer kpad = { digest_block_size, pad };
123 pad[ix] = key[ix] ^ 0x5c;
124 memset(pad + keyLen, 0x5c, digest_block_size - keyLen);
129 pad[ix] = key[ix] ^ 0x36;
130 memset(pad + keyLen, 0x36, digest_block_size - keyLen);
133 /* Clear out the key bits in pad. */
134 bzero(pad, keyLen);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_hmac.c104 uint8_t pad[digest_block_size]; local
105 SSLBuffer kpad = { digest_block_size, pad };
123 pad[ix] = key[ix] ^ 0x5c;
124 memset(pad + keyLen, 0x5c, digest_block_size - keyLen);
129 pad[ix] = key[ix] ^ 0x36;
130 memset(pad + keyLen, 0x36, digest_block_size - keyLen);
133 /* Clear out the key bits in pad. */
134 bzero(pad, keyLen);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_hmac.c104 uint8_t pad[digest_block_size]; local
105 SSLBuffer kpad = { digest_block_size, pad };
123 pad[ix] = key[ix] ^ 0x5c;
124 memset(pad + keyLen, 0x5c, digest_block_size - keyLen);
129 pad[ix] = key[ix] ^ 0x36;
130 memset(pad + keyLen, 0x36, digest_block_size - keyLen);
133 /* Clear out the key bits in pad. */
134 bzero(pad, keyLen);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.printf.c69 unsigned char pad = ' '; local
91 pad = '0';
175 (*addchar) (pad | attributes);
238 (*addchar) (pad | attributes);
263 (*addchar) ((int) (pad | attributes));
291 (*addchar) (pad | attributes);
317 pad = ' ';
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest058.tcl73 set pad \
79 $tflags {doghouse $i"DUPLICATE_DATA_VALUE"$pad}]
95 duplicate_value $data $i"DUPLICATE_DATA_VALUE"$pad
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_wtext.tcl119 pad 0 both
123 pad 1 both
127 pad $i both
/macosx-10.10.1/ICU-531.30/icuSources/samples/cal/
H A Dcal.c424 int32_t width, pad, i, day; local
458 pad = width - u_strlen(s);
459 indent(pad / 2, stdout);
502 pad = lens[current] - u_strlen(s);
503 indent(pad, stdout);
542 int32_t width, pad, i, j; local
584 pad = 2 * width + MARGIN_WIDTH - u_strlen(s);
585 indent(pad / 2, stdout);
601 pad = width - u_strlen(months[i]);
602 indent(pad /
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsv2html53 pad $col left "<td>"
54 pad $col right "</td>"
/macosx-10.10.1/top-100.1.2/
H A Dlogging.c138 int pad; local
160 for(pad = 0; pad < data->xoffset; ++pad) {
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_hotfiles.h78 u_int8_t pad; /* make the other fields align on 32-bit boundary */ member in struct:HotFileKey
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dfasttrap.h84 uint32_t pad; /* Explicit pad to keep ILP32 and LP64 lined up. */ member in struct:fasttrap_probe_spec
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-fmtstream.c138 const size_t pad = fs->lmargin;
139 if (fs->p + pad < fs->end)
143 memmove (buf + pad, buf, fs->p - buf);
144 fs->p += pad; /* Compensate for bigger buffer. */
145 memset (buf, ' ', pad); /* Fill in the spaces. */
146 buf += pad; /* Don't bother searching them. */
152 for (i = 0; i < pad; i++)
162 fs->point_col = pad;
136 const size_t pad = fs->lmargin; local
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.h248 int32_t pos, int32_t width, UChar pad);
251 int32_t pos, int32_t width, UChar pad) {
252 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
256 int32_t pos, int32_t width, const UnicodeString& pad);
259 int32_t pos, int32_t width, const UnicodeString& pad) {
260 expectPad(fmt, UnicodeString(pat, ""), pos, width, pad);
250 expectPad(DecimalFormat& fmt, const char *pat, int32_t pos, int32_t width, UChar pad) argument
258 expectPad(DecimalFormat& fmt, const char *pat, int32_t pos, int32_t width, const UnicodeString& pad) argument
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c122 int pad; local
181 pad = PAD4(pathlength + sizeof(struct cpio_header_newc));
182 if (pad)
183 ret = (a->compressor.write)(a, "\0\0\0", pad);
195 pad = PAD4(strlen(p));
196 ret = (a->compressor.write)(a, "\0\0\0", pad);
/macosx-10.10.1/shell_cmds-179/seq/
H A Dseq.c87 char pad = ZERO; local
115 pad = SPACE;
167 fmt = generate_format(first, incr, last, equalize, pad);
409 generate_format(double first, double incr, double last, int equalize, char pad) argument
444 sprintf(buf, "%%%c%d.%d%c", pad,
448 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dtitleframe.tcl115 set pad [Widget::getoption $path -ipad]
117 pack $frame -in $border -fill both -expand yes -padx $pad -pady $pad
137 if { [Widget::hasChanged $path -ipad pad] } {
138 pack configure $path.f -padx $pad -pady $pad
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/pixmap/
H A DpixmapUnix.c70 int pad; local
78 pad = 32;
80 pad = 16;
82 pad = 8;
91 masterPtr->size[0], masterPtr->size[1], pad, 0);
98 masterPtr->size[0], masterPtr->size[1], pad, 0);
/macosx-10.10.1/file_cmds-242/pax/
H A Dar_subs.c190 (void)rd_skip(cnt + arcn->pad);
222 if (rd_skip(arcn->skip + arcn->pad) == 1)
295 (void)rd_skip(cnt + arcn->pad);
311 (void)rd_skip(arcn->skip + arcn->pad);
329 (void)rd_skip(arcn->skip + arcn->pad);
334 (void)rd_skip(arcn->skip + arcn->pad);
338 (void)rd_skip(arcn->skip + arcn->pad);
353 (void)rd_skip(arcn->skip + arcn->pad);
365 (void)rd_skip(arcn->skip + arcn->pad);
370 (void)rd_skip(arcn->skip + arcn->pad);
[all...]
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntp.pl24 $pad=4;
93 = pack("C2n5a".(($junk eq "") ? 0 : &pad($junksize+12,$pad)-12),
346 if ((($len_pkt - 12) - &pad($count,4)) >= 12)
474 sub pad subroutine
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/base32/
H A Dbase32_c.tcl154 int i, j, a, pad, nx;
194 for (pad = 0, i=0, at = out; i < nbuf; i += 8, buf += 8){
200 pad++;
202 } else if (pad) {
228 if (pad) {
229 if (pad == 1) {
231 } else if (pad == 3) {
233 } else if (pad == 4) {
235 } else if (pad == 6) {
239 sprintf (msg,"Invalid padding of length %d",pad);
[all...]
H A Dbase32hex_c.tcl154 int i, j, a, pad, nx;
194 for (pad = 0, i=0, at = out; i < nbuf; i += 8, buf += 8){
200 pad++;
202 } else if (pad) {
228 if (pad) {
229 if (pad == 1) {
231 } else if (pad == 3) {
233 } else if (pad == 4) {
235 } else if (pad == 6) {
239 sprintf (msg,"Invalid padding of length %d",pad);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Ddes.tcl132 set pad [expr {$blocksize - ($len % $blocksize)}]
133 append data [string repeat $fill $pad]
197 # pad the key if backwards compat required
199 set pad [expr {8 - ([string length $opts(-key)] % 8)}]
200 if {$pad != 8} {
201 append opts(-key) [string repeat \0 $pad]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp85 const std::string pad(col - tag.length(), ' ');
90 formatted = tag + pad;
106 formatted += '\n' + tag + pad;

Completed in 315 milliseconds

1234567891011>>