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 | 205 PACK, enumerator
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 1242 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1318 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro
|
D | tif_getimage.c | 1195 #define PACK(r,g,b) \ macro
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm.c | 67 #define PACK(s) ((size_t)(s) << (sizeof(size_t) * 8 - 16)) macro
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 80 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttinterp.c | 650 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 627 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 49 #define PACK(SRC, OFFSET, BITS) (((SRC) & MAX_UINT(BITS)) << (OFFSET)) macro
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 7612 EVALUATE(PACK) { in EVALUATE() argument
|