Home
last modified time | relevance | path

Searched refs:not_zero (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dlznt.c148 u8 not_zero = 0; in compress_chunk() local
175 not_zero |= *cp++ = *up++; in compress_chunk()
207 return not_zero ? 0 : LZNT_ERROR_ALL_ZEROS; in compress_chunk()
/openbmc/linux/arch/m68k/fpsp040/
H A Dscale.S201 bnes not_zero
203 bnes not_zero
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c460 unsigned char *buf, *not_zero; in iblock_execute_zero_out() local
470 not_zero = memchr_inv(buf, 0x00, cmd->data_length); in iblock_execute_zero_out()
473 if (not_zero) in iblock_execute_zero_out()