Home
last modified time | relevance | path

Searched refs:usize (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/
H A D0002-Fix-unnecessary-qualifications-error.patch34 - assert!(mem::size_of::<u32>() <= mem::size_of::<usize>());
35 + assert!(size_of::<u32>() <= size_of::<usize>());
36 assert!(ucred_size <= u32::MAX as usize);
43 - if ret == 0 && ucred_size as usize == mem::size_of::<ucred>() {
44 + if ret == 0 && ucred_size as usize == size_of::<ucred>() {
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch37 pub const VEOF: usize = 4;
38 pub const VEOL: usize = 11;
65 pub const VEOF: usize = 16;
66 pub const VEOL: usize = 17;
79 pub const VEOF: usize = 4;
80 pub const VEOL: usize = 6;
93 pub const VEOF: usize = 4;
94 pub const VEOL: usize = 11;
107 pub const VEOF: usize = 4;
H A D0001-musl-Define-O_LARGEFILE-for-riscv32.patch15 pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
H A D0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch75 pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
76 pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
H A D0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch82 pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
83 pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/
H A D0001-Upgrade-radium-to-1.0.patch354 -element!(size, usize => AtomicUsize);
355 +element!("ptr", usize => AtomicUsize);
444 @@ -199,49 +199,49 @@ store!(usize => BitSafeUsize);
475 - = [(); mem::aligned_to_size::<Self>() as usize];
501 + = [(); mem::aligned_to_size::<Self>() as usize];
521 -atomic!(size, usize => AtomicUsize);
522 +atomic!("ptr", usize => AtomicUsize);
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drepro-issue-fix-with-cc-crate-hashmap.patch28 + fn find_target_position(s: &str, targets: &[&str]) -> Option<usize> {
84 + fn find_target_position(s: &str, targets: &[&str]) -> Option<usize> {
127 + fn find_target_position(s: &str, targets: &[&str]) -> Option<usize> {
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38535_pre.patch143 } else if dyn_headers.table.len() + HTTP2_STATIC_HEADERS_NUMBER < n as usize {
153 let indyn = dyn_headers.table.len() - (n as usize - HTTP2_STATIC_HEADERS_NUMBER);
/openbmc/qemu/hw/usb/
H A Dtrace-events281 usb_uas_xfer_data(int addr, uint16_t tag, uint32_t copy, uint32_t uoff, uint32_t usize, uint32_t so…