Searched refs:pad (Results 151 - 175 of 414) sorted by relevance

1234567891011>>

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOLocalConfigDirectory.cpp296 unsigned int len, pad; local
300 pad = (4 - (len & 3)) & 3;
301 if(pad)
303 len += pad;
518 // append zeros to pad to nearest quadlet
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorEditingController.js167 this._popover.present(this.popoverTargetFrameWithRects(this._rects).pad(2), this.popoverPreferredEdges);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Di960.h286 char pad[2]; member in struct:external_reloc
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Doasys.h190 bfd_byte pad[256]; member in union:oasys_record_union
/macosx-10.10.1/screen-22/screen/
H A Dmisc.c634 int pad; local
642 pad =osp2pad[ospeed];
643 delay = (delay + pad / 2) / pad;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dpanelframe.tcl142 "invalid pad value \"$value\", must be 1 or 2 pixel values"
182 -pad $options(-ipad) \
193 foreach {ipadx ipady} [$self _padval $opts(-pad)] { break }
235 "invalid pad value \"$padval\", must be 1 or 2 pixel values"
H A Dmentry.tcl101 set pad [expr {[image width $img] + 4}]
113 -sticky "" -padding [list $pad 0 0 0]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-l2tp.c611 u_int16_t pad; local
683 pad = EXTRACT_16BITS(ptr);
684 ptr += (2 + pad);
685 cnt += (2 + pad);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kperf/
H A Dkperf.c56 int pad[64 / sizeof(int)]; member in struct:__anon15231
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dmerge.c293 char *pad = NULL; local
299 pad = bfd_zmalloc ((bfd_size_type) 1 << alignment_power);
300 if (pad == NULL)
312 if (bfd_bwrite (pad, len, abfd) != len)
329 && bfd_bwrite (pad, off, abfd) != off)
332 if (pad != NULL)
333 free (pad);
337 if (pad != NULL)
338 free (pad);
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_recno.c1030 u_int8_t delim, *pad; local
1035 pad = NULL;
1108 * and the pad character if we're doing fixed-length records.
1120 if (pad == NULL) {
1122 env, t->re_len, &pad)) != 0)
1124 memset(pad, t->re_pad, t->re_len);
1126 if (fwrite(pad, 1, t->re_len, fp) != t->re_len)
1161 if (pad != NULL)
1162 __os_free(env, pad);
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm616 =head2 left($pad)
618 If the length of the string is less than C<$pad> then the string is left
619 formatted and padded with spaces to C<$pad> length.
623 =head2 right($pad)
625 As per L<left()> but right padding the C<String> to a length of C<$pad>.
629 =head2 center($pad) / centre($pad)
632 a space padded string of length C<$pad>. The C<centre()> method is provided as
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Difbridge.c175 char *p, *pad; local
178 pad = strdup(prefix);
179 if (pad == NULL)
182 for (p = pad; *p != '\0'; p++) {
206 printf("%s", pad);
220 printf("\n%s", pad);
254 printf("%s", pad);
264 free(pad);
/macosx-10.10.1/pdisk-9/
H A DMacSCSICommand.h58 unsigned char pad; /* 6 */ member in struct:SCSI_10_Byte_Command
76 unsigned char pad; /* 10 */ member in struct:SCSI_12_Byte_Command
/macosx-10.10.1/rsync-45/rsync/
H A Dauthenticate.c30 void base64_encode(char *buf, int len, char *out, int pad) argument
51 while (pad && (i % 4))
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dpanelframe.tcl180 -pad [Widget::cget $path -ipad] \
191 foreach {ipadx ipady} [_padval $opts(-pad)] { break }
247 "invalid pad value \"$padval\", must be 1 or 2 pixel values"
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/base64/
H A Dascii85.tcl114 # pad with \0 and encode not using the "z" convention.
117 foreach {b1 b2 b3 b4} [pad [lrange $X [incr lastidx] end] 4 0] break
238 # pad with "u"s, decode and add ($len - 1) bytes
240 [decode5chars [pad $group 5 122]] \
263 proc ascii85::pad {chars len padchar} {
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DttkWinXPTheme.c1065 Ttk_Padding pad = {0, 0, 0, 0}; local
1101 if (Ttk_GetBorderFromObj(interp, objv[i+1], &pad) != TCL_OK) {
1106 if (Ttk_GetBorderFromObj(interp, objv[i+1], &pad) != TCL_OK) {
1115 pad.left = pad.right = tmp;
1122 pad.top = pad.bottom = tmp;
1162 elementPtr->padding = pad;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/symDelta/
H A DsymDelta.c53 pma_CBC_IV8, // no pad - requires well-aligned ptext
54 pma_ECB, // no IV, no pad - requires well-aligned ptext
160 CSSM_PADDING *pad, // PKCS5 or NONE
171 *pad = CSSM_PADDING_NONE;
182 *pad = CSSM_PADDING_PKCS5;
188 *pad = CSSM_PADDING_NONE;
193 *pad = CSSM_PADDING_NONE;
155 modeInfo( CSSM_ALGORITHMS alg, privMode mode, CSSM_ENCRYPT_MODE *cdsaMode, const char **modeStr, CSSM_PADDING *pad, CSSM_BOOL *useInitVector) argument
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A DgenStubs.tcl363 set pad [expr {24 - [string length $line]}]
364 if {$pad <= 0} {
366 set pad 0
387 + $pad > 76} {
390 set pad 28
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/tools/
H A DgenStubs.tcl363 set pad [expr {24 - [string length $line]}]
364 if {$pad <= 0} {
366 set pad 0
387 + $pad > 76} {
390 set pad 28
/macosx-10.10.1/emacs-93/emacs/src/
H A Dstrftime.c282 if (pad == L_('0')) \
618 int pad = 0; /* Padding for number ('-', '_', or 0). */ variable
731 pad = *f;
1001 if (pad != L_('0') && pad != L_('-'))
1002 pad = L_('_');
1048 if (pad != L_('-'))
1055 if (pad == L_('_'))
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dtransform.c550 __block uint64_t x = 0, count = 0, pad = 0; local
582 pad++;
598 switch (pad) {
795 __block size_t pad = 0; local
828 pad++;
842 if (pad > 0) {
843 // 2 bytes of pad means only had one char in final group
844 final -= pad;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5x.tcl161 set pad [expr {56 - ($len % 64)}]
163 incr pad 64
165 if {$pad == 0} {
166 incr pad 64
168 append state(i) [binary format a$pad \x80]
199 # the MD5 digest of K and pad this instead.
207 set pad [expr {64 - $len}]
208 append K [string repeat \0 $pad]
220 MD5Update $tok $Ki; # initialize with the inner pad
247 MD5Update $tok $state(Ko); # prepare with the outer pad
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ripemd/
H A Dripemd128.tcl122 set pad [expr {56 - ($len % 64)}]
124 incr pad 64
126 if {$pad == 0} {
127 incr pad 64
129 append state(i) [binary format a$pad \x80]
154 # the RIPEMD-128 digest of K and pad this instead.
162 set pad [expr {64 - $len}]
163 append K [string repeat \0 $pad]
175 RIPEMD128Update $tok $Ki; # initialize with the inner pad
195 RIPEMD128Update $tok $state(Ko); # prepare with the outer pad
[all...]

Completed in 296 milliseconds

1234567891011>>