Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 31) 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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out2 serialized: 1
88 serialized: [cat, 9,
122 serialized: [1, 2, 3]
128 serialized:
596 serialized:
622 serialized: 5
628 serialized: 9
634 serialized: 25
640 serialized: 101
646 serialized: 101
[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/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.in349 * 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 Dst,st-mipid02.txt4 time. Active port input stream will be de-serialized and its content outputted
H A Dst,st-mipid02.yaml15 active at a time. Active port input stream will be de-serialized
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dldb.txt70 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/module/zfs/
H A Dzap_micro.c1594 uint64_t serialized, boolean_t prefetch) in zap_cursor_init_impl() argument
1600 zc->zc_serialized = serialized; in zap_cursor_init_impl()
1607 uint64_t serialized) in zap_cursor_init_serialized() argument
1609 zap_cursor_init_impl(zc, os, zapobj, serialized, B_TRUE); in zap_cursor_init_serialized()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap.h425 uint64_t zapobj, uint64_t serialized);
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod162 int serialized(void)
H A Dd2i_X509.pod383 within, the DER is a serialized encoding, suitable for sending over the
/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. */
H A Dkmp_runtime.cpp8501 int serialized; in __kmp_aux_get_team_num() local
8502 kmp_team_t *team = __kmp_aux_get_team_info(serialized); in __kmp_aux_get_team_num()
8504 if (serialized > 1) { in __kmp_aux_get_team_num()
8514 int serialized; in __kmp_aux_get_num_teams() local
8515 kmp_team_t *team = __kmp_aux_get_team_info(serialized); in __kmp_aux_get_num_teams()
8517 if (serialized > 1) { in __kmp_aux_get_num_teams()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td146 "unable to merge a subprocess's serialized diagnostics">,
H A DDiagnosticGroups.td1369 // Issues with serialized diagnostics.
1370 def SerializedDiagnostics : DiagGroup<"serialized-diagnostics">;
/freebsd/contrib/libucl/
H A DREADME.md372 Each UCL object can be serialized to one of the four supported formats:
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def206 "Statistics would be serialized in JSON format inside the main dictionary "
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td23 /// CXXName that can be serialized into a DataStreamTypeWriter.

12