Searched refs:Pad (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagedialog.itk94 rename -padx -textpadx textPadX Pad
95 rename -pady -textpady textPadY Pad
H A Dpushbutton.itk57 itk_option define -padx padX Pad 11
58 itk_option define -pady padY Pad 4
68 itk_option define -defaultringpad defaultRingPad Pad 4
H A Ddialogshell.itk53 itk_option define -padx padX Pad 10
54 itk_option define -pady padY Pad 10
103 rename -padx -buttonboxpadx buttonBoxPadX Pad
104 rename -pady -buttonboxpady buttonBoxPadY Pad
H A Dshell.itk53 itk_option define -padx padX Pad 0
54 itk_option define -pady padY Pad 0
H A Dbuttonbox.itk52 itk_option define -pady padY Pad 5
53 itk_option define -padx padX Pad 5
128 # Pad the y space between the button box frame and the hull.
137 # Pad the x space between the button box frame and the hull.
H A Dextbutton.itk43 itk_option define -defaultringpad defaultringpad Pad 4
H A Dmenubar.itk97 itk_option define -padx padX Pad 4p
98 itk_option define -pady padY Pad 3p
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dnetlogon.h90 uint16_t Pad; member in struct:__anon547
104 uint16_t Pad; member in struct:__anon548
H A Dcrypto.c113 *p++ = (sig->Pad >> 0) & 0xFF;
114 *p++ = (sig->Pad >> 8) & 0xFF;
151 sig->Pad = (p[4] << 0) | (p[5] << 8);
490 sig->Pad = 0xFFFF; /* [MS-NRPC] 3.3.4.2.1.3 */
562 /* [MS-NRPC] 3.3.4.2.2.3: verify Pad bytes */
563 if (sig->Pad != 0xFFFF)
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDumper.pm29 our @DUMPER_ARGS = qw( Indent Pad Varname Purity Useqq Terse Freezer
105 The C<Data::Dumper> C<Pad>, C<Indent> and C<Varname> options are supported
109 [% USE dumper(Indent=0, Pad="<br>") %]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DOutputBuffer.h44 size_t Pad = Boundary - (Size & (Boundary - 1)); local
45 Output.resize(Size + Pad);
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/i386/
H A Dboot.h69 uint32_t Pad; member in struct:EfiMemoryRange
H A Defi.h240 EFI_UINT32 Pad; member in struct:__anon15555
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dencrypt.t453 -Pad => "x",
481 -Pad => "x",
488 -Pad => "x",
498 -Pad => "x",
H A Dqueue.t57 -Pad => $pad;
332 -Pad => " " ;
420 -Pad => " " ;
513 -Pad => " " ;
578 -Pad => " "
660 -Pad => " "
700 -Pad => " " ;
725 -Pad => " " ,
H A Drecno.t703 # fixed length records, change Pad
713 -Pad => "-",
839 # in-memory, fixed length records, change Pad
850 -Pad => "-",
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/incoming/src/
H A Dbuttoncage.itk56 itk_option define -pady padY Pad 5
57 itk_option define -padx padX Pad 5
134 # Pad the y space between the button box frame and the hull.
143 # Pad the x space between the button box frame and the hull.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Ddes.tcl127 proc ::DES::Pad {data blocksize {fill \0}} {
213 set data [Pad [lindex $args 0] $blocksize]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCDwarf.cpp508 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); local
509 if (Pad == 2 * AddrSize)
510 Pad = 0;
511 Length += Pad;
533 for(int i = 0; i < Pad; i++)
H A DMachObjectWriter.cpp798 uint64_t Pad = getPaddingSize(it, Layout); local
799 for (unsigned int i = 0; i < Pad; ++i)
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.pm1026 Pad => undef,
1091 Pad => undef,
1159 ## Pad => undef,
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/aes/
H A Daes.tcl469 set data [Pad $data 16]
494 proc ::aes::Pad {data blocksize {fill \0}} {
554 set data [Pad [lindex $args 0] 16]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/blowfish/
H A Dblowfish.tcl517 set data [Pad $data 8]
585 proc ::blowfish::Pad {data blocksize {fill \0}} {
649 set data [Pad [lindex $args 0] 8 $opts(-pad)]
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DAPFloatTest.cpp27 static std::string convertToString(double d, unsigned Prec, unsigned Pad) { argument
30 F.toString(Buffer, Prec, Pad);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl124 -labelpady {labelPadY Pad l}
208 -labelpady {labelPadY Pad }

Completed in 327 milliseconds