Searched defs:PACK (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | gomp-constants.h | 250 #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 D | gomp-constants.h | 280 #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 D | fpgnulib.c | 59 #define PACK(s,e,m) ((s) | ((e) << 23L) | (m)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
H A D | fpgnulib.c | 59 #define PACK(s,e,m) ((s) | ((e) << 23L) | (m)) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 210 PACK, enumerator
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | bfin-parse.h | 64 PACK = 265, /* PACK */ enumerator 243 #define PACK 265 macro
|
H A D | bfin-parse.c | 548 PACK = 265, /* PACK */ enumerator 727 #define PACK 265 macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | bfin-parse.h | 64 PACK = 265, /* PACK */ enumerator 243 #define PACK 265 macro
|
H A D | bfin-parse.c | 548 PACK = 265, /* PACK */ enumerator 727 #define PACK 265 macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/ |
H A D | gcm128.c | 30 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
H A D | gcm128.c | 28 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
|
/netbsd-src/sys/dev/tc/ |
H A D | stic.c | 80 #define PACK(p, o) ((p)[(o)] | ((p)[(o)+1] << 16)) macro
|