Searched refs:complement (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/util/
H A Dstring.c74 bool complement = false, ret = true; local
77 complement = true;
103 return complement ? !ret : ret;
/linux-master/arch/alpha/lib/
H A Dcsum_ipv6_magic.S112 not $0,$0 # .. e1 : and complement.
H A Dev6-csum_ipv6_magic.S147 not $0,$4 # E : complement (1 cycle stall on $0)
/linux-master/net/rfkill/
H A Dinput.c83 const bool complement)
88 if (complement)
82 __rfkill_handle_normal_op(const enum rfkill_type type, const bool complement) argument
/linux-master/scripts/
H A Dunifdef.c167 static bool complement; /* -c: do the complement */ variable
277 complement = true;
557 if (keep ^ complement) {
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S150 neg.l %d7 # complement negative divisor
160 negx.l %d6 # complement signed dividend
708 # compute 2's complement of the unsigned number:
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1422 u32 crc32_length, u32 crc32_seed, u8 complement)
1421 qed_calc_crc32c(u8 *crc32_packet, u32 crc32_length, u32 crc32_seed, u8 complement) argument

Completed in 281 milliseconds