/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/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/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/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/crypto/openssh/ |
H A D | libcrux_mlkem768_sha3.h | 8236 Eurydice_slice serialized) { in libcrux_ml_kem_serialize_deserialize_to_uncompressed_ring_element_af() argument 8240 i < Eurydice_slice_len(serialized, uint8_t) / (size_t)24U; i++) { in libcrux_ml_kem_serialize_deserialize_to_uncompressed_ring_element_af() 8243 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() 8356 Eurydice_slice serialized) { in libcrux_ml_kem_serialize_deserialize_then_decompress_10_2c() argument 8360 i < Eurydice_slice_len(serialized, uint8_t) / (size_t)20U; i++) { in libcrux_ml_kem_serialize_deserialize_then_decompress_10_2c() 8363 serialized, i0 * (size_t)20U, i0 * (size_t)20U + (size_t)20U, uint8_t); in libcrux_ml_kem_serialize_deserialize_then_decompress_10_2c() 8420 Eurydice_slice serialized) { in libcrux_ml_kem_serialize_deserialize_then_decompress_11_8d() argument 8424 i < Eurydice_slice_len(serialized, uint8_t) / (size_t)22U; i++) { in libcrux_ml_kem_serialize_deserialize_then_decompress_11_8d() 8427 serialized, i0 * (size_t)22U, i0 * (size_t)22U + (size_t)22U, uint8_t); in libcrux_ml_kem_serialize_deserialize_then_decompress_11_8d() 8446 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 D | TypeBitCodes.def | 10 // their stable serialized bit-code record type IDs.
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | api.rst | 8 - parse serialized data into items,
|
H A D | using.rst | 91 **Reading serialized data**
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ct.h.in | 349 * If "pp" is NULL, just return the length of what would have been serialized. 354 * that "*pp" is large enough to accept all of the serialized data. 376 * If "pp" is NULL, just returns the length of what would have been serialized. 381 * that "*pp" is large enough to accept all of the serialized data.
|
/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 | 70 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/sys/contrib/openzfs/include/sys/ |
H A D | zap.h | 439 uint64_t zapobj, uint64_t serialized);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_micro.c | 1817 uint64_t serialized, boolean_t prefetch) in zap_cursor_init_impl() argument 1823 zc->zc_serialized = serialized; in zap_cursor_init_impl() 1830 uint64_t serialized) in zap_cursor_init_serialized() argument 1832 zap_cursor_init_impl(zc, os, zapobj, serialized, B_TRUE); in zap_cursor_init_serialized()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 163 int serialized(void)
|
H A D | d2i_X509.pod | 383 within, the DER is a serialized encoding, suitable for sending over the
|
/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. */
|
H A D | kmp_runtime.cpp | 8552 int serialized; in __kmp_aux_get_team_num() local 8553 kmp_team_t *team = __kmp_aux_get_team_info(serialized); in __kmp_aux_get_team_num() 8555 if (serialized > 1) { in __kmp_aux_get_team_num() 8565 int serialized; in __kmp_aux_get_num_teams() local 8566 kmp_team_t *team = __kmp_aux_get_team_info(serialized); in __kmp_aux_get_num_teams() 8568 if (serialized > 1) { in __kmp_aux_get_num_teams()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticFrontendKinds.td | 150 "unable to merge a subprocess's serialized diagnostics">,
|
H A D | DiagnosticGroups.td | 1418 // Issues with serialized diagnostics. 1419 def SerializedDiagnostics : DiagGroup<"serialized-diagnostics">;
|
/freebsd/contrib/libucl/ |
H A D | README.md | 372 Each UCL object can be serialized to one of the four supported formats:
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 226 "Statistics would be serialized in JSON format inside the main dictionary "
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 23 /// CXXName that can be serialized into a DataStreamTypeWriter.
|