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

/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_pss.c68 static const unsigned char zeroes[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
160 || !EVP_DigestUpdate(&ctx, zeroes, sizeof(zeroes))
255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof(zeroes))
271 * Initial PS XORs with all zeroes which is a NOP so just update pointer.
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c130 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
142 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale))
754 * trim trailing zeroes if no # flag.
936 * After any left-hand padding and prefixing, emit zeroes
938 * string proper, then emit zeroes required by any leftover
972 PAD(width - realsz, zeroes);
978 /* leading zeroes from decimal precision */
979 PAD(dprec - size, zeroes);
990 PRINT(zeroes, 1);
993 PAD(-expt, zeroes);
[all...]
H A Dvfwprintf.c159 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
171 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale))
818 * trim trailing zeroes if no # flag.
997 * After any left-hand padding and prefixing, emit zeroes
999 * string proper, then emit zeroes required by any leftover
1033 PAD(width - realsz, zeroes);
1039 /* leading zeroes from decimal precision */
1040 PAD(dprec - size, zeroes);
1051 PRINT(zeroes, 1);
1054 PAD(-expt, zeroes);
[all...]
H A Dprintfcommon.h107 static const CHAR zeroes[PADSIZE] = variable
111 * Pad with blanks or zeroes. 'with' should point to either the blanks array
112 * or the zeroes array.
H A Dxprintf.c87 static char zeroes[PADSIZE] = variable
145 with = zeroes;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-address.h126 uint64_t zeroes :33; member in struct:__anon8430::__anon8432
152 uint64_t zeroes :24; /* techically, <47:40> are dont-cares */ member in struct:__anon8430::__anon8436
/freebsd-11-stable/usr.bin/mkimg/
H A Dimage.c537 static uint8_t *zeroes = NULL; local
548 if (zeroes == NULL) {
549 zeroes = calloc(1, secsz);
550 if (zeroes == NULL)
556 error = image_copyout_memory(fd, sz, zeroes);
/freebsd-11-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-11-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-11-stable/sys/fs/ext2fs/
H A Dext2_vnops.c2123 static unsigned char zeroes[EXT2_MAX_BLOCK_SIZE]; local
2202 if (xfersize > sizeof(zeroes))
2203 xfersize = sizeof(zeroes);
2204 error = uiomove(zeroes, xfersize, uio);
/freebsd-11-stable/lib/libradius/
H A Dradlib.c296 uint32_t zeroes[4] = { 0, 0, 0, 0 }; local
300 MD5Update(&ctx, zeroes, LEN_AUTH);
/freebsd-11-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-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1788 static char zeroes[GMAC_BLOCK_LEN]; local
1793 rijndaelEncrypt(keysched, rounds, zeroes, s->gmac.ghash_h);
/freebsd-11-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 162 milliseconds