Searched refs:zeros (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_seed.c28 static const unsigned char zeros[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; variable
49 code = kg_encrypt(context, tmpkey, KG_USAGE_SEAL, NULL, zeros, seed, 16);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c155 int byteorder, i, ones, zeros; local
160 for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) {
162 if (zeros == 0 && n == 0)
165 zeros++;
170 if (ones != UUID_ALL_BITS && zeros != UUID_ALL_BITS) {
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c432 int zeros, i; local
434 /* count trailing zeros */
435 for (zeros = 0; zeros < length && p->bsignificand[zeros] == 0; zeros++)
437 if (zeros) {
438 length -= zeros;
439 p->bexponent += zeros << 4;
441 p->bsignificand[i] = p->bsignificand[i + zeros];
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c774 char zeros[BLK_SIZE]; local
776 (void) memset(zeros, 0, BLK_SIZE);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c163 static const char zeros[NTLM_HASH_SZ] = {0}; local
175 if (bcmp(zeros, &is->iod_nthash, NTLM_HASH_SZ))
181 if (bcmp(zeros, &is->iod_lmhash, NTLM_HASH_SZ))
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1727 char zeros[BUFSIZ]; local
1760 memset(zeros, 0, BUFSIZ);
1763 i = write(data->file, zeros, wlen);
1808 memset(zeros, 0, BUFSIZ);
1810 if (write(data->file, zeros, BUFSIZ) < 0) {
1820 if (write(data->file, zeros, wlen) < 0) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c74 char zeros; /* strip leading zeros when set */ member in struct:_mac_
1039 mp->zeros = 0;
1348 /* special case --- ignore leading zeros */
1350 mp->zeros = 1;
1480 int zeros = mp->zeros; local
1497 mp->arith = mp->zeros = 0;
1509 mp->zeros = zeros;
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1319 * Hash computation is started at the 22 zeros.
1338 uint32_t zeros:22; /* 0 */ member in struct:flow_template::__anon8267
1370 uint32_t zeros:22; /* 0 */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.s1618 * to push out, as a 64 byte block of zeros, from the ecache zero-filled.
1653 ! need to put zeros in the cache line before displacing it
1657 stxa %g0, [%o0 + %o2]ASI_MEM ! put zeros in the ecache line
1719 ! need to put zeros in the cache line before displacing it
1723 stxa %g0, [%o0 + %o2]ASI_MEM ! put zeros in the ecache line
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S515 * push a dummy frame of zeros onto the stack for all the general
523 loop intusr.2 # with zeros
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3858 int zeros = 0; local
3868 * zero byte, so add 8 to zeros.
3871 zeros += 8;
3873 * non-zero byte, add zero count to zeros.
3876 zeros += (ffs((int)mask->s6_addr[byte]) - 1);
3884 cidr = 32 - zeros;
3886 cidr = 128 - zeros;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s1028 pslldq $0xf,%xmm3 # shift the current buffer left (shift in zeros)
1034 pslldq $0xf,%xmm0 # shift the current buffer left (shift in zeros)

Completed in 130 milliseconds