Home
last modified time | relevance | path

Searched refs:is64bit (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/dports/lang/perl5.30/perl-5.30.3/cpan/IO-Compress/t/
H A D01misc.t254 ok ! $x->is64bit(), " ! is64bit";
259 ok $x->is64bit(), " is64bit";
264 ok $x->is64bit(), " is64bit";
269 ok $x->is64bit(), " is64bit";
274 ok ! $x->is64bit(), " ! is64bit";
307 ok $x->is64bit(), " is64bit";
314 ok $x->is64bit(), " is64bit";
321 ok $x->is64bit(), " is64bit";
329 ok $x->is64bit(), " is64bit";
348 ok $x->is64bit(), " is64bit";
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/IO-Compress/t/
H A D01misc.t254 ok ! $x->is64bit(), " ! is64bit";
259 ok $x->is64bit(), " is64bit";
264 ok $x->is64bit(), " is64bit";
269 ok $x->is64bit(), " is64bit";
274 ok ! $x->is64bit(), " ! is64bit";
307 ok $x->is64bit(), " is64bit";
314 ok $x->is64bit(), " is64bit";
321 ok $x->is64bit(), " is64bit";
329 ok $x->is64bit(), " is64bit";
348 ok $x->is64bit(), " is64bit";
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/IO-Compress/t/
H A D01misc.t254 ok ! $x->is64bit(), " ! is64bit";
259 ok $x->is64bit(), " is64bit";
264 ok $x->is64bit(), " is64bit";
269 ok $x->is64bit(), " is64bit";
274 ok ! $x->is64bit(), " ! is64bit";
307 ok $x->is64bit(), " is64bit";
314 ok $x->is64bit(), " is64bit";
321 ok $x->is64bit(), " is64bit";
329 ok $x->is64bit(), " is64bit";
348 ok $x->is64bit(), " is64bit";
[all …]
/dports/archivers/p5-IO-Compress/IO-Compress-2.101/t/
H A D01misc.t254 ok ! $x->is64bit(), " ! is64bit";
259 ok $x->is64bit(), " is64bit";
264 ok $x->is64bit(), " is64bit";
269 ok $x->is64bit(), " is64bit";
274 ok ! $x->is64bit(), " ! is64bit";
307 ok $x->is64bit(), " is64bit";
314 ok $x->is64bit(), " is64bit";
321 ok $x->is64bit(), " is64bit";
329 ok $x->is64bit(), " is64bit";
348 ok $x->is64bit(), " is64bit";
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/IO-Compress/t/
H A D01misc.t254 ok ! $x->is64bit(), " ! is64bit";
259 ok $x->is64bit(), " is64bit";
264 ok $x->is64bit(), " is64bit";
269 ok $x->is64bit(), " is64bit";
274 ok ! $x->is64bit(), " ! is64bit";
307 ok $x->is64bit(), " is64bit";
314 ok $x->is64bit(), " is64bit";
321 ok $x->is64bit(), " is64bit";
329 ok $x->is64bit(), " is64bit";
348 ok $x->is64bit(), " is64bit";
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Task/Inventory/Win32/
H A DSoftwares.pm42 my $is64bit = is64bit();
44 my $softwares64 = _getSoftwaresList( is64bit => $is64bit ) || [];
51 is64bit => $is64bit
57 is64bit => $is64bit,
67 if ($is64bit) {
70 is64bit => 0
88 my $hotfixes = _getHotfixesList(is64bit => $is64bit);
116 my $is64bit = $params{is64bit};
124 $profileSoft .= is64bit() && !$is64bit ?
130 is64bit => $is64bit,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/vector/
H A Dint.ts64 public static from(this: typeof IntVector, input: Int32Array, is64bit: true): Int64Vector;
69 public static from(this: typeof IntVector, input: Uint32Array, is64bit: true): Uint64Vector;
90 let [input, is64bit = false] = args;
91 let ArrowType = vectorTypeToDataType(this, is64bit);
94 … let InputType = arrayTypeToDataType(input.constructor as IntArrayCtor, is64bit) || ArrowType;
170 const arrayTypeToDataType = (ctor: IntArrayCtor, is64bit: boolean) => {
174 case Int32Array: return is64bit ? Int64 : Int32;
178 case Uint32Array: return is64bit ? Uint64 : Uint32;
185 const vectorTypeToDataType = (ctor: IntVectorConstructors, is64bit: boolean) => {
189 case Int32Vector: return is64bit ? Int64 : Int32;
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/js/src/vector/
H A Dint.ts64 public static from(this: typeof IntVector, input: Int32Array, is64bit: true): Int64Vector;
69 public static from(this: typeof IntVector, input: Uint32Array, is64bit: true): Uint64Vector;
90 const [input, is64bit = false] = args; constant
91 let ArrowType = vectorTypeToDataType(this, is64bit);
94 … const InputType = arrayTypeToDataType(input.constructor as IntArrayCtor, is64bit) || ArrowType;
168 const arrayTypeToDataType = (ctor: IntArrayCtor, is64bit: boolean) => {
172 case Int32Array: return is64bit ? Int64 : Int32;
176 case Uint32Array: return is64bit ? Uint64 : Uint32;
183 const vectorTypeToDataType = (ctor: IntVectorConstructors, is64bit: boolean) => {
187 case Int32Vector: return is64bit ? Int64 : Int32;
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/vector/
H A Dint.ts64 public static from(this: typeof IntVector, input: Int32Array, is64bit: true): Int64Vector;
69 public static from(this: typeof IntVector, input: Uint32Array, is64bit: true): Uint64Vector;
90 let [input, is64bit = false] = args;
91 let ArrowType = vectorTypeToDataType(this, is64bit);
94 … let InputType = arrayTypeToDataType(input.constructor as IntArrayCtor, is64bit) || ArrowType;
170 const arrayTypeToDataType = (ctor: IntArrayCtor, is64bit: boolean) => {
174 case Int32Array: return is64bit ? Int64 : Int32;
178 case Uint32Array: return is64bit ? Uint64 : Uint32;
185 const vectorTypeToDataType = (ctor: IntVectorConstructors, is64bit: boolean) => {
189 case Int32Vector: return is64bit ? Int64 : Int32;
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/memory_manager/
H A Dpage_table_tests.cpp75 class PPGTTPageTable : public std::conditional<is64bit, PML4, PDPE>::type {
77 const size_t ppgttEntries = is64bit ? 512u : 4u;
105 const uintptr_t refAddr = uintptr_t(1) << (is64bit ? 46 : 31);
176 if constexpr (is64bit) { in TEST_F()
208 if constexpr (is64bit) { in TEST_F()
240 std::unique_ptr<std::conditional<is64bit, MockPML4, MockPDPE>::type> in TEST_F()
262 std::unique_ptr<std::conditional<is64bit, MockPML4, MockPDPE>::type> in TEST_F()
275 std::unique_ptr<std::conditional<is64bit, MockPML4, MockPDPE>::type> in TEST_F()
295 std::unique_ptr<std::conditional<is64bit, MockPML4, MockPDPE>::type> in TEST_F()
320 std::unique_ptr<std::conditional<is64bit, MockPML4, MockPDPE>::type> in TEST_F()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/windows/
H A Dwix.py9 from bypy.constants import is64bit
13 if is64bit:
36 appfolder='Calibre2' if is64bit else 'Calibre',
39 ProgramFilesFolder='ProgramFiles64Folder' if is64bit else 'ProgramFilesFolder',
40 x64=' 64bit' if is64bit else '',
43 …erwriteWixSetDefaultPerMachineFolder" After="WixSetDefaultPerMachineFolder" />' if is64bit else '',
63 arch = 'x64' if is64bit else 'x86'
67 calibre_constants['appname'], ('-64bit' if is64bit else ''), calibre_constants['version']))
/dports/net/vnstat/vnstat-2.8/src/
H A Difinfo.c13 if (cfg.is64bit == -2) { in getifinfo()
15 ifinfo.is64bit = 1; in getifinfo()
17 ifinfo.is64bit = 0; in getifinfo()
20 ifinfo.is64bit = (short)cfg.is64bit; in getifinfo()
23 if (cfg.is64bit < 0) { in getifinfo()
24 ifinfo.is64bit = -1; in getifinfo()
26 ifinfo.is64bit = (short)cfg.is64bit; in getifinfo()
398 if (cfg.is64bit == -2) { in readifaddrs()
400 ifinfo.is64bit = 1; in readifaddrs()
402 ifinfo.is64bit = 0; in readifaddrs()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/winreg/
H A Ddefault_programs.py13 from calibre.constants import is64bit, isportable, isfrozen, __version__, DEBUG
27 'capability_name': 'calibre' + ('64bit' if is64bit else ''),
28 'name': 'calibre' + (' 64-bit' if is64bit else ''),
29 'assoc_name': 'calibre' + ('64bit' if is64bit else ''),
35 'capability_name': 'Editor' + ('64bit' if is64bit else ''),
36 'name': 'calibre Editor' + (' 64-bit' if is64bit else ''),
37 'assoc_name': 'calibreEditor' + ('64bit' if is64bit else ''),
43 'capability_name': 'Viewer' + ('64bit' if is64bit else ''),
44 'name': 'calibre Viewer' + (' 64-bit' if is64bit else ''),
45 'assoc_name': 'calibreViewer' + ('64bit' if is64bit else ''),
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clocksource/
H A Dingenic-ost.c32 bool is64bit; member
105 if (soc_info->is64bit) in ingenic_ost_probe()
124 if (soc_info->is64bit) in ingenic_ost_probe()
136 if (soc_info->is64bit) in ingenic_ost_probe()
167 .is64bit = false,
171 .is64bit = true,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clocksource/
H A Dingenic-ost.c32 bool is64bit; member
105 if (soc_info->is64bit) in ingenic_ost_probe()
124 if (soc_info->is64bit) in ingenic_ost_probe()
136 if (soc_info->is64bit) in ingenic_ost_probe()
167 .is64bit = false,
171 .is64bit = true,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clocksource/
H A Dingenic-ost.c32 bool is64bit; member
105 if (soc_info->is64bit) in ingenic_ost_probe()
124 if (soc_info->is64bit) in ingenic_ost_probe()
136 if (soc_info->is64bit) in ingenic_ost_probe()
167 .is64bit = false,
171 .is64bit = true,
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/actions/fastbuild/
H A Dfastbuild_solution.lua19 local is64bit = os.is64bit()
20 local target64 = (is64bit and ' amd64') or ' x86_amd64'
21 local target32 = (is64bit and ' amd64_x86') or ''
88 if is64bit then
130 local msvcbin = '$VS140COMNTOOLS$..\\..\\VC\\bin' .. ((is64bit and '\\amd64') or '')
/dports/devel/genie/GENie-a503d6e/src/actions/fastbuild/
H A Dfastbuild_solution.lua19 local is64bit = os.is64bit()
20 local target64 = (is64bit and ' amd64') or ' x86_amd64'
21 local target32 = (is64bit and ' amd64_x86') or ''
88 if is64bit then
130 local msvcbin = '$VS140COMNTOOLS$..\\..\\VC\\bin' .. ((is64bit and '\\amd64') or '')
/dports/emulators/mame/mame-mame0226/3rdparty/genie/src/actions/fastbuild/
H A Dfastbuild_solution.lua19 local is64bit = os.is64bit()
20 local target64 = (is64bit and ' amd64') or ' x86_amd64'
21 local target32 = (is64bit and ' amd64_x86') or ''
88 if is64bit then
130 local msvcbin = '$VS140COMNTOOLS$..\\..\\VC\\bin' .. ((is64bit and '\\amd64') or '')
/dports/editors/fpc-ide/fpc-3.2.2/compiler/aarch64/
H A Dracpugas.pas43 procedure ReadSym(oper: taarch64operand; is64bit: boolean);
114 BuildOperand(oper,is64bit);
208 if not(shift in [0,2+ord(is64bit)]) then
638 function MaybeBuildReference(is64bit: boolean):boolean; in MaybeBuildReference()
652 BuildReference(oper,is64bit);
655 BuildReference(oper,is64bit);
658 ReadSym(oper,is64bit);
664 BuildReference(oper,is64bit);
688 BuildReference(oper,is64bit);
762 BuildOperand(oper,is64bit);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/aarch64/
H A Dracpugas.pas43 procedure ReadSym(oper: taarch64operand; is64bit: boolean);
114 BuildOperand(oper,is64bit);
208 if not(shift in [0,2+ord(is64bit)]) then
638 function MaybeBuildReference(is64bit: boolean):boolean; in MaybeBuildReference()
652 BuildReference(oper,is64bit);
655 BuildReference(oper,is64bit);
658 ReadSym(oper,is64bit);
664 BuildReference(oper,is64bit);
688 BuildReference(oper,is64bit);
762 BuildOperand(oper,is64bit);
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/aarch64/
H A Dracpugas.pas43 procedure ReadSym(oper: taarch64operand; is64bit: boolean);
114 BuildOperand(oper,is64bit);
208 if not(shift in [0,2+ord(is64bit)]) then
638 function MaybeBuildReference(is64bit: boolean):boolean; in MaybeBuildReference()
652 BuildReference(oper,is64bit);
655 BuildReference(oper,is64bit);
658 ReadSym(oper,is64bit);
664 BuildReference(oper,is64bit);
688 BuildReference(oper,is64bit);
762 BuildOperand(oper,is64bit);
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Task/Inventory/Generic/Remote_Mgmt/
H A DTeamViewer.pm20 path => is64bit() ?
43 path => is64bit() ?
84 path => is64bit() ?
94 path => is64bit() ?
/dports/deskutils/calibre/calibre-src-5.34.0/setup/
H A Dvcvars.py97 def query_process(cmd, is64bit): argument
98 if is64bit and 'PROGRAMFILES(x86)' not in os.environ:
129 def query_vcvarsall(is64bit=True): argument
130 plat = 'amd64' if is64bit else 'amd64_x86'
132 env = query_process('"%s" %s & set' % (vcvarsall, plat), is64bit)
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Unix.Android/
H A DAndroidUtils.cs13 … void DetectCPUAndArchitecture (out ushort builtForCPU, out ushort runningOnCPU, out bool is64bit); in DetectCPUAndArchitecture() argument
29 bool is64bit; in AreRealTimeSignalsSafe()
31 detectCPUAndArchitecture (out built_for_cpu, out running_on_cpu, out is64bit); in AreRealTimeSignalsSafe()

12345678910>>...33