Home
last modified time | relevance | path

Searched full:pack (Results 251 - 275 of 2059) sorted by relevance

1...<<11121314151617181920>>...83

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h94 int pack; member
727 c->defs[t.index]->src[0].pack = QPU_UNPACK_8A + i; in qir_UNPACK_8_F()
735 c->defs[t.index]->src[0].pack = QPU_UNPACK_8A + i; in qir_UNPACK_8_I()
743 c->defs[t.index]->src[0].pack = QPU_UNPACK_16A + i; in qir_UNPACK_16_F()
751 c->defs[t.index]->src[0].pack = QPU_UNPACK_16A + i; in qir_UNPACK_16_I()
758 assert(!dest.pack); in qir_PACK_8_F()
759 dest.pack = QPU_PACK_MUL_8A + chan; in qir_PACK_8_F()
767 c->defs[dest.index]->dst.pack = QPU_PACK_MUL_8888; in qir_PACK_8888_F()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c122 pan_unpack_pure_32(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_32() argument
124 return nir_channels(b, pack, (1 << num_components) - 1); in pan_unpack_pure_32()
127 /* Pure x16 formats are x16 unpacked, so it's similar, but we need to pack
142 pan_unpack_pure_16(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_16() argument
150 nir_unpack_32_2x16(b, nir_channel(b, pack, i >> 1)); in pan_unpack_pure_16()
202 pan_unpack_pure_8(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_8() argument
204 nir_ssa_def *unpacked = nir_unpack_32_4x8(b, nir_channel(b, pack, 0)); in pan_unpack_pure_8()
374 /* Generic dispatches for un/pack regardless of format */
/third_party/openssl/test/recipes/
H A D70-test_sslsigalgs.t343 $sigalg = pack "C2", 0x00, 0x00;
345 $sigalg = pack "C4", 0x00, 0x02, 0xff, 0xff;
348 $sigalg = pack "C4", 0x00, 0x02, 0x04, 0x01;
351 $sigalg = pack "C4", 0x00, 0x02, 0x08, 0x04;
432 $sigs = pack "C26", 0x00, 0x18,
440 $sigs = pack "C10", 0x00, 0x08,
444 $sigs = pack "C4", 0x00, 0x02,
488 my $ext = pack "C8",
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types_test.py938 msg.value.Pack(all_types)
952 # Only Any messages have Pack method.
954 msg.Pack(all_types)
958 raise AttributeError('%s should not have Pack method.' %
965 msg.value.Pack(all_types)
977 msg.Pack(submessage)
984 # Pack with a custom type URL prefix.
985 msg.Pack(submessage, 'type.myservice.com')
988 # Pack with a custom type URL prefix ending with '/'.
989 msg.Pack(submessag
[all...]
/third_party/python/Modules/
H A D_struct.c1 /* struct module -- pack values into and (out of) bytes objects */
51 int (*pack)(_structmodulestate *, char *, PyObject *, member
315 PyObject *v, /* value to pack */ in pack_halffloat()
389 [pu] distinguishes between pack (to struct) and unpack (from struct).
1802 * Guts of the pack function.
1876 if (e->pack(state, res, v, e) < 0) { in s_pack_internal()
1893 "S.pack(v1, v2, ...) -> bytes\n\
1913 "pack expected %zd items for packing (got %zd)", soself->s_len, nargs); in s_pack()
1938 Pack the values v1, v2, ... according to the format string S.format\n\
1990 "no space to pack in s_pack_into()
2203 pack(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pack() function
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/include/
H A Deasy_event_encoder.h26 #pragma pack(1)
32 #pragma pack()
H A Deasy_event_builder.h31 #pragma pack(1)
44 #pragma pack()
/base/startup/appspawn/test/unittest/hnp_test/
H A DBUILD.gn33 "${appspawn_path}/service/hnp/pack/include",
47 "${appspawn_path}/service/hnp/pack/src/hnp_pack.c",
/base/startup/appspawn/service/hnp/
H A DBUILD.gn53 "pack/include",
62 "${appspawn_path}/service/hnp/pack/src/hnp_pack.c",
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage_inner.h35 #pragma pack(1)
45 #pragma pack()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h30 #pragma pack(1)
50 #pragma pack()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_discover.h34 #pragma pack(1)
40 #pragma pack()
/third_party/benchmark/src/
H A Dbenchmark_name.cc21 // Compute the total size of a pack of std::strings
29 // Join a pack of std::strings using a delimiter
/third_party/node/tools/gyp/pylib/gyp/
H A Dflock_tool.py47 op = struct.pack("hhIllqq", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
49 op = struct.pack("hhllhhl", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
/third_party/mesa3d/src/mesa/main/
H A Dformat_pack.h48 const struct util_format_pack_description *pack = util_format_pack_description(format); in _mesa_pack_ubyte_rgba_row() local
49 pack->pack_rgba_8unorm((uint8_t *)dst, 0, src, 0, n, 1); in _mesa_pack_ubyte_rgba_row()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dflock_tool.py47 op = struct.pack("hhIllqq", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
49 op = struct.pack("hhllhhl", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
/third_party/node/deps/npm/node_modules/libnpmpack/lib/
H A Dindex.js11 module.exports = pack
12 async function pack (spec = 'file:.', opts = {}) {
/third_party/libfuse/test/
H A Dtest_custom_io.py42 dummy_init_req_header = struct.pack(
46 dummy_init_req_payload = struct.pack(
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DNewSessionTicket.pm57 $data = pack('N', $self->ticket_lifetime_hint);
58 $data .= pack('n', length($self->ticket));
/third_party/python/Lib/idlelib/
H A Ddynoption.py45 dyn.pack()
50 button.pack()
/third_party/skia/src/sfnt/
H A DSkSFNTHeader.h18 #pragma pack(push, 1)
64 #pragma pack(pop)
H A DSkOTTable_EBDT.h16 #pragma pack(push, 1)
106 #pragma pack(pop)
/third_party/openssl/util/perl/TLSProxy/
H A DNewSessionTicket.pm57 $data = pack('N', $self->ticket_lifetime_hint);
58 $data .= pack('n', length($self->ticket));
/third_party/typescript/tests/baselines/reference/
H A DexcessiveStackDepthFlatArray.js44 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
45 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DtypedArrays-es5.js36 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
37 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {

Completed in 13 milliseconds

1...<<11121314151617181920>>...83