| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.h | 94 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 D | pan_lower_framebuffer.c | 122 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 D | 70-test_sslsigalgs.t | 343 $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 D | well_known_types_test.py | 938 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.c | 1 /* 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 D | easy_event_encoder.h | 26 #pragma pack(1) 32 #pragma pack()
|
| H A D | easy_event_builder.h | 31 #pragma pack(1) 44 #pragma pack()
|
| /base/startup/appspawn/test/unittest/hnp_test/ |
| H A D | BUILD.gn | 33 "${appspawn_path}/service/hnp/pack/include", 47 "${appspawn_path}/service/hnp/pack/src/hnp_pack.c",
|
| /base/startup/appspawn/service/hnp/ |
| H A D | BUILD.gn | 53 "pack/include", 62 "${appspawn_path}/service/hnp/pack/src/hnp_pack.c",
|
| /foundation/systemabilitymgr/samgr_lite/samgr/source/ |
| H A D | message_inner.h | 35 #pragma pack(1)
45 #pragma pack()
|
| /foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
| H A D | message_handler.h | 30 #pragma pack(1) 50 #pragma pack()
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
| H A D | coap_discover.h | 34 #pragma pack(1) 40 #pragma pack()
|
| /third_party/benchmark/src/ |
| H A D | benchmark_name.cc | 21 // 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 D | flock_tool.py | 47 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 D | format_pack.h | 48 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 D | flock_tool.py | 47 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 D | index.js | 11 module.exports = pack 12 async function pack (spec = 'file:.', opts = {}) {
|
| /third_party/libfuse/test/ |
| H A D | test_custom_io.py | 42 dummy_init_req_header = struct.pack( 46 dummy_init_req_payload = struct.pack(
|
| /third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
| H A D | NewSessionTicket.pm | 57 $data = pack('N', $self->ticket_lifetime_hint); 58 $data .= pack('n', length($self->ticket));
|
| /third_party/python/Lib/idlelib/ |
| H A D | dynoption.py | 45 dyn.pack() 50 button.pack()
|
| /third_party/skia/src/sfnt/ |
| H A D | SkSFNTHeader.h | 18 #pragma pack(push, 1) 64 #pragma pack(pop)
|
| H A D | SkOTTable_EBDT.h | 16 #pragma pack(push, 1) 106 #pragma pack(pop)
|
| /third_party/openssl/util/perl/TLSProxy/ |
| H A D | NewSessionTicket.pm | 57 $data = pack('N', $self->ticket_lifetime_hint); 58 $data .= pack('n', length($self->ticket));
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | excessiveStackDepthFlatArray.js | 44 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 D | typedArrays-es5.js | 36 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++) {
|