Home
last modified time | relevance | path

Searched defs:PACK (Results 1 – 12 of 12) sorted by relevance

/third_party/curl/lib/
Dsmb.h55 # 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/
DSystemZISelLowering.h209 PACK, enumerator
/third_party/ffmpeg/libavfilter/
Dasrc_sinc.c209 #define PACK(h, n) h[1] = h[n] macro
/third_party/pixman/pixman/
Dpixman.c50 #define PACK(neither, src, dest, both) \ macro
/third_party/glib/glib/tests/
Dunicode.c1637 #define PACK(a,b,c,d) \ in test_iso15924() macro
/third_party/glib/glib/
Dguniprop.c1302 #define PACK(a,b,c,d) ((guint32)((((guint8)(a))<<24)|(((guint8)(b))<<16)|(((guint8)(c))<<8)|((guint… macro
/third_party/openssl/crypto/modes/
Dgcm128.c28 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp86 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c599 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
/third_party/freetype/src/truetype/
Dttinterp.c647 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c648 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp127 #define PACK(type) fIntrinsicMap[k_pack##type##_IntrinsicKind] = ALL_GLSL(Pack##type); \ in setupIntrinsics() macro