Home
last modified time | relevance | path

Searched defs:MBuf (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/UpdateTestChecks/
H A Dlit.local.cfg40 llvm_mca_path = os.path.join(config.llvm_tools_dir, 'llvm-mca')
41 if os.path.isfile(llvm_mca_path):
42 config.available_features.add('llvm-mca-binary')
43 mca_arg = '--llvm-mca-binary ' + shell_quote(llvm_mca_path)
44 add_update_script_substition('%update_test_checks', extra_args=mca_arg)
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/blog/
H A Dblog_test.go40 if got, want := buf.String(), test.output; got != want {
41 t.Errorf("WriteString(%q) = %q. Expected: %q", test.input, got, want)
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/src/util/slab/
H A Dshard.rs39 pub(super) fn new() -> Shard<T> {
41 let shared = (0..MAX_PAGES)
42 .map(|page_num| {
43 let sz = page::size(page_num);
44 let prev_sz = total_sz;
45 total_sz += sz;
46 page::Shared::new(sz, prev_sz)
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dmbuf.h14 struct MBuf { struct
33 static inline void mbuf_init_fixed_reader(struct MBuf *buf, const void *ptr, unsigned len) in mbuf_init_fixed_reader() argument
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pgcrypto/
H A Dmbuf.c39 struct MBuf struct
50 mbuf_avail(MBuf *mbuf) in mbuf_avail() argument

1234