| /linux/rust/quote/ |
| H A D | ext.rs | 44 fn append_separated<I, U>(&mut self, iter: I, op: U) in append_separated() 54 fn append_terminated<I, U>(&mut self, iter: I, term: U) in append_terminated() 79 fn append_separated<I, U>(&mut self, iter: I, op: U) in append_separated() 93 fn append_terminated<I, U>(&mut self, iter: I, term: U) in append_terminated()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | atomic-amo.h | 15 #define ATOMIC_OP(op, I, asm_op) \ argument 25 #define ATOMIC_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument 39 #define ATOMIC_FETCH_OP(op, I, asm_op, mb, suffix) \ argument 53 #define ATOMIC_OPS(op, I, asm_op, c_op) \ argument 82 #define ATOMIC_OPS(op, I, asm_op) \ argument 111 #define ATOMIC64_OP(op, I, asm_op) \ argument 121 #define ATOMIC64_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument 134 #define ATOMIC64_FETCH_OP(op, I, asm_op, mb, suffix) \ argument 148 #define ATOMIC64_OPS(op, I, asm_op, c_op) \ argument 177 #define ATOMIC64_OPS(op, I, asm_op) \ argument
|
| H A D | atomic-llsc.h | 15 #define ATOMIC_OP(op, I, asm_op) \ argument 30 #define ATOMIC_OP_RETURN(op, I, asm_op) \ argument 47 #define ATOMIC_FETCH_OP(op, I, asm_op) \ argument 64 #define ATOMIC_OPS(op,I ,asm_op, c_op) \ argument 79 #define ATOMIC_OPS(op, I, asm_op) \ argument
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hdr.h | 551 #define NETXEN_NIU_GB_MAC_CONFIG_0(I) \ argument 553 #define NETXEN_NIU_GB_MAC_CONFIG_1(I) \ argument 555 #define NETXEN_NIU_GB_MAC_IPG_IFG(I) \ argument 557 #define NETXEN_NIU_GB_HALF_DUPLEX_CTRL(I) \ argument 559 #define NETXEN_NIU_GB_MAX_FRAME_SIZE(I) \ argument 561 #define NETXEN_NIU_GB_TEST_REG(I) \ argument 563 #define NETXEN_NIU_GB_MII_MGMT_CONFIG(I) \ argument 565 #define NETXEN_NIU_GB_MII_MGMT_COMMAND(I) \ argument 567 #define NETXEN_NIU_GB_MII_MGMT_ADDR(I) \ argument 569 #define NETXEN_NIU_GB_MII_MGMT_CTRL(I) \ argument [all …]
|
| /linux/arch/riscv/include/asm/ |
| H A D | atomic.h | 53 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 65 #define ATOMIC_OPS(op, asm_op, I) \ argument 68 #define ATOMIC_OPS(op, asm_op, I) \ argument 87 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 112 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument 126 #define ATOMIC_OPS(op, asm_op, c_op, I) \ argument 165 #define ATOMIC_OPS(op, asm_op, I) \ argument
|
| /linux/include/linux/platform_data/ |
| H A D | adp8870.h | 85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30) argument 90 #define ADP8870_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument 95 #define ADP8870_L3_COMP_CURR_uA(I) ((I * 255) / 551) argument 100 #define ADP8870_L4_COMP_CURR_uA(I) ((I * 255) / 275) argument 105 #define ADP8870_L5_COMP_CURR_uA(I) ((I * 255) / 138) argument
|
| H A D | adp8860.h | 88 #define ADP8860_BL_CUR_mA(I) ((I * 127) / 30) argument 93 #define ADP8860_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument 98 #define ADP8860_L3_COMP_CURR_uA(I) ((I * 255) / 138) argument
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
| H A D | gk104.c | 75 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in gk104_top_parse() argument 76 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in gk104_top_parse() argument
|
| H A D | ga100.c | 71 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in ga100_top_parse() argument 72 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in ga100_top_parse() argument
|
| /linux/security/apparmor/include/ |
| H A D | label.h | 171 #define label_for_each(I, L, P) \ argument 175 #define label_for_each_cont(I, L, P) \ argument 181 #define label_for_each_confined(I, L, P) \ argument 186 #define label_for_each_in_merge(I, A, B, P) \ argument 191 #define label_for_each_not_in_set(I, SET, SUB, P) \ argument 204 #define label_for_each_in_ns(I, NS, L, P) \ argument
|
| /linux/drivers/comedi/drivers/ni_routing/ |
| H A D | ni_route_values.h | 43 #define I(x) V(x) macro 50 #define I(x) (((x) & 0x7f) | 0x100) macro
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1324 pub fn init_array_from_fn<I, const N: usize, T, E>( in init_array_from_fn() 1325 mut make_init: impl FnMut(usize) -> I, in init_array_from_fn() 1367 pub fn pin_init_array_from_fn<I, const N: usize, T, E>( in pin_init_array_from_fn() 1368 mut make_init: impl FnMut(usize) -> I, in pin_init_array_from_fn() 1423 F: FnOnce() -> Result<I, E>, in pin_init_scope() 1466 F: FnOnce() -> Result<I, E>, in init_scope()
|
| /linux/tools/perf/util/ |
| H A D | s390-cpumsf-kernel.h | 24 unsigned int I:1; /* 31 entry valid or invalid */ member 36 unsigned int I:1; /* 31 entry valid or invalid */ member
|
| /linux/arch/powerpc/perf/req-gen/ |
| H A D | _begin.h | 10 #define I(...) __VA_ARGS__ macro
|
| /linux/drivers/media/tuners/ |
| H A D | mt2060.c | 136 int I,J; in mt2060_spurcalc() local 156 int I,J; in mt2060_spurcheck() local
|
| /linux/include/linux/mfd/ |
| H A D | adp5520.h | 241 #define ADP5520_BL_CUR_mA(I) ((I * 127) / 30) argument 246 #define ADP5520_L2_COMP_CURR_uA(I) ((I * 255) / 1000) argument 251 #define ADP5520_L3_COMP_CURR_uA(I) ((I * 255) / 127) argument
|
| /linux/include/math-emu/ |
| H A D | op-1.h | 30 #define _FP_FRAC_SET_1(X,I) (X##_f = I) argument 35 #define _FP_FRAC_ADDI_1(X,I) (X##_f += I) argument
|
| H A D | op-2.h | 30 #define _FP_FRAC_SET_2(X,I) __FP_FRAC_SET_2(X, I) argument 85 #define _FP_FRAC_ADDI_2(X,I) \ argument
|
| H A D | op-4.h | 32 #define _FP_FRAC_SET_4(X,I) __FP_FRAC_SET_4(X, I) argument 125 #define _FP_FRAC_ADDI_4(X,I) \ argument
|
| /linux/fs/ntfs3/ |
| H A D | debug.h | 18 #define Add2Ptr(P, I) ((void *)((u8 *)(P) + (I))) argument
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_fwif_sf.h | 62 #define ROGUE_FW_LOG_VALIDID(I) (((I) & ROGUE_FW_LOG_IDMASK) == ROGUE_FW_LOG_IDMARKER) argument
|
| /linux/mm/ |
| H A D | vmstat.c | 1204 #define I(x) (x) macro 1224 #define I(x) (NR_VM_ZONE_STAT_ITEMS + x) macro 1236 #define I(x) (NR_VM_ZONE_STAT_ITEMS + NR_VM_NUMA_EVENT_ITEMS + x) macro 1302 #define I(x) (NR_VM_ZONE_STAT_ITEMS + NR_VM_NUMA_EVENT_ITEMS + \ macro 1312 #define I(x) (NR_VM_ZONE_STAT_ITEMS + NR_VM_NUMA_EVENT_ITEMS + \ macro
|
| /linux/rust/syn/ |
| H A D | punctuated.rs | 472 fn extend<I: IntoIterator<Item = T>>(&mut self, i: I) { in extend() 491 fn extend<I: IntoIterator<Item = Pair<T, P>>>(&mut self, i: I) { in extend() 844 impl<'a, T, I> IterTrait<'a, T> for I implementation 940 impl<'a, T, I> IterMutTrait<'a, T> for I implementation
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 64 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() 69 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP()
|
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 397 #define ipa_ref_list_referring_iterate(L, I, P) \ argument 399 #define ipa_ref_list_reference_iterate(L, I, P) \ argument
|