Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c4125 #define ISA_64_BIT "x86_64" macro
4127 #define ISA_64_BIT "ppc64" macro
4129 #define ISA_64_BIT "sparc64" macro
4131 #define ISA_64_BIT "s390x" macro
4133 #define ISA_64_BIT "mips64" macro
4135 #define ISA_64_BIT "parisc64" macro
4211 #ifdef ISA_64_BIT
4234 if (strcmp(utsname.machine, ISA_64_BIT) == 0) {