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

/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_pss.c19 static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
114 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes))
212 || !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes))
227 * Initial PS XORs with all zeroes which is a NOP so just update pointer.
/freebsd-12-stable/lib/libc/stdio/
H A Dvfprintf.c132 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
144 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale))
756 * trim trailing zeroes if no # flag.
938 * After any left-hand padding and prefixing, emit zeroes
940 * string proper, then emit zeroes required by any leftover
974 PAD(width - realsz, zeroes);
980 /* leading zeroes from decimal precision */
981 PAD(dprec - size, zeroes);
992 PRINT(zeroes, 1);
995 PAD(-expt, zeroes);
[all...]
H A Dvfwprintf.c161 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
173 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale))
820 * trim trailing zeroes if no # flag.
999 * After any left-hand padding and prefixing, emit zeroes
1001 * string proper, then emit zeroes required by any leftover
1035 PAD(width - realsz, zeroes);
1041 /* leading zeroes from decimal precision */
1042 PAD(dprec - size, zeroes);
1053 PRINT(zeroes, 1);
1056 PAD(-expt, zeroes);
[all...]
H A Dprintfcommon.h109 static const CHAR zeroes[PADSIZE] = variable
113 * Pad with blanks or zeroes. 'with' should point to either the blanks array
114 * or the zeroes array.
H A Dxprintf.c89 static char zeroes[PADSIZE] = variable
147 with = zeroes;
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-address.h126 uint64_t zeroes :33; member in struct:__anon11089::__anon11091
152 uint64_t zeroes :24; /* techically, <47:40> are dont-cares */ member in struct:__anon11089::__anon11095
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c72 static char zeroes[GMAC_BLOCK_LEN]; local
77 rijndaelEncrypt(keysched, rounds, zeroes, ghash);
/freebsd-12-stable/usr.bin/mkimg/
H A Dimage.c548 static uint8_t *zeroes = NULL; local
559 if (zeroes == NULL) {
560 zeroes = calloc(1, secsz);
561 if (zeroes == NULL)
567 error = image_copyout_memory(fd, sz, zeroes);
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dvfprintf.c214 static char zeroes[PADSIZE] = local
733 ** After any left-hand padding and prefixing, emit zeroes
735 ** string proper, then emit zeroes required by any leftover
766 PAD(width - realsz, zeroes);
768 /* leading zeroes from decimal precision */
769 PAD(dprec - size, zeroes);
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsboot.c341 char *zeroes = zap_scratch; local
345 memset(zeroes, 0, VDEV_PAD_SIZE);
346 end = (uint64_t *)(zeroes + VDEV_PAD_SIZE);
353 if (vdev_write(vdev, vdev->v_read_priv, off, zeroes, VDEV_PAD_SIZE))
/freebsd-12-stable/lib/libradius/
H A Dradlib.c305 uint32_t zeroes[4] = { 0, 0, 0, 0 }; local
309 MD5Update(&ctx, zeroes, LEN_AUTH);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc786 // is mapped we can avoid crashing and return zeroes to any pages we try
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S72 1: @ Look for zeroes, equal values, INF, or NAN.
H A Dieee754-df.S93 @ Look for zeroes, equal values, INF, or NAN.

Completed in 326 milliseconds