Home
last modified time | relevance | path

Searched refs:longmode (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/upp/upp/uppsrc/HexView/
H A DHexView.h19 bool longmode; variable
26 void SetPos(int64 p, bool lm) { pos = p; longmode = lm; empty = false; Refresh(); } in SetPos()
H A DHexView.cpp59 FormatHex(h, pos, longmode ? 16 : 8); in Paint()
62 xx += (longmode ? 16 : 8) * fsz.cx; in Paint()
66 xx += (longmode ? 22 : 12) * fsz.cx; in Paint()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/
H A Dxen.c673 bool longmode; in kvm_xen_hypercall() local
683 longmode = is_64_bit_mode(vcpu); in kvm_xen_hypercall()
684 if (!longmode) { in kvm_xen_hypercall()
707 vcpu->run->xen.u.hcall.longmode = longmode; in kvm_xen_hypercall()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/
H A Dxen.c673 bool longmode; in kvm_xen_hypercall() local
683 longmode = is_64_bit_mode(vcpu); in kvm_xen_hypercall()
684 if (!longmode) { in kvm_xen_hypercall()
707 vcpu->run->xen.u.hcall.longmode = longmode; in kvm_xen_hypercall()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/
H A Dxen.c673 bool longmode; in kvm_xen_hypercall() local
683 longmode = is_64_bit_mode(vcpu); in kvm_xen_hypercall()
684 if (!longmode) { in kvm_xen_hypercall()
707 vcpu->run->xen.u.hcall.longmode = longmode; in kvm_xen_hypercall()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dxen_vmcall_test.c117 ASSERT_EQ(run->xen.u.hcall.longmode, 1); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dxen_vmcall_test.c117 ASSERT_EQ(run->xen.u.hcall.longmode, 1); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/kvm/x86_64/
H A Dxen_vmcall_test.c117 ASSERT_EQ(run->xen.u.hcall.longmode, 1); in main()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsmaster/
H A Dstorageclass.c501 uint32_t sclass_list_entries(uint8_t *buff,uint8_t longmode) { in sclass_list_entries() argument
511 if (longmode&1) { in sclass_list_entries()
518 if (longmode&1) { in sclass_list_entries()
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/sysutils/moosefs3-cli/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/sysutils/moosefs3-cgiserv/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/sysutils/moosefs3-cgi/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/sysutils/moosefs3-chunkserver/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/sysutils/moosefs3-client/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/sysutils/moosefs3-master/moosefs-3.0.116/mfsclient/
H A Dmfstools.c1493 int list_sc(const char *mfsmp,uint8_t longmode) { in list_sc() argument
1506 master_put8bit(longmode); in list_sc()
1516 if (longmode&1) { in list_sc()
3126 int longmode = 0; in main() local
4205 longmode |= 1; in main()
4224 return list_sc(scadmin_mp,longmode); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dkvm.h224 uint32_t longmode; member
345 uint32_t longmode; member

123