Home
last modified time | relevance | path

Searched full:pack (Results 176 - 200 of 2059) sorted by relevance

12345678910>>...83

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Daddress_is_readable.cc50 // Pack a pid and two file descriptors into a 64-bit word,
52 static uint64_t Pack(uint64_t pid, uint64_t read_fd, uint64_t write_fd) { in Pack() function
59 // Pack().
100 uint64_t new_pid_and_fds = Pack(current_pid, p[0], p[1]); in AddressIsReadable()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbitfield_pragma_packed.h1 #pragma pack(push, 1)
9 #pragma pack(pop)
H A Dpacked-vtable.h3 #pragma pack(1)
10 #pragma pack()
/third_party/mesa3d/src/util/tests/format/
H A Du_format_test.c281 const struct util_format_pack_description *pack = in test_format_pack_rgba_float() local
306 pack->pack_rgba_float(packed, 0, in test_format_pack_rgba_float()
404 const struct util_format_pack_description *pack = in test_format_pack_rgba_8unorm() local
429 pack->pack_rgba_8unorm(packed, 0, in test_format_pack_rgba_8unorm()
500 const struct util_format_pack_description *pack = in test_format_pack_z_float() local
517 pack->pack_z_float(packed, 0, in test_format_pack_z_float()
578 const struct util_format_pack_description *pack = in test_format_pack_z_32unorm() local
596 pack->pack_z_32unorm(packed, 0, in test_format_pack_z_32unorm()
657 const struct util_format_pack_description *pack = in test_format_pack_s_8uint() local
675 pack in test_format_pack_s_8uint()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h66 #define FILLP_ITEM_RESEND_TRIGGER_PACK 0X02 /* item resend triggered by pack */
132 /* Below structures are exchanged over network, so there should be no padding, so use pack 1 */
133 #pragma pack(1)
154 * define fillp pack options
207 FILLP_UINT16 optsOffset; /* options start address relative to the first byte of pack packet */
210 FILLP_UINT32 owdPackDelay; /* the delta time between min owd packet received and next PACK send */
308 #pragma pack()
/third_party/node/deps/npm/man/man7/
H A Dscripts.736 Runs BEFORE the package is packed, i.e. during \fBnpm publish\fR and \fBnpm pack\fR
65 Runs BEFORE a tarball is packed (on "\fBnpm pack\fR", "\fBnpm publish\fR", and when installing a git dependency).
67 NOTE: "\fBnpm run pack\fR" is NOT the same as "\fBnpm pack\fR". "\fBnpm run pack\fR" is an arbitrary user defined script name, where as, "\fBnpm pack\fR" is a CLI defined command.
178 .SS "npm help pack"
/third_party/node/deps/npm/docs/output/using-npm/
H A Dscripts.html145 <div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#pre--post-scripts">Pre &amp; Post Scripts</a></li><li><a href="#life-cycle-scripts">Life Cycle Scripts</a></li><ul><li><a href="#prepare-and-prepublish">Prepare and Prepublish</a></li><li><a href="#dependencies">Dependencies</a></li></ul><li><a href="#life-cycle-operation-order">Life Cycle Operation Order</a></li><ul><li><a href="#npm-cache-add"><a href="../commands/npm-cache.html"><code>npm cache add</code></a></a></li><li><a href="#npm-ci"><a href="../commands/npm-ci.html"><code>npm ci</code></a></a></li><li><a href="#npm-diff"><a href="../commands/npm-diff.html"><code>npm diff</code></a></a></li><li><a href="#npm-install"><a href="../commands/npm-install.html"><code>npm install</code></a></a></li><li><a href="#npm-pack"><a href="../commands/npm-pack.html"><code>npm pack</code></a></a></li><li><a href="#npm-publish"><a href="../commands/npm-publish.html"><code>npm publish</code></a></a></li><li><a href="#npm-rebuild"><a href="../commands/npm-rebuild.html"><code>npm rebuild</code></a></a></li><li><a href="#npm-restart"><a href="../commands/npm-restart.html"><code>npm restart</code></a></a></li><li><a href="#npm-run-user-defined"><a href="../commands/npm-run-script.html"><code>npm run &lt;user defined&gt;</code></a></a></li><li><a href="#npm-start"><a href="../commands/npm-start.html"><code>npm start</code></a></a></li><li><a href="#npm-stop"><a href="../commands/npm-stop.html"><code>npm stop</code></a></a></li><li><a href="#npm-test"><a href="../commands/npm-test.html"><code>npm test</code></a></a></li><li><a href="#npm-version"><a href="../commands/npm-version.html"><code>npm version</code></a></a></li><li><a href="#a-note-on-a-lack-of-npm-uninstall-scripts">A Note on a lack of <a href="../commands/npm-uninstall.html"><code>npm uninstall</code></a> scripts</a></li></ul><li><a href="#user">User</a></li><li><a href="#environment">Environment</a></li><ul><li><a href="#path">path</a></li><li><a href="#packagejson-vars">package.json vars</a></li><li><a href="#current-lifecycle-event">current lifecycle event</a></li></ul><li><a href="#examples">Examples</a></li><li><a href="#exiting">Exiting</a></li><li><a href="#best-practices">Best Practices</a></li><li><a href="#see-also">See Also</a></li></ul></div>
181 and <code>npm pack</code></p>
211 <li>Runs BEFORE a tarball is packed (on "<code>npm pack</code>", "<code>npm publish</code>", and when installing a git dependency).</li>
212 <li>NOTE: "<code>npm run pack</code>" is NOT the same as "<code>npm pack</code>". "<code>npm run pack</code>" is an arbitrary user defined script name, where as, "<code>npm pack</code>" is a CLI defined command.</li>
281 <h4 id="npm-pack"><
[all...]
/third_party/python/Tools/msi/bundle/
H A Dsnapshot.wixproj12 <DefineConstants Condition="'$(Pack)' != 'true'">
15 <DefineConstants Condition="'$(Pack)' == 'true'">
/third_party/skia/src/sfnt/
H A DSkOTTable_maxp.h15 #pragma pack(push, 1)
32 #pragma pack(pop)
H A DSkOTTable_loca.h14 #pragma pack(push, 1)
29 #pragma pack(pop)
H A DSkOTTable_maxp_CFF.h14 #pragma pack(push, 1)
23 #pragma pack(pop)
H A DSkOTTable_hhea.h14 #pragma pack(push, 1)
47 #pragma pack(pop)
H A DSkOTTable_maxp_TT.h14 #pragma pack(push, 1)
41 #pragma pack(pop)
H A DSkOTTable_post.h14 #pragma pack(push, 1)
43 #pragma pack(pop)
/base/startup/appspawn/service/hnp/
H A Dhnpcli_main.c38 {"pack", HnpCmdPack}
50 "\r\n hnpcli pack <-i [source path]> <-o [dst path]> <-n [software name]> <-v [software version]>" in HnpCliShowHelp()
56 "\r\n hnpcli pack -i /usr1/native_sample -o /usr1/output -n native_sample -v 1.1\r\n"); in HnpCliShowHelp()
/third_party/exfatprogs/manpages/
H A Dmkfs.exfat.820 .B \-\-pack\-bitmap
87 .B \-\-pack\-bitmap
98 Specifying \fB\-\-pack\-bitmap\fR attempts to avoid the potential problems
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Ddir.js40 // pre/post-pack is run by the npm CLI for publish and pack,
65 throw new Error('DirFetcher requires either a tree or an Arborist constructor to pack')
/third_party/python/Lib/idlelib/
H A Dpercolator.py105 text.pack()
108 cb1.pack()
111 cb2.pack()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.h65 const gl::PixelPackState &pack,
109 const gl::PixelPackState &pack,
117 const gl::PixelPackState &pack,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace_benchmark.cc37 {"lazy", "pack"}, //
57 "pack my box with the five dozen liquor jugs"}) { in SetUpStrings()
114 {"lazy", "pack"}, in BM_StrReplaceAll()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_symc_v100.c1291 hi_s32 drv_symc_node_check(symc_alg alg, symc_mode mode, hi_u32 klen, hi_u32 block_size, symc_multi_pack *pack) in drv_symc_node_check() argument
1298 hi_log_chk_param_return(pack == 0); in drv_symc_node_check()
1304 crypto_unused(pack->in); in drv_symc_node_check()
1305 crypto_unused(pack->out); in drv_symc_node_check()
1306 crypto_unused(pack->usage); in drv_symc_node_check()
1308 for (i = 0; i < pack->num; i++) { in drv_symc_node_check()
1309 hi_log_debug("node %u, length 0x%x\n", i, pack->len[i]); in drv_symc_node_check()
1310 if ((pack->len[i] % block_size) != 0) { in drv_symc_node_check()
1316 if ((mode != SYMC_MODE_CTR) || (i != pack->num - 1)) { in drv_symc_node_check()
1322 tail = pack in drv_symc_node_check()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmtlv.h282 /* pack a set of tlvs into buffer using provided xtlv descriptors */
292 /* callback to return next tlv id and len to pack, if there is more tlvs to come and
297 /* callback to pack the tlv into length validated buffer */
301 /* pack a set of tlvs into buffer using get_next to interate */
306 /* pack an xtlv. does not do any error checking. if data is not NULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp204 const gl::PixelPackState &pack, in readPixels()
224 sizedFormatInfo.computeRowPitch(type, area.width, pack.alignment, in readPixels()
225 pack.rowLength, &outputPitch)); in readPixels()
228 ANGLE_CHECK_GL_MATH(contextD3D, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, pack, in readPixels()
233 return readPixelsImpl(context, clippedArea, format, type, outputPitch, pack, packBuffer, in readPixels()
200 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
/third_party/skia/third_party/externals/angle2/extensions/
H A DANGLE_get_image.txt125 If a pixel pack buffer is bound (as indicated by a non-zero value of PIXEL_-
126 PACK_BUFFER_BINDING), <pixels> is an offset into the pixel pack buffer;
132 image data to the pixel pack buffer or client memory pointed to by pixels.
179 An INVALID_OPERATION error is generated if a pixel pack buffer object
183 An INVALID_OPERATION error is generated if a pixel pack buffer object
/third_party/node/deps/npm/node_modules/tar/
H A Dindex.js11 exports.Pack = require('./lib/pack.js')

Completed in 13 milliseconds

12345678910>>...83