Home
last modified time | relevance | path

Searched defs:PACK (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h250 #define GOMP_VERSION_LIB(PACK) (((PACK) >> 16) & 0xffff) argument
251 #define GOMP_VERSION_DEV(PACK) ((PACK) & 0xffff) argument
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h280 #define GOMP_VERSION_LIB(PACK) (((PACK) >> 16) & 0xffff) argument
281 #define GOMP_VERSION_DEV(PACK) ((PACK) & 0xffff) argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dfpgnulib.c59 #define PACK(s,e,m) ((s) | ((e) << 23L) | (m)) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dfpgnulib.c59 #define PACK(s,e,m) ((s) | ((e) << 23L) | (m)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h210 PACK, enumerator
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.h64 PACK = 265, /* PACK */ enumerator
243 #define PACK 265 macro
H A Dbfin-parse.c548 PACK = 265, /* PACK */ enumerator
727 #define PACK 265 macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.h64 PACK = 265, /* PACK */ enumerator
243 #define PACK 265 macro
H A Dbfin-parse.c548 PACK = 265, /* PACK */ enumerator
727 #define PACK 265 macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c30 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dgcm128.c28 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
/netbsd-src/sys/dev/tc/
H A Dstic.c80 #define PACK(p, o) ((p)[(o)] | ((p)[(o)+1] << 16)) macro