Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c432 int zeros, i; in __shorten() local
435 for (zeros = 0; zeros < length && p->bsignificand[zeros] == 0; zeros++) in __shorten()
437 if (zeros) { in __shorten()
438 length -= zeros; in __shorten()
439 p->bexponent += zeros << 4; in __shorten()
441 p->bsignificand[i] = p->bsignificand[i + zeros]; in __shorten()
/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/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh336 … $(($x)) == 10 && $((1$x)) == 1010 ]] || err_exit 'zero filled fields not preserving leading zeros'
338 …t y=1$x;print $y) == 1010 ]] || err_exit 'zero filled fields not preserving leading zeros with let'
353 (( x == 10 )) || err_exit 'leading zeros in x treated as octal arithmetic with $((x))'
354 (( $x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic with $x'
357 (( x == 10 )) || err_exit 'leading zeros not ignored for arithmetic'
358 (( $x == 10 )) || err_exit 'leading zeros not ignored for arithmetic with $x'
360 (( i == 10 )) || err_exit 'leading zeros not ignored for arithmetic assignment'
/illumos-gate/usr/src/boot/libsa/
H A Dsmbios.c211 int byteorder, i, ones, zeros; in smbios_setuuid() local
216 for (i = 0, ones = 0, zeros = 0; i < UUID_SIZE; i += UUID_STEP) { in smbios_setuuid()
218 if (zeros == 0 && n == 0) in smbios_setuuid()
221 zeros++; in smbios_setuuid()
226 if (ones != UUID_ALL_BITS && zeros != UUID_ALL_BITS) { in smbios_setuuid()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarfstring.c250 static char zeros[] = {"0000000000000000000000000000000000000000"}; in _dwarfstring_append_zeros() local
251 size_t charct = sizeof(zeros)-1; in _dwarfstring_append_zeros()
254 res = dwarfstring_append_length(data,zeros,charct); in _dwarfstring_append_zeros()
261 dwarfstring_append_length(data,zeros,l); in _dwarfstring_append_zeros()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c84 char zeros; /* strip leading zeros when set */ member
1104 mp->zeros = 0; in varsub()
1451 mp->zeros = 1; in varsub()
1589 int zeros = mp->zeros; in varsub() local
1606 mp->arith = mp->zeros = 0; in varsub()
1618 mp->zeros = zeros; in varsub()
2273 if(mp->zeros) in mac_copy()
2282 mp->zeros = 0; in mac_copy()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c159 static const char zeros[NTLM_HASH_SZ] = {0}; in dump_iod_ssn() local
173 if (bcmp(zeros, &is->iod_nthash, NTLM_HASH_SZ)) in dump_iod_ssn()
179 if (bcmp(zeros, &is->iod_lmhash, NTLM_HASH_SZ)) in dump_iod_ssn()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1727 char zeros[BUFSIZ]; in krb5_fcc_destroy() local
1760 memset(zeros, 0, BUFSIZ); in krb5_fcc_destroy()
1763 i = write(data->file, zeros, wlen); in krb5_fcc_destroy()
1808 memset(zeros, 0, BUFSIZ); in krb5_fcc_destroy()
1810 if (write(data->file, zeros, BUFSIZ) < 0) { in krb5_fcc_destroy()
1820 if (write(data->file, zeros, wlen) < 0) { in krb5_fcc_destroy()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c433 static const char zeros[8] = { 0 }; in mb_put_align8() local
438 MB_PUT_INLINE(mbp, zeros, pad_len); in mb_put_align8()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1338 uint32_t zeros:22; /* 0 */ member
1370 uint32_t zeros:22; /* 0 */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.S1526 ! need to put zeros in the cache line before displacing it
1530 stxa %g0, [%o0 + %o2]ASI_MEM ! put zeros in the ecache line
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3858 int zeros = 0; in masktocidr() local
3871 zeros += 8; in masktocidr()
3876 zeros += (ffs((int)mask->s6_addr[byte]) - 1); in masktocidr()
3884 cidr = 32 - zeros; in masktocidr()
3886 cidr = 128 - zeros; in masktocidr()
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S523 loop intusr.2 # with 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)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE248 12-02-07 A bug in which numbers with leading zeros could be treated as
515 leading zeros no longer cause the value to be treated as an
2045 03-11-04 A bug in which leading zeros were stripped from variable
2056 03-09-12 +To improve conformance with ksh88, leading zeros will be ignored
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog333 - Update contrib/puff/zeros.raw test file to have all block types
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt1014 Change: [FW] Initialized the entire DORQ WQE buffer with zeros.
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1516 zeros especially), and leads to inconsistent output from ACPICA across
1864 all hosts/clib implementations (on some, leading zeros are not supported,
4994 descriptors that are mostly or all zeros, with the expectation that they