Searched refs:nonzero (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm/common/
H A Dvlock.S84 eor r0, r1, r2 @ zero if I won, else nonzero
89 mov r0, #1 @ nonzero indicates that I lost
/linux-master/tools/lib/perf/tests/
H A Dtest-evlist.c453 int err, i, nonzero = 0; local
554 nonzero++;
557 if (nonzero != 0)
558 avg = avg / nonzero;
/linux-master/arch/arm/probes/kprobes/
H A Dactions-thumb.c369 probes_opcode_t nonzero = regs->uregs[rn] ? insn : ~insn; local
370 if (nonzero & 0x800) {
/linux-master/arch/xtensa/lib/
H A Dstrncpy_user.S92 bnez a4, .Lsrcaligned # if len is nonzero
H A Dstrnlen_user.S93 # Actually, we don't need to check. Zero or nonzero, we'll add one.
129 bany a9, a8, .Laligned # if byte 3 (of word, not string) is nonzero
/linux-master/fs/gfs2/
H A Drgrp.c1933 int cpu, nonzero = 0; local
1940 nonzero++;
1944 if (nonzero)
1945 do_div(a_srttb, nonzero);
/linux-master/drivers/hwmon/
H A Dlm90.c1800 bool nonzero = false; local
1825 nonzero |= reg1 || reg2 || reg3 || reg4;
1832 return nonzero && ff != 0xff ? "lm84" : NULL;
/linux-master/arch/m68k/fpsp040/
H A Dsrem_mod.S12 | of X and Y are both nonzero and finite; although either or both

Completed in 430 milliseconds