Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
170 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
189 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
261 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
408 const C& container, ::std::ostream* os) { in DefaultPrintTo()
441 T* p, ::std::ostream* os) { in DefaultPrintTo()
453 T* p, ::std::ostream* os) { in DefaultPrintTo()
468 const T& value, ::std::ostream* os) { in DefaultPrintTo()
484 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
524 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
[all …]
H A Dgtest-matchers.h85 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener()
133 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); } in DescribeTo()
194 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
248 explicit StreamMatchResultListener(::std::ostream* os) in StreamMatchResultListener()
274 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo()
277 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
282 void ExplainMatchResultTo(const T& x, ::std::ostream* os) const { in ExplainMatchResultTo()
477 virtual void DescribeTo(::std::ostream* os) const { impl_.DescribeTo(os); } in DescribeTo()
479 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp26 std::ostream &operator<<(std::ostream &os, const Const &x) { in operator <<()
29 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<()
32 std::ostream &operator<<(std::ostream &os, const Lvalue &x) { in operator <<()
35 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { in operator <<()
41 std::ostream &operator<<(std::ostream &os, const BinaryOp &x) { in operator <<()
61 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<()
64 std::ostream &operator<<(std::ostream &os, const IfElse &x) { in operator <<()
69 std::ostream &operator<<(std::ostream &os, const While &x) { in operator <<()
72 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<()
78 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<()
[all …]
H A Dloop_proto_to_cxx.cpp46 std::ostream &operator<<(std::ostream &os, const Const &x) { in operator <<()
49 std::ostream &operator<<(std::ostream &os, const VarRef &x) { in operator <<()
60 std::ostream &operator<<(std::ostream &os, const Rvalue &x) { in operator <<()
69 std::ostream &operator<<(std::ostream &os, const BinaryOp &x) { in operator <<()
111 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<()
114 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<()
117 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<()
122 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString()
132 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString()
137 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
84 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
196 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
211 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
221 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp54 std::string VarRefToString(std::ostream &os, const VarRef &x) { in VarRefToString()
73 std::string RvalueToString(std::ostream &os, const Rvalue &x) { in RvalueToString()
87 std::string BinopToString(std::ostream &os, const BinaryOp &x) { in BinopToString()
124 std::ostream &operator<<(std::ostream &os, const AssignmentStatement &x) { in operator <<()
129 std::ostream &operator<<(std::ostream &os, const Statement &x) { in operator <<()
132 std::ostream &operator<<(std::ostream &os, const StatementSeq &x) { in operator <<()
138 void NestedLoopToString(std::ostream &os, const LoopFunction &x) { in NestedLoopToString()
168 void SingleLoopToString(std::ostream &os, const LoopFunction &x) { in SingleLoopToString()
187 std::ostream &operator<<(std::ostream &os, const LoopFunction &x) { in operator <<()
198 std::ostringstream os; in LoopFunctionToLLVMString() local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c85 dmu_objset_spa(objset_t *os) in dmu_objset_spa()
91 dmu_objset_zil(objset_t *os) in dmu_objset_zil()
97 dmu_objset_pool(objset_t *os) in dmu_objset_pool()
108 dmu_objset_ds(objset_t *os) in dmu_objset_ds()
114 dmu_objset_type(objset_t *os) in dmu_objset_type()
120 dmu_objset_name(objset_t *os, char *buf) in dmu_objset_name()
126 dmu_objset_id(objset_t *os) in dmu_objset_id()
134 dmu_objset_syncprop(objset_t *os) in dmu_objset_syncprop()
140 dmu_objset_logbias(objset_t *os) in dmu_objset_logbias()
148 objset_t *os = arg; in checksum_changed_cb() local
[all …]
H A Dddt_zap.c37 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) in ddt_zap_create()
52 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) in ddt_zap_destroy()
58 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup()
83 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_prefetch()
90 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_update()
103 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_remove()
110 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk()
137 ddt_zap_count(objset_t *os, uint64_t object, uint64_t *count) in ddt_zap_count()
H A Dzap_micro.c372 mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db) in mzap_open()
480 objset_t *os = dmu_buf_get_objset(db); in zap_lockdir_impl() local
572 zap_lockdir(objset_t *os, uint64_t obj, dmu_tx_t *tx, in zap_lockdir()
646 mzap_create_impl(objset_t *os, uint64_t obj, int normflags, zap_flags_t flags, in mzap_create_impl()
680 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim()
688 zap_create_claim_norm(objset_t *os, uint64_t obj, int normflags, in zap_create_claim_norm()
702 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create()
709 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm()
719 zap_create_flags(objset_t *os, int normflags, zap_flags_t flags, in zap_create_flags()
738 zap_destroy(objset_t *os, uint64_t zapobj, dmu_tx_t *tx) in zap_destroy()
[all …]
H A Ddmu_object.c35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc()
96 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim()
116 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim()
137 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_free()
163 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next()
H A Dbptree.c62 bptree_alloc(objset_t *os, dmu_tx_t *tx) in bptree_alloc()
90 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bptree_free()
107 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty()
121 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, in bptree_add()
187 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, in bptree_iterate()
H A Ddmu.c164 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_noread()
214 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold()
304 dmu_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_rm_spill()
322 dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **dbp) in dmu_bonus_hold()
553 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_array()
615 dmu_prefetch(objset_t *os, uint64_t object, int64_t level, uint64_t offset, in dmu_prefetch()
727 dmu_free_long_range_impl(objset_t *os, dnode_t *dn, uint64_t offset, in dmu_free_long_range_impl()
811 dmu_free_long_range(objset_t *os, uint64_t object, in dmu_free_long_range()
836 dmu_free_long_object(objset_t *os, uint64_t object) in dmu_free_long_object()
861 dmu_free_range(objset_t *os, uint64_t object, uint64_t offset, in dmu_free_range()
[all …]
H A Dzap.c631 objset_t *os = zap->zap_objset; in zap_expand_leaf() local
718 objset_t *os = zap->zap_objset; in zap_put_leaf_maybe_grow_ptrtbl() local
975 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link()
988 zap_value_search(objset_t *os, uint64_t zapobj, uint64_t value, uint64_t mask, in zap_value_search()
1013 zap_join(objset_t *os, uint64_t fromobj, uint64_t intoobj, dmu_tx_t *tx) in zap_join()
1037 zap_join_key(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_key()
1062 zap_join_increment(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_increment()
1093 zap_add_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_add_int()
1102 zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_remove_int()
1111 zap_lookup_int(objset_t *os, uint64_t obj, uint64_t value) in zap_lookup_int()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddata.c43 heim_octet_string *os = (heim_octet_string *)d; in data_dealloc() local
69 heim_octet_string *os = ptr; in data_hash() local
100 heim_octet_string *os; in heim_data_create() local
115 heim_octet_string *os; in heim_data_ref_create() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/hmac/
H A Dhm_ameth.c28 ASN1_OCTET_STRING *os = EVP_PKEY_get0(pkey); in hmac_key_free() local
57 ASN1_OCTET_STRING *os; in hmac_set_priv_key() local
79 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; in hmac_get_priv_key() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
H A Dpoly1305_ameth.c30 ASN1_OCTET_STRING *os = EVP_PKEY_get0(pkey); in poly1305_key_free() local
52 ASN1_OCTET_STRING *os; in poly1305_set_priv_key() local
73 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; in poly1305_get_priv_key() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/siphash/
H A Dsiphash_ameth.c30 ASN1_OCTET_STRING *os = EVP_PKEY_get0(pkey); in siphash_key_free() local
53 ASN1_OCTET_STRING *os; in siphash_set_priv_key() local
74 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; in siphash_get_priv_key() local
/netbsd-src/external/mit/isl/dist/interface/
H A Dplain_cpp.cc51 static void osprintf(ostream &os, const char *format, va_list arguments) in osprintf()
71 static void osprintf(ostream &os, const char *format, ...) in osprintf()
86 static void osprintf(ostream &os, int indent, const char *format, ...) in osprintf()
132 ostream &os = cout; in generate() local
152 void plain_cpp_generator::print_forward_declarations(ostream &os) in print_forward_declarations()
164 void plain_cpp_generator::print_declarations(ostream &os) in print_declarations()
181 void plain_cpp_generator::print_implementations(ostream &os) in print_implementations()
238 void plain_cpp_generator::print_class(ostream &os, const isl_class &clazz) in print_class()
271 void plain_cpp_generator::print_class_forward_decl(ostream &os, in print_class_forward_decl()
657 void plain_cpp_generator::print_class_impl(ostream &os, const isl_class &clazz) in print_class_impl()
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Datffile_test.cpp59 std::unique_ptr< std::ofstream > os(new std::ofstream("Atffile")); in new_atffile() local
70 std::ofstream os(name); in touch_exec() local
522 std::unique_ptr< std::ofstream > os = new_atffile(); in ATF_TEST_CASE_BODY() local
552 std::unique_ptr< std::ofstream > os = new_atffile(); in ATF_TEST_CASE_BODY() local
579 std::unique_ptr< std::ofstream > os = new_atffile(); in ATF_TEST_CASE_BODY() local
592 std::unique_ptr< std::ofstream > os = new_atffile(); in ATF_TEST_CASE_BODY() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h224 void DescribeTo(::std::ostream* os) const override { in DescribeTo()
228 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
320 ::std::ostream* os) { in PrintIfNotEmpty()
386 ::std::ostream* os) { in ExplainMatchFailuresTo()
451 ::std::ostream* os) { in ExplainMatchFailureTupleTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp310 llvm::raw_fd_ostream os(FD, true); in ReportDiag() local
337 llvm::raw_string_ostream os(s); in GenerateHTML() local
365 llvm::raw_string_ostream os(s); in GenerateHTML() local
386 llvm::raw_string_ostream os(file); in GenerateHTML() local
396 llvm::raw_string_ostream &os) { in dumpCoverageData()
422 llvm::raw_string_ostream os(s); in showRelevantLinesJavascript() local
513 llvm::raw_string_ostream os(s); in FinalizeHTML() local
579 llvm::raw_string_ostream os(s); in FinalizeHTML() local
852 llvm::raw_string_ostream os(sbuf); in HandlePiece() local
1018 static void EmitAlphaCounter(raw_ostream &os, unsigned n) { in EmitAlphaCounter()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write()
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h136 #define DMU_META_DNODE(os) ((os)->os_meta_dnode.dnh_dnode) argument
137 #define DMU_USERUSED_DNODE(os) ((os)->os_userused_dnode.dnh_dnode) argument
138 #define DMU_GROUPUSED_DNODE(os) ((os)->os_groupused_dnode.dnh_dnode) argument
140 #define DMU_OS_IS_L2CACHEABLE(os) \ argument
144 #define DMU_OS_IS_L2COMPRESSIBLE(os) (zfs_mdcomp_disable == B_FALSE) argument
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldelfgen.c57 lang_output_section_statement_type *os) in add_link_order_input_section()
94 lang_output_section_statement_type *os) in link_order_scan()
203 fixup_link_order (lang_output_section_statement_type *os) in fixup_link_order()
270 lang_output_section_statement_type *os; in ldelf_map_segments() local
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldelfgen.c58 lang_output_section_statement_type *os) in add_link_order_input_section()
95 lang_output_section_statement_type *os) in link_order_scan()
204 fixup_link_order (lang_output_section_statement_type *os) in fixup_link_order()
271 lang_output_section_statement_type *os; in ldelf_map_segments() local

12345678910>>...14