/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | string.c | 75 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 D | string.c | 74 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 D | input.c | 83 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 D | input.c | 83 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 D | csum_ipv6_magic.S | 112 not $0,$0 # .. e1 : and complement.
|
H A D | ev6-csum_ipv6_magic.S | 147 not $0,$4 # E : complement (1 cycle stall on $0)
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | csum_ipv6_magic.S | 112 not $0,$0 # .. e1 : and complement.
|
H A D | ev6-csum_ipv6_magic.S | 147 not $0,$4 # E : complement (1 cycle stall on $0)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 167 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 D | unifdef.c | 167 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 D | ilsp.S | 150 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 D | ilsp.S | 150 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 D | qed_l2.c | 1421 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 D | qed_l2.c | 1422 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
|