/external/pigweed/pw_allocator/ |
D | fuzzing.cc | 22 auto ArbitrarySize(size_t max_size) { in ArbitrarySize() 34 fuzzer::Domain<AllocationRequest> ArbitraryAllocationRequest(size_t max_size) { in ArbitraryAllocationRequest() 47 size_t max_size) { in ArbitraryReallocationRequest() 54 fuzzer::Domain<Request> ArbitraryRequest(size_t max_size) { in ArbitraryRequest()
|
D | test_harness.cc | 47 void TestHarness::GenerateRequests(size_t max_size, size_t num_requests) { in GenerateRequests() 54 void TestHarness::GenerateRequest(size_t max_size) { in GenerateRequest() 78 AllocationRequest TestHarness::GenerateAllocationRequest(size_t max_size) { in GenerateAllocationRequest() 93 ReallocationRequest TestHarness::GenerateReallocationRequest(size_t max_size) { in GenerateReallocationRequest() 100 size_t TestHarness::GenerateSize(size_t max_size) { in GenerateSize()
|
/external/libchrome/base/containers/ |
D | mru_cache.h | 83 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) {} in MRUCacheBase() 87 size_type max_size() const { return max_size_; } in max_size() function 231 explicit MRUCache(typename ParentType::size_type max_size) in MRUCache() 258 explicit HashingMRUCache(typename ParentType::size_type max_size) in HashingMRUCache()
|
/external/angle/src/common/base/anglebase/containers/ |
D | mru_cache.h | 82 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) {} in MRUCacheBase() 86 size_type max_size() const { return max_size_; } in max_size() function 238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache() 264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
|
/external/pigweed/pw_varint/ |
D | stream.cc | 28 StatusWithSize Read(stream::Reader& reader, int64_t* output, size_t max_size) { in Read() 39 StatusWithSize Read(stream::Reader& reader, uint64_t* output, size_t max_size) { in Read()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_lexer.l | 44 static size_t yy_input(char *buf, size_t max_size) in yy_input() 65 #define YY_INPUT(buf, result, max_size) \ argument
|
/external/libprotobuf-mutator/src/libfuzzer/ |
D | libfuzzer_macro.cc | 132 size_t max_size = message.ByteSizeLong() + output.size(); in GetMaxSize() local 141 size_t max_size = GetMaxSize(input, *output, *message); in MutateMessage() local 158 size_t max_size = GetMaxSize(input1, *output, *message1); in CrossOverMessages() local 168 size_t MutateTextMessage(uint8_t* data, size_t size, size_t max_size, in MutateTextMessage() 186 size_t MutateBinaryMessage(uint8_t* data, size_t size, size_t max_size, in MutateBinaryMessage() 207 size_t max_size, unsigned int seed, in CustomProtoMutator()
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | basic_streambuf.hpp | 169 std::size_t max_size() const BOOST_ASIO_NOEXCEPT in max_size() function in boost::asio::basic_streambuf 355 basic_streambuf& sb, std::size_t max_size) in read_size_helper() 407 std::size_t max_size() const BOOST_ASIO_NOEXCEPT in max_size() function in boost::asio::basic_streambuf_ref
|
/external/coreboot/util/cbfstool/ |
D | amdcompress.c | 138 static void do_compress(char *outf, char *inf, size_t max_size) in do_compress() 228 static void do_uncompress(char *outf, char *inf, size_t max_size) in do_uncompress() 310 size_t max_size = 0; in main() local
|
/external/coreboot/util/smmstoretool/ |
D | fv.c | 98 size_t max_size) in check_fw_vol_hdr() 126 size_t max_size, in check_var_store_hdr()
|
/external/webrtc/net/dcsctp/tx/ |
D | stream_scheduler.cc | 35 size_t max_size) { in Produce() 129 size_t max_size) { in Produce()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | topological_sort.cc | 84 const int max_size = graph_view.GetFanin(fanout).size(); in ComputeTopologicalOrder() local 99 const int max_size = graph_view.GetFanin(i).size(); in ComputeTopologicalOrder() local
|
/external/pigweed/pw_hdlc/public/pw_hdlc/ |
D | decoder.h | 126 size_t max_size() const { return buffer_.size(); } in max_size() function 187 static constexpr size_t max_size() { return kSizeBytes; } in max_size() function
|
/external/virglrenderer/server/ |
D | render_socket.c | 114 size_t max_size, in render_socket_receive_request_internal() 160 size_t max_size, in render_socket_receive_request() 170 size_t max_size, in render_socket_receive_request_with_fds()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | sparse_set.h | 109 int max_size() const { in max_size() function 240 template<typename Value> SparseSetT<Value>::SparseSetT(int max_size) : in SparseSetT()
|
/external/regex-re2/util/ |
D | sparse_set.h | 109 int max_size() const { in max_size() function 240 template<typename Value> SparseSetT<Value>::SparseSetT(int max_size) : in SparseSetT()
|
/external/cronet/tot/third_party/re2/src/re2/ |
D | sparse_set.h | 111 int max_size() const { in max_size() function 242 template<typename Value> SparseSetT<Value>::SparseSetT(int max_size) : in SparseSetT()
|
/external/cronet/stable/third_party/re2/src/re2/ |
D | sparse_set.h | 111 int max_size() const { in max_size() function 242 template<typename Value> SparseSetT<Value>::SparseSetT(int max_size) : in SparseSetT()
|
/external/eigen/test/ |
D | qr_fullpivoting.cpp | 20 Index max_size = EIGEN_TEST_MAX_SIZE; in qr() local 77 Index max_size = numext::mini(50,EIGEN_TEST_MAX_SIZE); in qr_invertible() local
|
/external/rust/android-crates-io/crates/virtio-queue/src/ |
D | state.rs | 17 pub max_size: u16, field 66 let max_size = 16; in test_empty_queue_state() localVariable
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_best_fit_repacker.h | 34 : MemorySpaceAssignmentRepacker(max_size, alignment), type_(type) {} in MemorySpaceAssignmentRepacker() argument
|
/external/angle/src/compiler/translator/ |
D | PoolAlloc.h | 96 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } in max_size() function 97 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } in max_size() function
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | consuming_buffers.hpp | 96 prepared_buffers_type prepare(std::size_t max_size) in prepare() 180 Buffer prepare(std::size_t max_size) in prepare() 293 boost::array<Buffer, 2> prepare(std::size_t max_size) in prepare() 345 std::array<Buffer, 2> prepare(std::size_t max_size) in prepare()
|
/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/ |
D | max_size.hpp | 19 struct max_size struct
|
/external/compiler-rt/lib/lsan/ |
D | lsan.h | 18 #define GET_STACK_TRACE(max_size, fast) \ argument
|