Home
last modified time | relevance | path

Searched defs:amt (Results 1 – 25 of 50) sorted by relevance

12

/third_party/boost/boost/iostreams/detail/adapter/
Dnon_blocking_adapter.hpp31 std::streamsize amt = iostreams::read(device_, s + result, n - result); in read() local
42 std::streamsize amt = in write() local
/third_party/boost/libs/iostreams/example/
Dcontainer_device.hpp37 std::streamsize amt = in read() local
94 std::streamsize amt = in read() local
112 std::streamsize amt = in write() local
Ddictionary_filter.hpp171 std::streamsize amt = in write_current_word() local
/third_party/boost/boost/iostreams/
Dcopy.hpp85 std::streamsize amt = in copy_impl() local
105 std::streamsize amt = in copy_impl() local
133 std::streamsize amt; in copy_impl() local
Dread.hpp145 std::streamsize amt; in read() local
171 std::streamsize amt; in get() local
Dskip.hpp62 std::streamsize amt; in skip() local
Dcode_converter.hpp342 std::streamsize amt = in read() local
395 std::streamsize amt = in write() local
/third_party/boost/boost/iostreams/filter/
Daggregate.hpp65 std::streamsize amt = in read() local
119 std::streamsize amt; in do_read() local
Dgzip.hpp215 std::streamsize amt = base_type::read(src, s + result, n - result); in read() local
239 std::streamsize amt = in write() local
433 std::streamsize amt = in write() local
484 std::streamsize amt = in read() local
590 std::streamsize amt = in read() local
717 std::streamsize amt = (std::min)(avail, n); in read_string() local
Dsymmetric.hpp206 std::streamsize amt = iostreams::read(src, buf().data(), buf().size()); in fill() local
228 std::streamsize amt = in flush() local
Dtest.hpp101 streamsize amt = (std::min) (rand(inc_), avail); in read() local
129 std::streamsize amt = (std::min) (rand(inc_), n); in write() local
Dline.hpp183 std::streamsize amt = static_cast<std::streamsize>(line.size()); in write_line() local
/third_party/boost/libs/iostreams/test/
Dread_nonblocking_test.cpp59 std::streamsize amt = boost::iostreams::read(nb, read_data, data_size_k); in nonblocking_read_test() local
Dlarge_file_test.cpp380 std::streamsize amt; in check_character() local
/third_party/node/tools/configure.d/
Dnodedownload.py15 def formatSize(amt): argument
/third_party/openssl/crypto/ec/curve448/arch_32/
Df_impl.h39 void gf_bias(gf a, int amt) in gf_bias()
/third_party/python/Lib/idlelib/
Dhelp.py67 def indent(self, amt=1): argument
/third_party/boost/boost/iostreams/detail/
Drestrict_impl.hpp147 std::streamsize amt = in read() local
265 std::streamsize amt = in read() local
Dbuffer.hpp130 std::streamsize amt = static_cast<std::streamsize>(eptr_ - ptr_); in flush() local
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h82 static int expect_equal(long long amt, long long value, const char *amt_name) in expect_equal()
/third_party/cef/tools/yapf/yapf/yapflib/
Dsplit_penalty.py466 def _IncreasePenalty(node, amt): argument
518 def _DecrementSplitPenalty(node, amt): argument
/third_party/openssl/crypto/ec/curve448/
Dfield.h108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
/third_party/python/Lib/http/
Dclient.py450 def read(self, amt=None): argument
577 def _read_chunked(self, amt=None): argument
623 def _safe_read(self, amt): argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
Dminimal-secure-streams.c183 size_t amt; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
Dminimal-secure-streams.c214 size_t amt; member

12