Searched defs:PACK (Results 1 – 10 of 10) 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 196 } PACK; variable [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 205 PACK, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 209 PACK, enumerator
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 210 PACK, enumerator
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 1256 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1337 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro
|
D | tif_getimage.c | 1259 #define PACK(r,g,b) \ 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 | 647 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 95 #define PACK(type) fIntrinsicMap[k_pack##type##_IntrinsicKind] = ALL_GLSL(Pack##type); \ in setupIntrinsics() macro
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 49 #define PACK(SRC, OFFSET, BITS) (((SRC) & MAX_UINT(BITS)) << (OFFSET)) macro
|