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

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

Completed in 158 milliseconds