Home
last modified time | relevance | path

Searched full:pack (Results 1226 - 1250 of 1853) sorted by relevance

1...<<41424344454647484950>>...75

/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h108 #pragma pack(1)
145 #pragma pack()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp121 // The UNSIGNED_INT_10F_11F_11F_REV type pack/unpack isn't implemented. in TexImage2D()
233 // The UNSIGNED_INT_10F_11F_11F_REV type pack/unpack isn't implemented. in TexSubImage2D()
/third_party/ffmpeg/libavfilter/
H A Dvf_stereo3d.c68 HDMI, // HDMI frame pack (left eye first, right eye second)
217 { "hdmi", "HDMI frame pack", 0, AV_OPT_TYPE_CONST, {.i64=HDMI}, 0, 0, FLAGS, "out" },
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builder.h951 * values are involved because that would require pack/unpack to/from a vec8
1004 /* Now, re-pack the destination if we have to */ in nir_extract_bits()
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/modes/
H A Dghashv8-armx.S51 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
92 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/modes/
H A Dghashv8-armx.S51 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
92 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/modes/
H A Dghashv8-armx.S51 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
92 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c217 #pragma pack(push, 8)
232 #pragma pack(pop)
/third_party/node/deps/npm/man/man5/
H A Dpackage-json.5784 In cases where you need to preserve npm packages locally or have them available through a single file download, you can bundle the packages in a tarball file by specifying the package names in the \fBbundleDependencies\fR array and executing \fBnpm pack\fR.
803 we can obtain \fBawesome-web-framework-1.0.0.tgz\fR file by running \fBnpm pack\fR. This file contains the dependencies \fBrenderized\fR and \fBsuper-streams\fR which can be installed in a new project by executing \fBnpm install
H A Dnpm-json.5784 In cases where you need to preserve npm packages locally or have them available through a single file download, you can bundle the packages in a tarball file by specifying the package names in the \fBbundleDependencies\fR array and executing \fBnpm pack\fR.
803 we can obtain \fBawesome-web-framework-1.0.0.tgz\fR file by running \fBnpm pack\fR. This file contains the dependencies \fBrenderized\fR and \fBsuper-streams\fR which can be installed in a new project by executing \fBnpm install
/third_party/node/deps/npm/docs/content/configuring-npm/
H A Dpackage-json.md858 array and executing `npm pack`.
875 we can obtain `awesome-web-framework-1.0.0.tgz` file by running `npm pack`.
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl151 vext.8 $Hhl,$t0,$t1,#8 @ pack Karatsuba pre-processed
197 vext.8 $Hhl,$t0,$t1,#8 @ pack Karatsuba pre-processed
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/modes/
H A Dghashv8-armx.S51 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
92 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed
/third_party/qrcodegen/c/
H A Dqrcodegen.c493 // Calculate error correction code and pack bits in drawLightFunctionModules()
517 // Calculate error correction code and pack bits in drawFormatBits()
/third_party/python/Lib/
H A Dplatform.py381 # running under, and so the service pack value is only going to be
387 if csd[:13] == 'Service Pack ':
/third_party/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl151 vext.8 $Hhl,$t0,$t1,#8 @ pack Karatsuba pre-processed
197 vext.8 $Hhl,$t0,$t1,#8 @ pack Karatsuba pre-processed
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DErrorStrings.h312 MSG kInvalidPackParametersForWebGL = "Invalid combination of pack parameters for WebGL.";
469 MSG kPixelPackBufferBoundForTransformFeedback = "It is undefined behavior to use a pixel pack buffer that is bound for transform feedback.";
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h144 // The caller must pack the depth/stencil attachment last, which is packed right after the color
151 // temporarily pack a resolve attachment and then remove it.
/third_party/skia/third_party/externals/libpng/
H A Dexample.c927 /* Pack pixels into bytes. */
933 /* Get rid of filler (OR ALPHA) bytes, pack XRGB/RGBX/ARGB/RGBA into
/third_party/python/Modules/
H A D_functoolsmodule.c375 /* Pack positional arguments */ in partial_repr()
384 /* Pack keyword arguments */ in partial_repr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.h740 PackedRegisterRef pack(RegisterRef RR) { in pack() function
743 PackedRegisterRef pack(RegisterRef RR) const { in pack() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp574 // Up to 2 vector registers can be truncated efficiently with pack or in getVectorTruncCost()
590 // Currently, a general mix of permutes and pack instructions is output by in getVectorTruncCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp883 // changing non-pack parameters can change the classification of pack in promoteArguments()
/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess.js677 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
678 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
/third_party/typescript/src/compiler/factory/
H A DemitHelpers.ts649 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
650 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {

Completed in 44 milliseconds

1...<<41424344454647484950>>...75