Home
last modified time | relevance | path

Searched refs:Serialized (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc70 std::string Serialized = serialize(*BQ, 3); in TEST_F() local
71 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F()
94 std::string Serialized = serialize(*BQ, 3); in TEST_F() local
95 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F()
115 std::string Serialized = serialize(*BQ, 3); in TEST_F() local
116 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F()
130 std::string Serialized = serialize(*BQ, 3); in TEST_F() local
131 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F()
154 std::string Serialized = serialize(*BQ, 3); in TEST_F() local
155 llvm::DataExtractor DE(Serialized, true, 8); in TEST_F()
[all …]
H A Dtest_helpers.cc72 std::string Serialized; in serialize() local
82 Serialized.append(reinterpret_cast<const char *>(&HeaderStorage), in serialize()
88 Serialized.append(reinterpret_cast<const char *>(&Extents), in serialize()
90 Serialized.append(reinterpret_cast<const char *>(B.Data), Size); in serialize()
92 return Serialized; in serialize()
H A Dfdr_log_writer_test.cc67 std::string Serialized = serialize(Buffers, 3); in TEST() local
68 llvm::DataExtractor DE(Serialized, true, 8); in TEST()
120 std::string Serialized = serialize(Buffers, 3); in TEST() local
121 llvm::DataExtractor DE(Serialized, true, 8); in TEST()
155 std::string Serialized = serialize(Buffers, 3); in TEST() local
156 llvm::DataExtractor DE(Serialized, true, 8); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td52 // Serialized two-level address load.
56 // Serialized two-level address lookup.
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasloperands.c150 UINT8 Serialized = 0; in OpnDoMethod() local
174 Serialized = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
199 ((Serialized & 0x1) << 3) | in OpnDoMethod()
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info147 Node: Serialized Tables153178
149 Node: Creating Serialized Tables154102
150 Node: Loading and Unloading Serialized Tables155717
H A Dflex.info-292 * yytables_destroy: Loading and Unloading Serialized Tables.
94 * yytables_fload: Loading and Unloading Serialized Tables.
H A Dflex.info-181 * Serialized Tables::
131 Serialized Tables
133 * Creating Serialized Tables::
134 * Loading and Unloading Serialized Tables::
3727 File: flex.info, Node: Memory Management, Next: Serialized Tables, Prev: Lex and Posix, Up: Top
3917 File: flex.info, Node: Serialized Tables, Next: Diagnostics, Prev: Memory Management, Up: Top
3919 22 Serialized Tables
3937 * Creating Serialized Tables::
3938 * Loading and Unloading Serialized Tables::
3942 …info, Node: Creating Serialized Tables, Next: Loading and Unloading Serialized Tables, Prev: Se…
[all …]
H A Dflex.texi104 * Serialized Tables::
155 Serialized Tables
157 * Creating Serialized Tables::
158 * Loading and Unloading Serialized Tables::
4770 @node Memory Management, Serialized Tables, Lex and Posix, Top
4960 @node Serialized Tables, Diagnostics, Memory Management, Top
4961 @chapter Serialized Tables
4978 * Creating Serialized Tables::
4979 * Loading and Unloading Serialized Tables::
4983 @node Creating Serialized Tables, Loading and Unloading Serialized Tables, Serialized Tables, Seria…
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Djava.ldif35 SC 'Serialized form of a Java object' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SI
H A Djava.schema149 # DESC 'Serialized form of a Java object'
156 DESC 'Serialized form of a Java object'
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl191 Method (_SRS, 1, Serialized)
245 Method (_CRS, 0, Serialized)
404 Method (_PRS, 0, Serialized)
438 Method (_SRS, 1, Serialized)
511 Method (TCOP,, Serialized)
679 Method(RDBT,0,Serialized){
710 Method(_CRS,, Serialized)
811 Method(RDBT,3,Serialized){
873 Method(_BST,, Serialized) {
1318 Method (FLDS,, Serialized)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DHashTable.rst1 The PDB Serialized Hash Table Format
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2713.txt146 2.2 Serialized Objects
474 2.6 Serialized Objects Vs. Marshalled Objects Vs. References
522 reference entries -- if so desired -- quite easily. Serialized and
632 DESC 'Serialized form of a Java object'
980 DESC 'Serialized form of a Java object'
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DRemarks.rst82 Serialized remarks
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt10789 uses Switch as Serialized, thus preventing multiple thread entries. BZ
11919 Fixed a problem with Serialized control methods where the semaphore
15622 Implemented a mechanism to force a control method to "Serialized"
15653 to "Serialized" to mimic Windows behavior, another to disable _OSI