Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 25 of 114) sorted by relevance

12345

/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c76 tNDEF_STATUS NDEF_MsgCreateWktHr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgCreateWktHr()
100 tNDEF_STATUS NDEF_MsgCreateWktHs (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgCreateWktHs()
124 tNDEF_STATUS NDEF_MsgAddWktHc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktHc()
164 tNDEF_STATUS NDEF_MsgAddWktAc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktAc()
234 tNDEF_STATUS NDEF_MsgAddWktCr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktCr()
258 tNDEF_STATUS NDEF_MsgAddWktErr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddWktErr()
295 tNDEF_STATUS NDEF_MsgAddMediaBtOob (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddMediaBtOob()
329 tNDEF_STATUS NDEF_MsgAppendMediaBtOobCod (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendMediaBtOobCod()
377 tNDEF_STATUS NDEF_MsgAppendMediaBtOobName (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendMediaBtOobName()
434 tNDEF_STATUS NDEF_MsgAppendMediaBtOobHashCRandR (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendMediaBtOobHashCRandR()
[all …]
Dndef_utils.c820 void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size) in NDEF_MsgInit()
836 extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAddRec()
932 extern tNDEF_STATUS NDEF_MsgInsertRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 ind… in NDEF_MsgInsertRec()
1027 extern tNDEF_STATUS NDEF_MsgAppendRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendRec()
1078 tNDEF_STATUS NDEF_MsgAppendPayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgAppendPayload()
1162 tNDEF_STATUS NDEF_MsgReplacePayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgReplacePayload()
1281 tNDEF_STATUS NDEF_MsgReplaceType (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgReplaceType()
1353 tNDEF_STATUS NDEF_MsgReplaceId (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, in NDEF_MsgReplaceId()
/external/libchrome/base/containers/
Dmru_cache.h72 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) { in MRUCacheBase()
75 MRUCacheBase(size_type max_size, const DeletorType& deletor) in MRUCacheBase()
85 size_type max_size() const { return max_size_; } in max_size() function
242 explicit MRUCache(typename ParentType::size_type max_size) in MRUCache()
274 explicit OwningMRUCache(typename ParentType::size_type max_size) in OwningMRUCache()
306 explicit HashingMRUCache(typename ParentType::size_type max_size) in HashingMRUCache()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc63 bool PartitionTreeNode::CreateChildren(size_t max_size) { in CreateChildren()
108 PartitionTreeNode* PartitionTreeNode::GetOptimalNode(size_t max_size, in GetOptimalNode()
168 void Vp8PartitionAggregator::SetPriorMinMax(int min_size, int max_size) { in SetPriorMinMax()
177 Vp8PartitionAggregator::FindOptimalConfiguration(size_t max_size, in FindOptimalConfiguration()
228 int max_size) { in CalcNumberOfFragments()
/external/v8/test/cctest/
Dtest-gc-tracer.cc37 const int max_size = 6; in TEST() local
73 const int max_size = 6; in TEST() local
106 const int max_size = 6; in TEST() local
/external/regex-re2/util/
Dsparse_set.h59 SparseSet(int max_size) { in SparseSet()
122 int max_size() const { return max_size_; } in max_size() function
Dsparse_array.h141 int max_size() const { in max_size() function
418 template<typename Value> SparseArray<Value>::SparseArray(int max_size) { in SparseArray()
/external/compiler-rt/lib/lsan/
Dlsan.h18 #define GET_STACK_TRACE(max_size, fast) \ argument
/external/eigen/bench/btl/generic_bench/static/
Dbench_static.hh46 const int max_size = TINY_MV_MAX_SIZE; in bench_static() local
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
Dwidget_test.cc57 size_t max_size = 128; in TEST() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
Dwidget_test.cc57 size_t max_size = 128; in TEST() local
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
Dwidget_test.cc57 size_t max_size = 128; in TEST() local
/external/nanopb-c/
Dpb_encode.h41 size_t max_size; /* Limit number of output bytes written (or use SIZE_MAX). */ member
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dmax_size.pass.cpp36 size_t max_size() const in max_size() function
/external/iproute2/tc/
Demp_ematch.l12 #define YY_INPUT(buf, result, max_size) \ argument
/external/nanopb-c/generator/proto/
Dnanopb.proto25 optional int32 max_size = 1; field
/external/libcxx/test/support/
Dtest_allocator.h81 size_type max_size() const throw() in max_size() function
141 size_type max_size() const throw() in max_size() function
220 std::size_t max_size() const in max_size() function
/external/libcxx/test/std/thread/futures/
Dtest_allocator.h73 size_type max_size() const throw() in max_size() function
152 std::size_t max_size() const in max_size() function
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconsuming_buffers.hpp56 std::size_t max_size) in consuming_buffers_iterator()
217 void prepare(std::size_t max_size) in prepare()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c41 int max_size; member
158 int max_size) in sanitize_hash()
166 int max_size, void *user_data) in sanitize_cb()
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp25 static int max_size; member
35 int outer::inner::array<T, N>::max_size = 17; member in outer::inner::array<T, N>
/external/compiler-rt/lib/asan/
Dasan_stack.h66 #define GET_STACK_TRACE(max_size, fast) \ argument
/external/libcxx/test/std/containers/
Dstack_allocator.h58 size_type max_size() const {return N;} in max_size() function
/external/opencv3/3rdparty/libwebp/enc/
Dhistogram.h49 int max_size; // maximum capacity member
/external/elfutils/libdw/
Ddwarf_getpubnames.c91 size_t max_size = dbg->sectiondata[IDX_debug_pubnames]->d_size; in get_offsets() local

12345