Home
last modified time | relevance | path

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

123

/netbsd/usr.bin/mklocale/
H A Dmklocaledb.c235 void *serialized; in mklocaledb() local
271 serialized = malloc(size); in mklocaledb()
272 if (serialized == NULL) in mklocaledb()
274 _DIAGASSERT(serialized != NULL); in mklocaledb()
275 _region_init(&r, serialized, size); in mklocaledb()
278 fwrite(serialized, size, 1, writer); in mklocaledb()
/netbsd/usr.bin/mkesdb/
H A Dyacc.y143 void *serialized; in dump_file() local
212 serialized = malloc(size); in dump_file()
213 _region_init(&data, serialized, size); in dump_file()
215 if (fwrite(serialized, size, 1, fp) != 1) in dump_file()
/netbsd/external/apache2/llvm/dist/llvm/docs/PDB/
H A DHashTable.rst14 tables are serialized and embedded directly to the file, rather than requiring
54 - **Present Bit Vector** - A serialized bit vector which contains information
60 - **Deleted Bit Vector** - A serialized bit vector which contains information
75 The bit vectors indicating the status of each bucket are serialized as follows:
H A DPdbStream.rst66 Following the header is a serialized hash table whose key type is a string, and
86 a buffer of string data prefixed by a 32-bit length. The second is a serialized
93 The on-disk layout of the serialized hash table is described at :doc:`HashTable`.
H A Dindex.rst158 Information about the serialized hash table format used internally to
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DRemarks.rst58 LLVM: through remark diagnostics, or through serialized remarks.
92 By default, the format of the serialized remarks is :ref:`YAML
106 By default, the output is serialized to :ref:`YAML <yamlremarks>`.
110 Specifies the output format of the serialized remarks.
123 serialized to the final output.
158 In this mode, the remarks and the metadata are serialized separately. The
164 In this mode, the remarks and the metadata are serialized to the same
176 A typical remark serialized to YAML looks like this:
255 * the absolute file path to the serialized remark diagnostics: a
258 When the metadata is serialized separately from the remarks, the file path
[all …]
H A DMIRLangRef.rst32 contain the serialized machine functions.
138 subclasses isn't serialized at the moment.
141 SystemZ backends) aren't serialized at the moment.
145 - A lot of the state in ``MachineModuleInfo`` isn't serialized - only the CFI
146 instructions and the variable debug information from MMI is serialized right
374 The instruction names are serialized using the exact definitions from the
461 serialized.
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc2713.txt30 a Java serialized object [Serial], a Java marshalled object [RMI], a
77 Java objects: a Java serialized object, a Java marshalled object,
159 serialized, so is the array of Page objects.
190 javaSerializedData, contains the serialized form of the object.
193 serialized object so that applications can determined class
198 needed to deserialize the serialized object.
257 serialized form of the marshalled object (that is, the serialized
626 serialized form is described in [Serial].
798 DESC 'Java serialized object'
852 the serialized object could be read and modified within the
[all …]
/netbsd/external/bsd/openldap/dist/servers/slapd/schema/
H A Djava.schema43 # a Java serialized object [Serial], a Java marshalled object [RMI], a
142 # This attribute stores the serialized form of a Java object. The
143 # serialized form is described in [Serial].
214 # the Base64 encoding of the serialized form of the entire address.
318 # This auxiliary object class represents a Java serialized object. It
323 # DESC 'Java serialized object'
331 DESC 'Java serialized object'
H A Djava.ldif52 ESC 'Java serialized object' SUP javaObject AUXILIARY MUST javaSerializedData
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst25 resulting PCH file contains the serialized form of the compiler's internal
60 headers to save a serialized AST file (one per module) and use those AST
70 file. The AST file itself contains a serialized representation of Clang's
132 only contain the serialized AST.
135 which contains the serialized representation of a part of Clang's internal
204 The source manager block contains the serialized representation of Clang's
232 The preprocessor block contains the serialized representation of the
245 The types block contains the serialized representation of all of the types
257 the types block where the serialized representation of that type resides,
268 The declarations block contains the serialized representation of all of the
[all …]
/netbsd/usr.bin/mkcsmapper/
H A Dyacc.y364 void *serialized; in dump_file() local
407 serialized = malloc(size); in dump_file()
408 _region_init(&data, serialized, size); in dump_file()
411 if (fwrite(serialized, size, 1, fp) != 1) in dump_file()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def10 // their stable serialized bit-code record type IDs.
/netbsd/external/mit/libcbor/dist/doc/source/
H A Dapi.rst8 - parse serialized data into items,
H A Dusing.rst90 **Reading serialized data**
/netbsd/crypto/external/bsd/openssl/dist/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.
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl-java/
H A DMakefile.am131 javadoc2/serialized-form.html \
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap.h403 uint64_t zapobj, uint64_t serialized);
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-upgrading.sdf36 will cause all write operations requiring uniqueness to be serialized so as to avoid the scenario w…
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedExynosM5.td39 def M5UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
69 def M5UnitFDIV0 : ProcResource<2>; // FP division (serialized)
70 def M5UnitFSQR0 : ProcResource<2>; // FP square root (serialized)
82 def M5UnitFDIV1 : ProcResource<2>; // FP division (serialized)
83 def M5UnitFSQR1 : ProcResource<2>; // FP square root (serialized)
H A DAArch64SchedExynosM4.td39 def M4UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
67 def M4UnitFDIV0 : ProcResource<2>; // FP division (serialized)
68 def M4UnitFSQR0 : ProcResource<2>; // FP square root (serialized)
79 def M4UnitFDIV1 : ProcResource<2>; // FP division (serialized)
80 def M4UnitFSQR1 : ProcResource<2>; // FP square root (serialized)
H A DAArch64SchedExynosM3.td39 def M3UnitD : ProcResource<1>; // Integer division (inside C0, serialized)
48 def M3UnitFSQR : ProcResource<2>; // FP square root (serialized)
58 def M3UnitFDIV0 : ProcResource<2>; // FP division (serialized)
71 def M3UnitFDIV1 : ProcResource<2>; // FP division (serialized)
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCRYPTO_THREAD_run_once.pod129 int serialized(void)
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DCRYPTO_THREAD_run_once.pod162 int serialized(void)
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Dsyms.texi249 with the expression tree serialized in the symbol name. */
253 with the expression tree serialized in the symbol name. */

123