| /freebsd/usr.bin/mkesdb/ |
| H A D | yacc.y | 136 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/crypto/openssh/ |
| H A D | libcrux_internal.h | 10126 Eurydice_mut_borrow_slice_u8 serialized in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() argument 10149 serialized.ptr[(size_t)5U * i0] = (uint8_t)coefficient0; in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() 10150 serialized.ptr[(size_t)5U * i0 + (size_t)1U] = (uint8_t)(coefficient0 >> 8U); in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() 10151 serialized.ptr[(size_t)5U * i0 + (size_t)2U] = (uint8_t)(coefficient0 >> 16U); in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() 10153 serialized.ptr[uu____0] = in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() 10154 … (uint32_t)serialized.ptr[uu____0] | (uint32_t)(uint8_t)(int32_t)((uint32_t)coefficient1 << 4U); in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() 10155 serialized.ptr[(size_t)5U * i0 + (size_t)3U] = (uint8_t)(coefficient1 >> 4U); in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() 10156 serialized.ptr[(size_t)5U * i0 + (size_t)4U] = (uint8_t)(coefficient1 >> 12U); in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_19() 10165 Eurydice_mut_borrow_slice_u8 serialized in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_17() argument 10196 serialized.ptr[(size_t)9U * i0] = (uint8_t)coefficient0; in libcrux_ml_dsa_simd_portable_encoding_gamma1_serialize_when_gamma1_is_2_pow_17() [all …]
|
| /freebsd/usr.bin/mkcsmapper/ |
| H A D | yacc.y | 362 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 D | dumper.c | 180 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 D | tst.Bean.ksh.out | 2 serialized: 1 8 serialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 42 …serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 88 serialized: [cat, 9, 122 serialized: [1, 2, 3] 128 serialized: 150 …serialized: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distributi… 156 …serialized: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org… 162 serialized: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s] 168 …serialized: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal… [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap.c | 1035 uint64_t serialized, boolean_t prefetch) in zap_cursor_init_by_dnode_impl() argument 1050 zc->zc_hash = serialized << (64 - hb); in zap_cursor_init_by_dnode_impl() 1051 zc->zc_cd = serialized >> hb; in zap_cursor_init_by_dnode_impl() 1066 uint64_t serialized, uint32_t prefetch) in zap_cursor_init_impl() argument 1076 err = zap_cursor_init_by_dnode_impl(zc, dn, serialized, prefetch); in zap_cursor_init_impl() 1109 uint64_t serialized) in zap_cursor_init_serialized() argument 1111 return (zap_cursor_init_impl(zc, os, zapobj, serialized, B_TRUE)); in zap_cursor_init_serialized() 1116 uint64_t serialized) in zap_cursor_init_serialized_by_dnode() argument 1118 return (zap_cursor_init_by_dnode_impl(zc, dn, serialized, B_TRUE)); in zap_cursor_init_serialized_by_dnode()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 603 String serialized = getString(obj); in performSerializationTest() local 604 System.out.println(" serialized: " + serialized); in performSerializationTest() 616 if (!serialized.equals(deserialized)) { in performSerializationTest()
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | tutorial.rst | 27 Objects can be serialized and deserialized
|
| H A D | api.rst | 8 - parse serialized data into items,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 10 // their stable serialized bit-code record type IDs.
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 477 uint64_t zapobj, uint64_t serialized); 479 uint64_t serialized);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ct.h.in | 350 * 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/crypto/openssl/doc/designs/quic-design/ |
| H A D | json-encoder.md | 80 are automatically serialized as strings instead.
|
| H A D | glossary.md | 35 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 D | tx-packetiser.md | 218 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/media/i2c/ |
| H A D | st,st-mipid02.txt | 4 time. Active port input stream will be de-serialized and its content outputted
|
| /freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
| H A D | ldb.txt | 69 serialized LVDS signal.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedExynosM4.td | 41 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 D | AArch64SchedExynosM5.td | 41 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 D | AArch64SchedExynosM3.td | 41 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/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 195 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 D | yaml.h | 1536 int serialized; member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CRYPTO_THREAD_run_once.pod | 243 int serialized(void)
|
| H A D | d2i_X509.pod | 471 within, the DER is a serialized encoding, suitable for sending over the
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 148 "unable to merge a subprocess's serialized diagnostics">,
|