Home
last modified time | relevance | path

Searched defs:const (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/arm64/crypto/
Daes-neon.S28 .macro mul_by_x, out, in, temp, const
36 .macro mul_by_x2, out, in, temp, const
158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
/linux-6.1.9/drivers/usb/gadget/function/
Dstorage_common.h38 # define dump_msg(fsg, /* const char * */ label, \ argument
52 # define dump_msg(fsg, /* const char * */ label, \ argument
/linux-6.1.9/security/landlock/
Dsyscalls.c158 const struct landlock_ruleset_attr __user *const, attr, in SYSCALL_DEFINE3() argument
307 const void __user *const, rule_attr, const __u32, flags) in SYSCALL_DEFINE4() argument
/linux-6.1.9/rust/alloc/
Dboxed.rs1200 impl<T> const Default for Box<[T]> { impl
1210 impl const Default for Box<str> { impl
1407 impl<T: ?Sized, A: Allocator> const From<Box<T, A>> for Pin<Box<T, A>> impl
1787 impl<T: ?Sized, A: Allocator> const Deref for Box<T, A> { impl
1797 impl<T: ?Sized, A: Allocator> const DerefMut for Box<T, A> { impl
1977 impl<T: ?Sized, A: Allocator> const Unpin for Box<T, A> where A: 'static {} impl
Dborrow.rs336 impl<B: ?Sized + ToOwned> const Deref for Cow<'_, B> impl
/linux-6.1.9/arch/powerpc/xmon/
Dansidecl.h116 #define const macro
/linux-6.1.9/arch/sparc/include/uapi/asm/
Dtraps.h20 #define SPARC_MOV_CONST_L3(const) (0xa6102000 | (const&0xfff)) argument
/linux-6.1.9/scripts/kconfig/
Dqconf.cc246 const QModelIndex &index) const in createEditor() argument
264 const QModelIndex &index) const in setModelData() argument
/linux-6.1.9/arch/alpha/include/asm/
Dio.h155 REMAP1(unsigned int, ioread8, const) in REMAP1() argument
/linux-6.1.9/drivers/of/
Dfdt.c852 const void * (*get_next_compat)(const char * const**)) in of_flat_dt_match_machine() argument
/linux-6.1.9/rust/alloc/vec/
Dmod.rs2914 impl<T> const Default for Vec<T> { impl