Searched refs:zeroes (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_pss.c67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
147 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes);
227 EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes);
239 /* Initial PS XORs with all zeroes which is a NOP so just update
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dfloat.el366 ; large power, append zeroes
367 (let ((zeroes (- power decimal-digits)))
368 (while (natnump zeroes)
370 zeroes (1- zeroes)))))
373 ((< power 0) ; point and zeroes
374 (let ((zeroes (- (- power) 2)))
375 (while (natnump zeroes)
377 zeroes (1- zeroes)))
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dvsnprintf.c586 static const char zeroes[PADSIZE] = local
871 case 'f': /* always print trailing zeroes */
1095 * After any left-hand padding and prefixing, emit zeroes
1097 * string proper, then emit zeroes required by any leftover
1127 PAD_L(width - realsz, zeroes);
1129 /* leading zeroes from decimal precision */
1130 PAD_L(dprec - fieldsz, zeroes);
1149 PAD(fprec-ndig, zeroes);
1161 zeroes);
1167 PAD(-expt, zeroes);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dnetboot.c570 struct in_addr zeroes = { 0 }; local
575 return (route_cmd(RTM_ADD, zeroes, router, zeroes, flags, IFSCOPE_NONE));
581 struct in_addr zeroes = { 0 }; local
583 return (route_cmd(RTM_DELETE, host, zeroes, zeroes, RTF_HOST, ifscope));
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c131 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, loc))
143 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, loc))
801 * trim trailing zeroes if no # flag.
1289 * After any left-hand padding and prefixing, emit zeroes
1291 * string proper, then emit zeroes required by any leftover
1324 PAD(width - realsz, zeroes);
1330 /* leading zeroes from decimal precision */
1331 PAD(dprec - size, zeroes);
1342 PRINT(zeroes, 1);
1345 PAD(-expt, zeroes);
[all...]
H A Dvfwprintf.c156 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, loc))
168 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, loc))
863 * trim trailing zeroes if no # flag.
1357 * After any left-hand padding and prefixing, emit zeroes
1359 * string proper, then emit zeroes required by any leftover
1392 PAD(width - realsz, zeroes);
1398 /* leading zeroes from decimal precision */
1399 PAD(dprec - size, zeroes);
1410 PRINT(zeroes, 1);
1413 PAD(-expt, zeroes);
[all...]
H A Dprintfcommon.h102 static const CHAR zeroes[PADSIZE] = variable
106 * Pad with blanks or zeroes. 'with' should point to either the blanks array
107 * or the zeroes array.
H A Dxprintf.c122 static char zeroes[PADSIZE] = variable
182 with = zeroes;
/macosx-10.10/sudo-73/src/
H A Dsnprintf.c317 static char zeroes[PADSIZE] = local
648 * After any left-hand padding and prefixing, emit zeroes
650 * string proper, then emit zeroes required by any leftover
678 PAD(width - realsz, zeroes);
680 /* leading zeroes from decimal precision */
681 PAD(dprec - fieldsz, zeroes);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_cga.c92 static const u_int8_t zeroes[IN6_CGA_PREPARE_ZEROES] = { }; local
109 SHA1Update(&ctx, &zeroes, IN6_CGA_PREPARE_ZEROES);
/macosx-10.10/CPANInternal-159.1/Bencode-1.4/lib/
H A DBencode.pm213 Your data contained a string with negative length or a length with leading zeroes.
/macosx-10.10/OpenSSL098-52/src/VMS/
H A Dmkshared.com226 $ write 'libwrch' " .BLKB 8" ! Dummy is zeroes...
/macosx-10.10/bootp-298/bootplib/
H A Dinterfaces.c449 struct in_addr zeroes = { 0 }; local
450 return (zeroes);
/macosx-10.10/emacs-93/emacs/src/
H A Dstrftime.c229 static const CHAR_T zeroes[16] = /* "0000000000000000" */ variable
255 (P) = MEMPCPY ((P), zeroes, _this * sizeof (CHAR_T)); \
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dstrftime.c221 static const CHAR_T zeroes[16] = /* "0000000000000000" */ variable
247 (P) = MEMPCPY ((P), zeroes, _this * sizeof (CHAR_T)); \
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DBondConfiguration.c1325 static lacp_system zeroes = { {0, 0, 0, 0, 0, 0}}; local
1346 (bcmp(&zeroes, &ps->ibps_system, sizeof(zeroes)) == 0)) {
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm400 the adjacency matrix has zeroes on the diagonal. To have ones on
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/TransitiveClosure/
H A DMatrix.pm400 the adjacency matrix has zeroes on the diagonal. To have ones on
/macosx-10.10/msdosfs-209.1.1/
H A Dmsdosfs.py1019 clusters with zeroes.
1049 zeroes = "\x00" * self.volume.bytesPerCluster
1051 self.volume.WriteCluster(cluster, zeroes)
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dexample.pas287 (* At this point, uncompr is still mostly zeroes, so it should compress
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex1060 function simply copies $a$ over to ``c'' and zeroes $d$. The variable $d$ may be passed as a \textbf{NULL}
1078 This will multiply $a$ in place by $x^b$ which is equivalent to shifting the digits left $b$ places and inserting zeroes
H A Dtommath.tex4462 same pointer will point to the $m+1$'th digit where the zeroes will be placed.

Completed in 212 milliseconds