Home
last modified time | relevance | path

Searched refs:PACK (Results 1 – 25 of 52) sorted by relevance

123

/third_party/glib/glib/
Dguniprop.c1302 #define PACK(a,b,c,d) ((guint32)((((guint8)(a))<<24)|(((guint8)(b))<<16)|(((guint8)(c))<<8)|((guint… macro
1304 PACK ('Z','y','y','y'), /* G_UNICODE_SCRIPT_COMMON */
1305 PACK ('Z','i','n','h'), /* G_UNICODE_SCRIPT_INHERITED */
1306 PACK ('A','r','a','b'), /* G_UNICODE_SCRIPT_ARABIC */
1307 PACK ('A','r','m','n'), /* G_UNICODE_SCRIPT_ARMENIAN */
1308 PACK ('B','e','n','g'), /* G_UNICODE_SCRIPT_BENGALI */
1309 PACK ('B','o','p','o'), /* G_UNICODE_SCRIPT_BOPOMOFO */
1310 PACK ('C','h','e','r'), /* G_UNICODE_SCRIPT_CHEROKEE */
1311 PACK ('C','o','p','t'), /* G_UNICODE_SCRIPT_COPTIC */
1312 PACK ('C','y','r','l'), /* G_UNICODE_SCRIPT_CYRILLIC */
[all …]
/third_party/openssl/crypto/modes/
Dgcm128.c28 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
112 PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246), in gcm_gmult_8bit()
113 PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E), in gcm_gmult_8bit()
114 PACK(0x0E10), PACK(0x0FD2), PACK(0x0D94), PACK(0x0C56), in gcm_gmult_8bit()
115 PACK(0x0918), PACK(0x08DA), PACK(0x0A9C), PACK(0x0B5E), in gcm_gmult_8bit()
116 PACK(0x1C20), PACK(0x1DE2), PACK(0x1FA4), PACK(0x1E66), in gcm_gmult_8bit()
117 PACK(0x1B28), PACK(0x1AEA), PACK(0x18AC), PACK(0x196E), in gcm_gmult_8bit()
118 PACK(0x1230), PACK(0x13F2), PACK(0x11B4), PACK(0x1076), in gcm_gmult_8bit()
119 PACK(0x1538), PACK(0x14FA), PACK(0x16BC), PACK(0x177E), in gcm_gmult_8bit()
120 PACK(0x3840), PACK(0x3982), PACK(0x3BC4), PACK(0x3A06), in gcm_gmult_8bit()
[all …]
/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/freetype/src/truetype/
Dttinterp.c646 #undef PACK
647 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
657 /* SVTCA[0] */ PACK( 0, 0 ),
658 /* SVTCA[1] */ PACK( 0, 0 ),
659 /* SPVTCA[0] */ PACK( 0, 0 ),
660 /* SPVTCA[1] */ PACK( 0, 0 ),
661 /* SFVTCA[0] */ PACK( 0, 0 ),
662 /* SFVTCA[1] */ PACK( 0, 0 ),
663 /* SPVTL[0] */ PACK( 2, 0 ),
664 /* SPVTL[1] */ PACK( 2, 0 ),
[all …]
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c598 #undef PACK
599 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
609 /* SVTCA[0] */ PACK( 0, 0 ),
610 /* SVTCA[1] */ PACK( 0, 0 ),
611 /* SPVTCA[0] */ PACK( 0, 0 ),
612 /* SPVTCA[1] */ PACK( 0, 0 ),
613 /* SFVTCA[0] */ PACK( 0, 0 ),
614 /* SFVTCA[1] */ PACK( 0, 0 ),
615 /* SPVTL[0] */ PACK( 2, 0 ),
616 /* SPVTL[1] */ PACK( 2, 0 ),
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c647 #undef PACK
648 #define PACK( x, y ) ( ( x << 4 ) | y ) macro
658 /* SVTCA[0] */ PACK( 0, 0 ),
659 /* SVTCA[1] */ PACK( 0, 0 ),
660 /* SPVTCA[0] */ PACK( 0, 0 ),
661 /* SPVTCA[1] */ PACK( 0, 0 ),
662 /* SFVTCA[0] */ PACK( 0, 0 ),
663 /* SFVTCA[1] */ PACK( 0, 0 ),
664 /* SPVTL[0] */ PACK( 2, 0 ),
665 /* SPVTL[1] */ PACK( 2, 0 ),
[all …]
/third_party/pixman/pixman/
Dpixman.c50 #define PACK(neither, src, dest, both) \ macro
59 PACK (CLEAR, CLEAR, CLEAR, CLEAR),
60 PACK (SRC, SRC, SRC, SRC),
61 PACK (DST, DST, DST, DST),
62 PACK (OVER, SRC, OVER, SRC),
63 PACK (OVER_REVERSE, OVER_REVERSE, DST, DST),
64 PACK (IN, IN, SRC, SRC),
65 PACK (IN_REVERSE, DST, IN_REVERSE, DST),
66 PACK (OUT, OUT, CLEAR, CLEAR),
67 PACK (OUT_REVERSE, CLEAR, OUT_REVERSE, CLEAR),
[all …]
/third_party/boost/boost/multiprecision/cpp_int/
Dliterals.hpp160 template <limb_type... PACK>
161 struct strip_leading_zeros_from_pack<value_pack<PACK...> >
163 typedef value_pack<PACK...> type;
165 template <limb_type... PACK>
166 struct strip_leading_zeros_from_pack<value_pack<0u, PACK...> >
168 typedef typename strip_leading_zeros_from_pack<value_pack<PACK...> >::type type;
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
174 struct append_value_to_pack<v, value_pack<PACK...> >
176 typedef value_pack<PACK..., v> type;
/third_party/boost/libs/config/test/
Dboost_no_cxx11_user_lit.ipp54 template <char...PACK>
57 return parse_int<2, 0, PACK...>::value;
/third_party/ffmpeg/libswscale/x86/
Dyuv_2_rgb.asm200 %if %3 == 24 ; PACK RGB24
275 %else ; PACK RGB15/16/32
284 %if %3 == 32 ; PACK RGB32
307 %else ; PACK RGB15/16
347 %endif ; PACK RGB15/16
348 %endif ; PACK RGB15/16/32
/third_party/openGLES/extensions/EXT/
DEXT_unpack_subimage.txt139 2. Should the corresponding PACK enums be added?
142 dependency between the PACK enums and the UNPACK enums.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pack_subimage.txt75 Note: The description of the behavior of the added PACK* PixelStore
122 is no functional dependency between the PACK enums and the
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_unpack_subimage.txt139 2. Should the corresponding PACK enums be added?
142 dependency between the PACK enums and the UNPACK enums.
/third_party/openGLES/extensions/NV/
DNV_pack_subimage.txt75 Note: The description of the behavior of the added PACK* PixelStore
122 is no functional dependency between the PACK enums and the
/third_party/ffmpeg/libavfilter/x86/
Dyadif-16.asm47 %macro PACK 1
243 PACK m1
/third_party/ffmpeg/libavfilter/
Dasrc_sinc.c209 #define PACK(h, n) h[1] = h[n] macro
271 PACK(work, work_len); in fir_to_phase()
/third_party/glib/glib/tests/
Dunicode.c1637 #define PACK(a,b,c,d) \ in test_iso15924() macro
1642 guint32 code = PACK (data[i].four_letter_code[0], in test_iso15924()
1651 #undef PACK in test_iso15924()
/third_party/jerryscript/targets/curie_bsp/
DREADME.md13 * [ARM-JTAG-20-10](https://www.amazon.com/PACK-ARM-JTAG-20-10-Micro-JTAG-adapter/dp/B010ATK9OC/ref=…
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp127 #define PACK(type) fIntrinsicMap[k_pack##type##_IntrinsicKind] = ALL_GLSL(Pack##type); \ in setupIntrinsics() macro
129 PACK(Snorm4x8); in setupIntrinsics()
130 PACK(Unorm4x8); in setupIntrinsics()
131 PACK(Snorm2x16); in setupIntrinsics()
132 PACK(Unorm2x16); in setupIntrinsics()
133 PACK(Half2x16); in setupIntrinsics()
134 PACK(Double2x32); in setupIntrinsics()
135 #undef PACK in setupIntrinsics()
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp86 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro
88 PACK(Snorm4x8); in setupIntrinsics()
89 PACK(Unorm4x8); in setupIntrinsics()
90 PACK(Snorm2x16); in setupIntrinsics()
91 PACK(Unorm2x16); in setupIntrinsics()
92 PACK(Half2x16); in setupIntrinsics()
93 PACK(Double2x32); in setupIntrinsics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h209 PACK, enumerator
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture4D.txt145 TexImage4DSGIS above, substituting PACK* state for UNPACK* state in all
/third_party/openGLES/extensions/SGIS/
DSGIS_texture4D.txt145 TexImage4DSGIS above, substituting PACK* state for UNPACK* state in all
/third_party/e2fsprogs/
Daclocal.m42254 pushdef([PACK],[$2])
2255 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
2260 popdef([PACK])
2273 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
2274 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
2285 AC_ARG_WITH(PACK[-prefix],
2286 [[ --with-]]PACK[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib
2287 --without-]]PACK[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]],
2784 popdef([PACK])
/third_party/openGLES/extensions/SGIX/
DSGIX_mpeg2.txt175 processing), except that the PACK state is used in place of the

123