Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ntfs3/
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()
/linux-5.19.10/arch/m68k/fpsp040/
Dscale.S201 bnes not_zero
203 bnes not_zero
/linux-5.19.10/drivers/target/
Dtarget_core_iblock.c451 unsigned char *buf, *not_zero; in iblock_execute_zero_out() local
461 not_zero = memchr_inv(buf, 0x00, cmd->data_length); in iblock_execute_zero_out()
464 if (not_zero) in iblock_execute_zero_out()