Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/usr.bin/mkesdb/
H A Dyacc.y136 void *serialized; in dump_file() local
201 serialized = malloc(size); in dump_file()
202 _region_init(&data, serialized, size); in dump_file()
204 if (fwrite(serialized, size, 1, fp) != 1) in dump_file()
/freebsd/usr.bin/mkcsmapper/
H A Dyacc.y362 void *serialized; in dump_file() local
403 serialized = malloc(size); in dump_file()
404 _region_init(&data, serialized, size); in dump_file()
407 if (fwrite(serialized, size, 1, fp) != 1) in dump_file()
/freebsd/contrib/libyaml/src/
H A Ddumper.c180 if (!emitter->anchors[index].serialized) { in yaml_emitter_delete_document_and_anchors()
275 if (emitter->anchors[index-1].serialized) { in yaml_emitter_dump_node()
279 emitter->anchors[index-1].serialized = 1; in yaml_emitter_dump_node()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out2 serialized: 1
8 serialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9,
42serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari…
88 serialized: [cat, 9,
122 serialized: [1, 2, 3]
128 serialized:
150serialized: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distributi…
156serialized: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org…
162 serialized: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s]
168serialized: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal…
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java603 String serialized = getString(obj); in performSerializationTest() local
604 System.out.println(" serialized: " + serialized); in performSerializationTest()
616 if (!serialized.equals(deserialized)) { in performSerializationTest()
/freebsd/crypto/openssh/
H A Dlibcrux_mlkem768_sha3.h8240 Eurydice_slice serialized) { in libcrux_ml_kem_serialize_deserialize_to_uncompressed_ring_element_af() argument
8244 i < Eurydice_slice_len(serialized, uint8_t) / (size_t)24U; i++) { in libcrux_ml_kem_serialize_deserialize_to_uncompressed_ring_element_af()
8247 serialized, i0 * (size_t)24U, i0 * (size_t)24U + (size_t)24U, uint8_t); in libcrux_ml_kem_serialize_deserialize_to_uncompressed_ring_element_af()
8360 Eurydice_slice serialized) { in libcrux_ml_kem_serialize_deserialize_then_decompress_10_2c() argument
8364 i < Eurydice_slice_len(serialized, uint8_t) / (size_t)20U; i++) { in libcrux_ml_kem_serialize_deserialize_then_decompress_10_2c()
8367 serialized, i0 * (size_t)20U, i0 * (size_t)20U + (size_t)20U, uint8_t); in libcrux_ml_kem_serialize_deserialize_then_decompress_10_2c()
8424 Eurydice_slice serialized) { in libcrux_ml_kem_serialize_deserialize_then_decompress_11_8d() argument
8428 i < Eurydice_slice_len(serialized, uint8_t) / (size_t)22U; i++) { in libcrux_ml_kem_serialize_deserialize_then_decompress_11_8d()
8431 serialized, i0 * (size_t)22U, i0 * (size_t)22U + (size_t)22U, uint8_t); in libcrux_ml_kem_serialize_deserialize_then_decompress_11_8d()
8450 Eurydice_slice serialized) { in libcrux_ml_kem_serialize_deserialize_then_decompress_ring_element_u_34() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def10 // their stable serialized bit-code record type IDs.
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst8 - parse serialized data into items,
H A Dusing.rst91 **Reading serialized data**
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in350 * If "pp" is NULL, just return the length of what would have been serialized.
355 * that "*pp" is large enough to accept all of the serialized data.
377 * If "pp" is NULL, just returns the length of what would have been serialized.
382 * that "*pp" is large enough to accept all of the serialized data.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dst,st-mipid02.txt4 time. Active port input stream will be de-serialized and its content outputted
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Djson-encoder.md80 are automatically serialized as strings instead.
H A Dglossary.md35 already serialized into to the same datagram.
113 **MinPL:** Minimum Packet Length. The minimum serialized packet length we are
123 serialized QUIC packet in bytes in some given context. Typically equal to the
H A Dtx-packetiser.md218 and serialized QUIC packet in bytes in some given context. Typically
229 packets already serialized into to the same datagram.
245 - Minimum Packet Length (MinPL): The minimum serialized packet length we
442 have serialized all other frame types, we can reserve the rest of the packet
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dldb.txt69 serialized LVDS signal.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedExynosM4.td41 def M4UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
69 def M4UnitFDIV0 : ProcResource<2>; // FP division (serialized)
70 def M4UnitFSQR0 : ProcResource<2>; // FP square root (serialized)
81 def M4UnitFDIV1 : ProcResource<2>; // FP division (serialized)
82 def M4UnitFSQR1 : ProcResource<2>; // FP square root (serialized)
H A DAArch64SchedExynosM5.td41 def M5UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
71 def M5UnitFDIV0 : ProcResource<2>; // FP division (serialized)
72 def M5UnitFSQR0 : ProcResource<2>; // FP square root (serialized)
84 def M5UnitFDIV1 : ProcResource<2>; // FP division (serialized)
85 def M5UnitFSQR1 : ProcResource<2>; // FP square root (serialized)
H A DAArch64SchedExynosM3.td41 def M3UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
50 def M3UnitFSQR : ProcResource<2>; // FP square root (serialized)
60 def M3UnitFDIV0 : ProcResource<2>; // FP division (serialized)
73 def M3UnitFDIV1 : ProcResource<2>; // FP division (serialized)
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap.h446 uint64_t zapobj, uint64_t serialized);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c1873 uint64_t serialized, boolean_t prefetch) in zap_cursor_init_impl() argument
1879 zc->zc_serialized = serialized; in zap_cursor_init_impl()
1886 uint64_t serialized) in zap_cursor_init_serialized() argument
1888 zap_cursor_init_impl(zc, os, zapobj, serialized, B_TRUE); in zap_cursor_init_serialized()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl195 int serialized = (region == 2 ? 1 : 0); local
196 if (team->t.t_active_level + serialized > 1) {
842 Events are not generated in case of serialized team. */
/freebsd/contrib/libyaml/include/
H A Dyaml.h1536 int serialized; member
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod243 int serialized(void)
H A Dd2i_X509.pod471 within, the DER is a serialized encoding, suitable for sending over the
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td150 "unable to merge a subprocess's serialized diagnostics">,

12