Home
last modified time | relevance | path

Searched refs:xmm_space (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/arch/x86_64/bits/
Duser.h8 uint32_t st_space[32], xmm_space[64], padding[24]; member
/third_party/musl/arch/i386/bits/
Duser.h11 long st_space[32], xmm_space[32], padding[56]; member
/third_party/musl/arch/x32/bits/
Duser.h8 uint32_t st_space[32], xmm_space[64], padding[24]; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs289 pub xmm_space: [::c_uint; 64],
322 .xmm_space
324 .zip(other.xmm_space.iter())
359 self.xmm_space.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
Dmod.rs187 pub xmm_space: [::c_uint; 64],
339 .xmm_space
341 .zip(other.xmm_space.iter())
378 self.xmm_space.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs259 pub xmm_space: [::c_long; 32],
289 && self.xmm_space == other.xmm_space
310 .field("xmm_space", &self.xmm_space)
329 self.xmm_space.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
Dmod.rs136 pub xmm_space: [::c_uint; 64],
164 .xmm_space
166 .zip(other.xmm_space.iter())
201 self.xmm_space.hash(state);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h904 u32 xmm_space[64]; member
22124 int xmm_space[32]; member