Searched defs:stream (Results 26 - 50 of 183) sorted by relevance

12345678

/freebsd-current/sys/amd64/amd64/
H A Dbpf_jit_machdep.c63 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) argument
75 emit_code(bpf_bin_stream *stream, u_int value, u_int len) argument
158 bpf_bin_stream stream; local
[all...]
/freebsd-current/sys/i386/i386/
H A Dbpf_jit_machdep.c63 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) argument
75 emit_code(bpf_bin_stream *stream, u_int value, u_int len) argument
158 bpf_bin_stream stream; local
[all...]
/freebsd-current/contrib/unbound/util/
H A Dproxy_protocol.c86 pp2_write_to_buf(uint8_t* buf, size_t buflen, struct sockaddr_storage* src, int stream) argument
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c51 zlib_deflateInit(z_stream *stream, int level) argument
62 zlib_deflate(z_stream *stream, int flush) argument
68 zlib_deflateEnd(z_stream *stream) argument
74 zlib_inflateInit(z_stream *stream) argument
84 zlib_inflate(z_stream *stream, int finish) argument
91 zlib_inflateEnd(z_stream *stream) argument
133 z_stream stream = {0}; local
187 z_stream stream = {0}; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp29 CFAbsoluteTimeSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
45 CFBagSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
105 CFBitVectorSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
223 CFBinaryHeapSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
[all...]
H A DNSException.cpp99 NSException_SummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp144 bool LibcxxVariantSummaryProvider(ValueObject &valobj, Stream &stream, argument
H A DLibCxxAtomic.cpp70 LibCxxAtomicSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
H A DLibStdcppUniquePointer.cpp155 GetSummary( Stream &stream, const TypeSummaryOptions &options) argument
178 LibStdcppUniquePointerSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
/freebsd-current/stand/liblua/
H A Dlstd.c100 freopen(const char *filename, const char *mode, FILE *stream) argument
107 fread(void *ptr, size_t size, size_t count, FILE *stream) argument
120 fwrite(const void *ptr, size_t size, size_t count, FILE *stream) argument
135 fclose(FILE *stream) argument
146 ferror(FILE *stream) argument
153 feof(FILE *stream) argument
163 getc(FILE *stream) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp59 bool Diagnostics::Dump(raw_ostream &stream) { argument
70 bool Diagnostics::Dump(raw_ostream &stream, const FileSpec &dir) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp60 EmitVFrameEvaluationDWARFExpression( llvm::StringRef program, llvm::Triple::ArchType arch_type, Stream &stream) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp132 MakeRegisterBasedLocationExpressionInternal( Stream &stream, llvm::codeview::RegisterId reg, RegisterKind &register_kind, std::optional<int32_t> relative_offset, lldb::ModuleSP module) argument
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp127 auto stream = ((out_stream == kmp_out) ? __kmp_stdout : __kmp_stderr); local
206 void __kmp_fprintf(enum kmp_io stream, char const *format, ...) { argument
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_bzip2.c59 bz_stream stream; member in struct:private_data
[all...]
H A Darchive_read_support_filter_bzip2.c51 bz_stream stream; member in struct:private_data
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c99 static SysRandom stream = { variable
[all...]
/freebsd-current/crypto/openssh/
H A Dutf8.c277 vfmprintf(FILE *stream, const char *fmt, va_list ap) argument
293 fmprintf(FILE *stream, const char *fmt, ...) argument
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp125 StreamString stream; local
/freebsd-current/contrib/mandoc/
H A Dmanpath.c169 FILE *stream; local
/freebsd-current/crypto/openssl/crypto/evp/
H A De_camellia.c38 } stream; member in struct:__anon3937
[all...]
H A De_des.c34 } stream; member in struct:__anon3944
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp145 DWARFCodegen(Stream &stream) : m_out_stream(stream) {} argument
247 void postfix::ToDWARF(Node &node, Stream &stream) { argument
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_file.c91 BIO *BIO_new_fp(FILE *stream, int close_flag) argument
/freebsd-current/crypto/openssl/crypto/modes/
H A Dccm128.c310 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) argument
374 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) argument

Completed in 325 milliseconds

12345678