tag | line | file | source code |
__constant_ntohl | 24 | include/asm-alpha/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 62 | include/asm-alpha/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 68 | include/asm-alpha/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 24 | include/asm-i386/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 59 | include/asm-i386/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 65 | include/asm-i386/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 26 | include/asm-mips/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 70 | include/asm-mips/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 76 | include/asm-mips/byteorder.h | __constant_ntohl((x)) : \ |
__constant_ntohl | 19 | include/asm-sparc/byteorder.h | extern unsigned long int __constant_ntohl(unsigned long int); |
__constant_ntohl | 63 | include/asm-sparc/byteorder.h | #define __constant_htonl(x) __constant_ntohl(x) |
__constant_ntohl | 69 | include/asm-sparc/byteorder.h | __constant_ntohl((x)) : \ |