Chrome Commands/Scripts:


User Devices

64-bit data models
Data model short (integer) int long (integer) long long pointers,
size_t
Sample operating systems
ILP32 16 32 32 64 32 x32 and arm64ilp32 ABIs on Linux systems; MIPS N32 ABI.
LLP64 16 32 32 64 64 Microsoft Windows (x86-64 and IA-64) using Visual C++; and MinGW
LP64 16 32 64 64 64 Most Unix and Unix-like systems, e.g., Solaris, Linux, BSD, macOS. Windows when using Cygwin; z/OS
ILP64 16 64 64 64 64 HAL Computer Systems port of Solaris to the SPARC64
SILP64 64 64 64 64 64 Classic UNICOS (versus UNICOS/mp, etc.)