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

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/GlobalObject/
H A D15.1.2.5-2.js122 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
H A D15.1.2.5-3.js145 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
H A D15.1.2.4.js144 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
H A D15.1.2.5-1.js144 for ( var PAD = (4 - string.length ); PAD > 0; PAD-- ) {
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest_format_newc.c33 #define PAD(n, block) ((~(n) + 1) & ((block) - 1)) macro
166 fs += PAD(fs, 4);
173 ns += PAD(ns + 2, 4);
194 fs += PAD(fs, 4);
201 ns += PAD(ns + 2, 4);
229 fs += PAD(fs, 4);
236 ns += PAD(ns + 2, 4);
262 fs += PAD(fs, 4);
269 ns += PAD(ns + 2, 4);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuEnc64.c65 #define PAD '=' macro
85 *outp++ = PAD;
86 *outp = PAD;
90 *outp = PAD;
278 if (*bp == PAD) {
289 if (*bp == PAD) {
304 if (*bp == PAD) {
355 int padChars = 0; // running count of PAD chars
363 * -- ensure not more than 2 PAD chars, only at end
373 if(c == PAD) {
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A Denc64.c75 #define PAD '=' macro
98 *outp++ = PAD;
99 *outp = PAD;
103 *outp = PAD;
303 if (*bp == PAD) {
314 if (*bp == PAD) {
329 if (*bp == PAD) {
380 int padChars = 0; // running count of PAD chars
388 * -- ensure not more than 2 PAD chars, only at end
398 if(c == PAD) {
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuEnc64.c65 #define PAD '=' macro
85 *outp++ = PAD;
86 *outp = PAD;
90 *outp = PAD;
278 if (*bp == PAD) {
289 if (*bp == PAD) {
304 if (*bp == PAD) {
355 int padChars = 0; // running count of PAD chars
363 * -- ensure not more than 2 PAD chars, only at end
373 if(c == PAD) {
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Denc64.c75 #define PAD '=' macro
98 *outp++ = PAD;
99 *outp = PAD;
103 *outp = PAD;
303 if (*bp == PAD) {
314 if (*bp == PAD) {
329 if (*bp == PAD) {
380 int padChars = 0; // running count of PAD chars
388 * -- ensure not more than 2 PAD chars, only at end
398 if(c == PAD) {
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DcuEnc64.c67 #define PAD '=' macro
87 *outp++ = PAD;
88 *outp = PAD;
92 *outp = PAD;
280 if (*bp == PAD) {
291 if (*bp == PAD) {
306 if (*bp == PAD) {
357 int padChars = 0; // running count of PAD chars
365 * -- ensure not more than 2 PAD chars, only at end
375 if(c == PAD) {
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duenum.c28 static const int32_t PAD = 8; variable
36 capacity += PAD;
45 capacity += PAD;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dbase64.c33 #define PAD '=' macro
137 *tp++ = (fz == 2) ? m[(b >> 6) & 077] : PAD;
138 *tp++ = PAD;
181 m[PAD] = B64_PAD;
/macosx-10.9.5/ntp-88/include/
H A Dicom.h49 #define PAD 0xff /* transmit padding */ macro
/macosx-10.9.5/ntp-88/libntp/
H A Dicom.c64 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI,
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DttkWinXPTheme.c937 #define PAD(l,t,r,b) {l,t,r,b} macro
944 BP_CHECKBOX, checkbox_statemap, PAD(0, 0, 4, 0), PAD_MARGINS },
946 BP_RADIOBUTTON, radiobutton_statemap, PAD(0, 0, 4, 0), PAD_MARGINS },
948 BP_PUSHBUTTON, pushbutton_statemap, PAD(3, 3, 3, 3), IGNORE_THEMESIZE },
950 BP_GROUPBOX, groupbox_statemap, PAD(2, 2, 2, 2), 0 },
952 edittext_statemap, PAD(1, 1, 1, 1), 0 },
954 EP_EDITTEXT, combotext_statemap, PAD(1, 1, 1, 1), 0 },
996 PP_BAR, null_statemap, PAD(3,3,3,3), IGNORE_THEMESIZE },
998 PP_BARVERT, null_statemap, PAD(3,3,3,3), IGNORE_THEMESIZE },
1001 TABP_TABITEM, tabitem_statemap, PAD(
1036 #undef PAD macro
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dsnprintf.c342 /* BEWARE, PAD uses `n'. */
343 #define PAD(plen, pstr) do { \ macro
665 PAD(width - realsz, blanks);
678 PAD(width - realsz, zeroes);
681 PAD(dprec - fieldsz, zeroes);
688 PAD(width - realsz, blanks);
/macosx-10.9.5/ruby-104/ruby/
H A Dvsnprintf.c590 * BEWARE, these `goto error' on error, and PAD uses `n'.
603 #define PAD(howmany, with) { \ macro
620 if (ln > 0) PAD((int)ln, (with)); \
623 #define PAD_L(howmany, with) PAD((howmany), (with))
1149 PAD(fprec-ndig, zeroes);
1160 PAD((ndig >= fprec ? ndig - 1 : fprec - (ch != 'f')),
1167 PAD(-expt, zeroes);
1170 PAD(fprec - ndig + (ch == 'f' ? expt : 0), zeroes);
1173 PAD(expt - ndig, zeroes);
1182 PAD(fpre
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvfprintf.c388 #define PAD(howmany, with) { \ macro
1311 PAD(width - realsz, blanks);
1324 PAD(width - realsz, zeroes);
1331 PAD(dprec - size, zeroes);
1345 PAD(-expt, zeroes);
1369 PAD(prec - ndig, zeroes);
1378 PAD(width - realsz, blanks);
H A Dvfwprintf.c462 #define PAD(howmany, with) { \ macro
1379 PAD(width - realsz, blanks);
1392 PAD(width - realsz, zeroes);
1399 PAD(dprec - size, zeroes);
1413 PAD(-expt, zeroes);
1438 PAD(prec - ndig, zeroes);
1447 PAD(width - realsz, blanks);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Db64code.c160 #define PAD '=' macro
606 PAD, &hasPadding);
675 PAD, &hasPadding);
H A Duucode.c156 #define PAD '~' macro
563 PAD, &hasPadding);
632 PAD, &hasPadding);
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_utilities.c837 #define PAD '=' macro
858 *outp++ = PAD;
859 *outp = PAD;
863 *outp = PAD;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A DDbg.c1127 #define PAD 80 macro
1141 static int buf_width_max = DEFAULT_WIDTH+PAD;
1142 static char buf_basic[DEFAULT_WIDTH+PAD+1];
1145 if (buf_width+PAD > buf_width_max) {
1147 buf = (char *)ckalloc(buf_width+PAD+1);
1148 buf_width_max = buf_width+PAD;
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DTable.pm108 _PAD => defined $params->{ PAD } ? $params->{ PAD } : 1,
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DTable.pm108 _PAD => defined $params->{ PAD } ? $params->{ PAD } : 1,

Completed in 730 milliseconds

12