Searched defs:PACK (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/ |
D | smb.h | 55 # define PACK macro 59 # define PACK __attribute__((packed)) macro 61 # define PACK macro 112 } PACK; variable 131 } PACK; variable 137 } PACK; variable 151 } PACK; variable 160 } PACK; variable 179 } PACK; variable 197 } PACK; variable [all …]
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_s390x.s | 155 #define PACK(h0, h1, h2, h3, h4) \ macro
|
D | sum_vmsl_s390x.s | 297 #define PACK(h0, h1, h2) \ macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 205 PACK, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 209 PACK, enumerator
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm.c | 61 #define PACK(s) ((size_t)(s) << (sizeof(size_t) * 8 - 16)) macro
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 1251 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1338 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro
|
D | tif_getimage.c | 1246 #define PACK(r,g,b) \ macro
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 82 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 82 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 656 #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 | 4347 EVALUATE(PACK) { in EVALUATE() argument
|