Home
last modified time | relevance | path

Searched refs:non_zero (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c49 uint32_t non_zero = 0; in fips_add160() local
62 non_zero |= partialsum; in fips_add160()
65 return (((non_zero != 0) * 2) | carry); in fips_add160()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c2613 uint32_t nr, r, non_zero, dr; in nvme_opc_dataset_mgmt() local
2640 non_zero = 0; in nvme_opc_dataset_mgmt()
2648 non_zero++; in nvme_opc_dataset_mgmt()
2665 if (non_zero == 0) { in nvme_opc_dataset_mgmt()