Home
last modified time | relevance | path

Searched refs:PACK (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c30 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
111 PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246), in gcm_gmult_8bit()
112 PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E), in gcm_gmult_8bit()
113 PACK( in gcm_gmult_8bit()
[all...]
/third_party/openssl/crypto/modes/
H A Dgcm128.c30 #define PACK(s) ((size_t)(s)<<(sizeof(size_t)*8-16)) macro
111 PACK(0x0000), PACK(0x01C2), PACK(0x0384), PACK(0x0246), in gcm_gmult_8bit()
112 PACK(0x0708), PACK(0x06CA), PACK(0x048C), PACK(0x054E), in gcm_gmult_8bit()
113 PACK( in gcm_gmult_8bit()
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c598 #undef PACK macro
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(
1228 #undef PACK global() macro
[all...]
/third_party/curl/lib/
H A Dsmb.c55 # 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
209 } PACK; global() variable
226 } PACK; global() variable
233 } PACK; global() variable
238 } PACK; global() variable
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Dyuv_2_rgb.asm203 %if %3 == 24 ; PACK RGB24
278 %else ; PACK RGB15/16/32
287 %if %3 == 32 ; PACK RGB32
310 %else ; PACK RGB15/16
350 %endif ; PACK RGB15/16
351 %endif ; PACK RGB15/16/32
/third_party/ffmpeg/libavfilter/x86/
H A Dyadif-16.asm47 %macro PACK 1
243 PACK m1
/third_party/lame/libmp3lame/i386/
H A Dnasm.h247 %define PACK(x,y,z,w) (x*64+y*16+z*4+w)
/third_party/skia/src/sksl/codegen/
H A 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() macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h209 PACK,
H A DSystemZISelLowering.cpp2757 SDValue Res = DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes);
2767 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes);
4199 { SystemZISD::PACK, 4,
4202 { SystemZISD::PACK, 2,
4205 { SystemZISD::PACK, 1,
4400 // elements of a PACK are twice as wide as the outputs. in getPermuteNode()
4402 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode()
4413 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode()
4416 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode()
5358 OPCODE(PACK); in getTargetNodeName()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp2021 PACK, member in vkt::api::__anon27795::ClearColor64BitCase
2030 if (case64 == ClearColor64BitCase::PACK) in makeClearColorValue64()
2583 makeClearColorValue64(static_cast<uint32_t>(i), ClearColor64BitCase::PACK, clearColors+i, expectedColors+i); in createImageClearingTestsCommon() member in vkt::api::__anon27795::ClearColor64BitCase
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h630 EVALUATE(PACK);
H A Dsimulator-s390.cc779 V(vpk, VPK, 0xE794) /* type = VRR_C VECTOR PACK */ \ in EvalTableInit()
782 V(vpks, VPKS, 0xE797) /* type = VRR_B VECTOR PACK SATURATE */ \ in EvalTableInit()
783 V(vpkls, VPKLS, 0xE795) /* type = VRR_B VECTOR PACK LOGICAL SATURATE */ \ in EvalTableInit()
959 EvalTable[PACK] = &Simulator::Evaluate_PACK; in EvalTableInit()
6086 EVALUATE(PACK) { in EVALUATE()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h503 V(vpkls, VPKLS, 0xE795) /* type = VRR_B VECTOR PACK LOGICAL SATURATE */ \
504 V(vpks, VPKS, 0xE797) /* type = VRR_B VECTOR PACK SATURATE */ \
537 V(vpk, VPK, 0xE794) /* type = VRR_C VECTOR PACK */ \
979 V(pack, PACK, 0xF2) /* type = SS_B PACK */ \
1004 V(pku, PKU, 0xE1) /* type = SS_F PACK UNICODE */ \
1005 V(pka, PKA, 0xE9) /* type = SS_F PACK ASCII */

Completed in 47 milliseconds