Home
last modified time | relevance | path

Searched full:pack (Results 226 - 250 of 2077) sorted by relevance

12345678910>>...84

/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_adapter.h55 #pragma pack(1)
60 #pragma pack()
/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dfscrypt_control.h32 #pragma pack(push, 1)
41 #pragma pack(pop)
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_common.h25 #pragma pack(1)
56 #pragma pack(0)
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_types.h34 #pragma pack(push, 8)
42 #pragma pack(pop)
/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Ddec_reshuffle.c23 // Pack bytes together in each lane: in dec_reshuffle()
32 // Pack lanes: in dec_reshuffle()
/third_party/node/deps/npm/node_modules/agent-base/
H A Dpackage.json47 "pack": "node ../../scripts/pack.mjs"
/third_party/node/deps/npm/node_modules/https-proxy-agent/
H A Dpackage.json48 "pack": "node ../../scripts/pack.mjs"
/third_party/node/deps/npm/node_modules/http-proxy-agent/
H A Dpackage.json45 "pack": "node ../../scripts/pack.mjs"
/third_party/skia/src/sfnt/
H A DSkOTTable_gasp.h14 #pragma pack(push, 1)
65 #pragma pack(pop)
H A DSkOTTable_fvar.h14 #pragma pack(push, 1)
49 #pragma pack(pop)
H A DSkTTCFHeader.h14 #pragma pack(push, 1)
52 #pragma pack(pop)
H A DSkOTTable_OS_2.h18 #pragma pack(push, 1)
42 #pragma pack(pop)
/third_party/typescript/tests/baselines/reference/
H A DspliceTuples.js28 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
29 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DcallOverload.js15 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
16 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DfunctionParameterArityMismatch.js20 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
21 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
/third_party/typescript/.github/workflows/
H A Drelease-branch-artifact.yaml32 - name: LKG, clean, and pack
36 npm pack ./
/third_party/typescript/src/testRunner/unittests/evaluation/
H A DarraySpread.ts19 it("array spread does not pack non-spread elements", async () => {
29 it("argument spread pack does not matter", async () => {
/third_party/python/Lib/turtledemo/
H A Dtwo_canvases.py15 cv1.pack()
16 cv2.pack()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_gpsk_common.h36 #pragma pack(push, 1)
45 #pragma pack(pop)
H A Deap_psk_common.h29 #pragma pack(push, 1)
64 #pragma pack(pop)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_gpsk_common.h36 #pragma pack(push, 1)
45 #pragma pack(pop)
H A Deap_psk_common.h29 #pragma pack(push, 1)
64 #pragma pack(pop)
/third_party/ffmpeg/libavcodec/
H A Dutvideodec.c215 if (c->pack) { in decode_plane()
578 if (c->pack) { in decode_frame()
697 if (!c->pack) { in decode_frame()
956 c->pack = 1; in decode_init()
962 c->pack = 1; in decode_init()
968 c->pack = 1; in decode_init()
974 c->pack = 1; in decode_init()
980 c->pack = 1; in decode_init()
985 c->pack = 1; in decode_init()
1001 if (c->pack in decode_init()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py718 struct.pack(
745 out.write(struct.pack("<LLL", 0, 0, 0))
752 out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset))
755 out.write(struct.pack("<x"))
760 out.write(struct.pack("<%ds" % len(file), file))
761 out.write(struct.pack("<s", "\0"))
763 out.write(struct.pack("<%ds" % len(base), base))
764 out.write(struct.pack("<s", "\0"))
766 out.write(struct.pack("<%ds" % len(path), path))
767 out.write(struct.pack("<
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py718 struct.pack(
745 out.write(struct.pack("<LLL", 0, 0, 0))
752 out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset))
755 out.write(struct.pack("<x"))
760 out.write(struct.pack("<%ds" % len(file), file))
761 out.write(struct.pack("<s", "\0"))
763 out.write(struct.pack("<%ds" % len(base), base))
764 out.write(struct.pack("<s", "\0"))
766 out.write(struct.pack("<%ds" % len(path), path))
767 out.write(struct.pack("<
[all...]

Completed in 11 milliseconds

12345678910>>...84