Searched defs:PACK (Results 1 – 10 of 10) sorted by relevance
/external/curl/lib/ |
D | smb.h | 53 # define PACK macro 57 # define PACK __attribute__((packed)) macro 59 # define PACK macro 110 } PACK; variable 129 } PACK; variable 135 } PACK; variable 149 } PACK; variable 158 } PACK; variable 181 } PACK; variable 209 } PACK; variable [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 202 PACK, enumerator
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8.c | 550 #define PACK(X, S) ((((X).i32 * PACK_CST) & 0xff000000) >> (S)) macro
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 1209 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1285 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro
|
D | tif_getimage.c | 1158 #define PACK(r,g,b) \ macro
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_luv.c | 1195 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1271 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro
|
D | tif_getimage.c | 1099 #define PACK(r,g,b) \ macro
|
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 74 #define PACK(s) ((size_t)(s) << (sizeof(size_t) * 8 - 16)) macro
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 657 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttinterp.c | 650 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|