/linux-6.3-rc2/rust/alloc/ |
A D | alloc.rs | 38 fn __rust_realloc(ptr: *mut u8, old_size: usize, align: usize, new_size: usize) -> *mut u8; in __rust_realloc() 90 pub unsafe fn alloc(layout: Layout) -> *mut u8 { in alloc() 127 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 184 ptr: NonNull<u8>, in grow_impl() 188 ) -> Result<NonNull<[u8]>, AllocError> { in grow_impl() 253 ptr: NonNull<u8>, in grow() 256 ) -> Result<NonNull<[u8]>, AllocError> { in grow() 264 ptr: NonNull<u8>, in grow_zeroed() 267 ) -> Result<NonNull<[u8]>, AllocError> { in grow_zeroed() 275 ptr: NonNull<u8>, in shrink() [all …]
|
A D | raw_vec.rs | 273 fn current_memory(&self) -> Option<(NonNull<u8>, Layout)> { in current_memory() 403 fn set_ptr_and_cap(&mut self, ptr: NonNull<[u8]>, cap: usize) { in set_ptr_and_cap() 489 current_memory: Option<(NonNull<u8>, Layout)>, in finish_grow() 491 ) -> Result<NonNull<[u8]>, TryReserveError> in finish_grow()
|
A D | slice.rs | 672 impl [u8] { implementation 688 pub fn to_ascii_uppercase(&self) -> Vec<u8> { in to_ascii_uppercase() 709 pub fn to_ascii_lowercase(&self) -> Vec<u8> { in to_ascii_lowercase()
|
/linux-6.3-rc2/rust/kernel/ |
A D | allocator.rs | 13 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() 19 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 35 fn __rust_alloc(size: usize, _align: usize) -> *mut u8 { in __rust_alloc() 40 fn __rust_dealloc(ptr: *mut u8, _size: usize, _align: usize) { in __rust_dealloc() 45 fn __rust_realloc(ptr: *mut u8, _old_size: usize, _align: usize, new_size: usize) -> *mut u8 { in __rust_realloc() 56 fn __rust_alloc_zeroed(size: usize, _align: usize) -> *mut u8 { in __rust_alloc_zeroed()
|
A D | str.rs | 153 pub fn as_bytes(&self) -> &[u8] { in as_bytes() 159 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() 410 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs() 425 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer() 439 pub(crate) fn pos(&self) -> *mut u8 { in pos() 487 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
|
A D | print.rs | 101 module_name: &[u8],
|
/linux-6.3-rc2/include/crypto/ |
A D | ctr.h | 22 const u8 *, u8 *)) in crypto_ctr_encrypt_walk()
|
/linux-6.3-rc2/crypto/ |
A D | ecb.c | 18 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypto_ecb_crypt() argument
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | sockopt_sk.c | 18 char u8[4]; in getsetsockopt() member
|
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/ |
A D | ssh.rst | 3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
|
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/tools/ |
A D | convert_c_to_py.c | 9 typedef uint8_t u8; typedef
|
/linux-6.3-rc2/arch/powerpc/platforms/cell/ |
A D | spider-pci.c | 51 SPIDER_PCI_MMIO_READ(readb, u8) in SPIDER_PCI_MMIO_READ() argument
|
/linux-6.3-rc2/arch/sh/drivers/pci/ |
A D | common.c | 42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
A D | int_typedefs.h | 8 typedef uint8_t u8; typedef
|
/linux-6.3-rc2/arch/powerpc/boot/ |
A D | types.h | 9 typedef unsigned char u8; typedef
|
/linux-6.3-rc2/include/asm-generic/ |
A D | int-ll64.h | 17 typedef __u8 u8; typedef
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
A D | mxms.c | 97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() argument
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | storage_common.h | 39 /* const u8 * */ buf, /* unsigned */ length) \ argument 53 /* const u8 * */ buf, /* unsigned */ length) do { } while (0) argument
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/include/ |
A D | utils.h | 25 typedef uint8_t u8; typedef
|
/linux-6.3-rc2/tools/include/linux/ |
A D | types.h | 42 typedef __u8 u8; typedef
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | pkey-helpers.h | 19 #define u8 __u8 macro
|
/linux-6.3-rc2/include/linux/raid/ |
A D | pq.h | 31 typedef uint8_t u8; typedef
|
/linux-6.3-rc2/drivers/xen/xen-pciback/ |
A D | conf_space.c | 34 DEFINE_PCI_CONFIG(read, byte, u8 *) in DEFINE_PCI_CONFIG() argument
|
/linux-6.3-rc2/drivers/net/fddi/skfp/h/ |
A D | targetos.h | 88 #define u8 unsigned char macro
|
/linux-6.3-rc2/arch/x86/boot/tools/ |
A D | build.c | 39 typedef unsigned char u8; typedef
|