Searched refs:pad (Results 126 - 150 of 414) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A DgenStubs.tcl355 set pad [expr {24 - [string length $line]}]
356 if {$pad <= 0} {
358 set pad 0
379 + $pad > 76} {
382 set pad 28
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkTheme.h120 #define Ttk_SetMargins(tkwin, pad) \
121 Tk_SetInternalBorderEx(tkwin, pad.left, pad.right, pad.top, pad.bottom)
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DFilters.pm434 # indent_filter_factory($pad) [% FILTER indent(pad) %]
436 # Create a filter to indent text by a fixed pad string or when $pad is
441 my ($context, $pad) = @_;
442 $pad = 4 unless defined $pad;
443 $pad = ' ' x $pad if $pad
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DgenStubs.tcl416 set pad [expr {24 - [string length $line]}]
417 if {$pad <= 0} {
419 set pad 0
445 + $pad > 76} {
448 set pad 28
466 + $pad > 76} {
469 set pad 28
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dpanedw.tcl37 {-pad Int 4 1 "%d >= 0"}
139 set pad [Widget::getoption $path -pad]
140 set width [expr {$wbut+2*$pad}]
240 set wsash [expr {[Widget::getoption $path -width] + 2*[Widget::getoption $path -pad]}]
314 set wsash [expr {[Widget::getoption $path -width] + 2*[Widget::getoption $path -pad]}]
372 set wsash [expr {[Widget::getoption $path -width] + 2*[Widget::getoption $path -pad]}]
H A Ddialog.tcl261 set pad -padx
264 set pad -pady
270 pack $path.sep -side $side -fill $fill $pad 2m
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md4/
H A Dmd4.tcl112 set pad [expr {56 - ($len % 64)}]
114 incr pad 64
116 if {$pad == 0} {
117 incr pad 64
119 append state(i) [binary format a$pad \x80]
144 # the MD4 digest of K and pad this instead.
152 set pad [expr {64 - $len}]
153 append K [string repeat \0 $pad]
165 MD4Update $tok $Ki; # initialize with the inner pad
185 MD4Update $tok $state(Ko); # prepare with the outer pad
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha1.tcl306 set pad [expr {56 - ($len % 64)}]
308 incr pad 64
310 if {$pad == 0} {
311 incr pad 64
313 append state(i) [binary format a$pad \x80]
345 # the SHA1 digest of K and pad this instead.
353 set pad [expr {64 - $len}]
354 append K [string repeat \0 $pad]
366 SHA1Update $tok $Ki; # initialize with the inner pad
393 SHA1Update $tok $state(Ko); # prepare with the outer pad
[all...]
H A Dsha1v1.tcl169 set pad [expr {56 - ($len % 64)}]
171 incr pad 64
173 if {$pad == 0} {
174 incr pad 64
176 append state(i) [binary format a$pad \x80]
208 # the SHA1 digest of K and pad this instead.
216 set pad [expr {64 - $len}]
217 append K [string repeat \0 $pad]
229 SHA1Update $tok $Ki; # initialize with the inner pad
256 SHA1Update $tok $state(Ko); # prepare with the outer pad
[all...]
H A Dsha256.tcl315 set pad [expr {56 - ($len % 64)}]
317 incr pad 64
319 if {$pad == 0} {
320 incr pad 64
322 append state(i) [binary format a$pad \x80]
402 # the SHA1 digest of K and pad this instead.
410 set pad [expr {64 - $len}]
411 append K [string repeat \0 $pad]
423 SHA256Update $tok $Ki; # initialize with the inner pad
450 SHA256Update $tok $state(Ko); # prepare with the outer pad
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tools/
H A DgenStubs.tcl469 set pad [expr {24 - [string length $line]}]
470 if {$pad <= 0} {
472 set pad 0
498 + $pad > 76} {
501 set pad 28
519 + $pad > 76} {
522 set pad 28
/macosx-10.10.1/file_cmds-242/pax/
H A Dtar.c191 * convert and blank pad if there is space
246 * convert and blank pad if there is space
267 * pad headers with 0.
427 arcn->pad = 0;
462 arcn->pad = TAR_PAD(arcn->sb.st_size);
496 arcn->pad = TAR_PAD(arcn->sb.st_size);
592 arcn->pad = 0;
598 * dirs, so no pad.
606 * no data follows this file, so no pad
614 * no data follows this file, so no pad
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/blowfish/
H A Dblowfish.tcl506 proc ::blowfish::Chunk {Key in {out {}} {chunksize 4096} {pad \0}} {
515 # FIX ME: we should ony pad after eof
516 if {[string length $pad] > 0} {
590 set pad [expr {$blocksize - ($len % $blocksize)}]
591 append data [string repeat $fill $pad]
608 array set opts {-dir encrypt -mode cbc -key {} -in {} -out {} -hex 0 -pad \0}
623 -pad { set opts(-pad) [CheckPad [Pop args 1]] }
648 if {[string length $opts(-pad)] > 0} {
649 set data [Pad [lindex $args 0] 8 $opts(-pad)]
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dcua-rect.el532 (defun cua--rectangle-operation (keep-clear visible undo pad tabify &optional fct post-fct)
548 (tabpad (and (integerp pad) (= pad 2)))
553 (if (integerp pad)
554 (setq pad (cua--rectangle-virtual-edges)))
574 (move-to-column r pad)
575 (and (not pad) (not visible) (> (current-column) r)
577 (if (and tabpad (not pad) (looking-at "\t"))
580 (move-to-column l pad)
846 (pad (cu
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dtkfbox.tcl414 set pad [expr {[$data(canvas) cget -highlightthickness] + \
416 if {$pad < 2} {
417 set pad 2
420 incr W -[expr {$pad*2}]
421 incr H -[expr {$pad*2}]
432 set x [expr {$pad * 2}]
433 set y [expr {$pad * 1}] ; # Why * 1 ?
450 set y [expr {$pad * 1}] ; # *1 ?
463 $data(canvas) configure -scrollregion [list $pad $pad
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dtkfbox.tcl400 set pad [expr {[$data(canvas) cget -highlightthickness] + \
402 if {$pad < 2} {
403 set pad 2
406 incr W -[expr {$pad*2}]
407 incr H -[expr {$pad*2}]
418 set x [expr {$pad * 2}]
419 set y [expr {$pad * 1}] ; # Why * 1 ?
436 set y [expr {$pad * 1}] ; # *1 ?
449 $data(canvas) configure -scrollregion [list $pad $pad
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c110 u_int8_t pad[RECLEN - sizeof(u_int32_t) - sizeof(u_int32_t)]; member in struct:_defrec
118 u_int8_t pad[RECLEN - 4 * sizeof(u_int32_t)]; member in struct:_histrec
426 memset(&drec.pad[0], 1, sizeof(drec.pad));
457 memset(&hrec.pad[0], 1, sizeof(hrec.pad));
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp104 u_int8_t pad[RECLEN - sizeof(u_int32_t) - sizeof(u_int32_t)]; member in struct:Defrec
112 u_int8_t pad[RECLEN - 4 * sizeof(u_int32_t)]; member in struct:Histrec
385 memset(&drec.pad[0], 1, sizeof(drec.pad));
409 memset(&hrec.pad[0], 1, sizeof(hrec.pad));
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp11 u_int8_t pad[RECLEN - sizeof(u_int32_t) - sizeof(u_int32_t)]; member in struct:Defrec
19 u_int8_t pad[RECLEN - 4 * sizeof(u_int32_t)]; member in struct:Histrec
213 memset(&drec.pad[0], 1, sizeof(drec.pad));
243 memset(&hrec.pad[0], 1, sizeof(hrec.pad));
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmd5.c57 /* This array contains the bytes used to pad the buffer to the next
102 size_t pad; local
109 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes;
110 memcpy (&ctx->buffer[bytes], fillbuf, pad);
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
118 md5_process_block (ctx->buffer, bytes + pad + 8, ctx);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmd5.c65 /* This array contains the bytes used to pad the buffer to the next
115 size_t pad; local
122 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes;
123 memcpy (&ctx->buffer[bytes], fillbuf, pad);
126 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
127 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
131 md5_process_block (ctx->buffer, bytes + pad + 8, ctx);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djquant1.c337 int i,j,k, nci, blksize, val, pad; local
339 /* For ordered dither, we pad the color index tables by MAXJSAMPLE in
345 pad = MAXJSAMPLE*2;
348 pad = 0;
354 (JDIMENSION) (MAXJSAMPLE+1 + pad),
366 if (pad)
381 if (pad)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsignal.h183 uint32_t pad; /* assumes Motorola byte order */ member in struct:user64_sigval::__anon14696
197 uint32_t pad; /* assumes Motorola byte order */ member in struct:user_sigval::__anon14697
254 user_ulong_t pad[7]; /* Reserved for Future Use */ member in struct:user_siginfo
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDABase.h63 __private_extern__ void ___CFStringPad( CFMutableStringRef string, CFStringRef pad, CFIndex length, CFIndex index );
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drsa.h104 int pad; member in struct:RSA

Completed in 297 milliseconds

1234567891011>>