Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dstring.c75 bool complement = false, ret = true; in __match_charclass() local
78 complement = true; in __match_charclass()
104 return complement ? !ret : ret; in __match_charclass()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstring.c74 bool complement = false, ret = true; in __match_charclass() local
77 complement = true; in __match_charclass()
103 return complement ? !ret : ret; in __match_charclass()
/kernel/linux/linux-5.10/net/rfkill/
H A Dinput.c83 const bool complement) in __rfkill_handle_normal_op()
88 if (complement) in __rfkill_handle_normal_op()
82 __rfkill_handle_normal_op(const enum rfkill_type type, const bool complement) __rfkill_handle_normal_op() argument
/kernel/linux/linux-6.6/net/rfkill/
H A Dinput.c83 const bool complement) in __rfkill_handle_normal_op()
88 if (complement) in __rfkill_handle_normal_op()
82 __rfkill_handle_normal_op(const enum rfkill_type type, const bool complement) __rfkill_handle_normal_op() argument
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c167 static bool complement; /* -c: do the complement */ variable
277 complement = true; in main()
557 if (keep ^ complement) { in flushline()
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c167 static bool complement; /* -c: do the complement */ variable
277 complement = true; in main()
557 if (keep ^ complement) { in flushline()
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-6.6/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:
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1421 u32 crc32_length, u32 crc32_seed, u8 complement) in qed_calc_crc32c()
1420 qed_calc_crc32c(u8 *crc32_packet, u32 crc32_length, u32 crc32_seed, u8 complement) qed_calc_crc32c() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1422 u32 crc32_length, u32 crc32_seed, u8 complement) in qed_calc_crc32c()
1421 qed_calc_crc32c(u8 *crc32_packet, u32 crc32_length, u32 crc32_seed, u8 complement) qed_calc_crc32c() argument

Completed in 25 milliseconds