Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c3691 #define ISA_64_BIT "x86_64" macro
3693 #define ISA_64_BIT "ppc64" macro
3695 #define ISA_64_BIT "sparc64" macro
3697 #define ISA_64_BIT "s390x" macro
3699 #define ISA_64_BIT "mips64" macro
3701 #define ISA_64_BIT "parisc64" macro
3777 #ifdef ISA_64_BIT
3800 if (strcmp(utsname.machine, ISA_64_BIT) == 0) {