Searched defs:PACK (Results 1 – 12 of 12) sorted by relevance
/third_party/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 209 PACK, enumerator
|
/third_party/ffmpeg/libavfilter/ |
D | asrc_sinc.c | 209 #define PACK(h, n) h[1] = h[n] macro
|
/third_party/pixman/pixman/ |
D | pixman.c | 50 #define PACK(neither, src, dest, both) \ macro
|
/third_party/glib/glib/tests/ |
D | unicode.c | 1637 #define PACK(a,b,c,d) \ in test_iso15924() macro
|
/third_party/glib/glib/ |
D | guniprop.c | 1302 #define PACK(a,b,c,d) ((guint32)((((guint8)(a))<<24)|(((guint8)(b))<<16)|(((guint8)(c))<<8)|((guint… macro
|
/third_party/openssl/crypto/modes/ |
D | gcm128.c | 28 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 86 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 599 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|
/third_party/freetype/src/truetype/ |
D | ttinterp.c | 647 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 648 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 127 #define PACK(type) fIntrinsicMap[k_pack##type##_IntrinsicKind] = ALL_GLSL(Pack##type); \ in setupIntrinsics() macro
|