Home
last modified time | relevance | path

Searched refs:res32 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/x86/
H A Dtest_FISTTP.c18 unsigned int res32 = -1; variable
35 if (res16 != 1 || res32 != 1 || res64 != 1) { in test()
55 if (res16 != 3 || res32 != 3 || res64 != 3) { in test()
78 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test()
99 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
/linux/fs/dlm/
H A Duser.c125 struct dlm_lock_result32 *res32) in compat_output() argument
127 memset(res32, 0, sizeof(*res32)); in compat_output()
129 res32->version[0] = res->version[0]; in compat_output()
130 res32->version[1] = res->version[1]; in compat_output()
131 res32->version[2] = res->version[2]; in compat_output()
136 res32->bast_mode = res->bast_mode; in compat_output()
138 res32->lvb_offset = res->lvb_offset; in compat_output()
139 res32->length = res->length; in compat_output()
141 res32->lksb.sb_status = res->lksb.sb_status; in compat_output()
142 res32->lksb.sb_flags = res->lksb.sb_flags; in compat_output()
[all …]
/linux/arch/powerpc/include/asm/
H A Dimmap_cpm2.h234 u8 res32[4]; member
/linux/tools/lib/bpf/
H A Dlibbpf.c2443 __u32 res32; in get_map_field_long() local
2446 ret = get_map_field_int(map_name, btf, m, &res32); in get_map_field_long()
2448 *res = (__u64)res32; in get_map_field_long()