Searched refs:count (Results 51 - 73 of 73) sorted by relevance

123

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_unordered_set.h147 size_type count(const _KT& __key) const { return _M_ht.count(__key); } function in class:unordered_set
297 size_type count(const _KT& __key) const { return _M_ht.count(__key); } function in class:unordered_multiset
H A D_map.h214 size_type count(const _KT& __x) const { return _M_t.find(__x) == _M_t.end() ? 0 : 1; } function in class:map
390 size_type count(const _KT& __x) const { return _M_t.count(__x); } function in class:multimap
H A D_set.h193 size_type count(const _KT& __x) const function in class:set
365 size_type count(const _KT& __x) const { return _M_t.count(__x); } function in class:multiset
H A D_hash_map.h208 size_type count(const _KT& __key) const { return _M_ht.count(__key); } function in class:hash_map
393 size_type count(const _KT& __key) const { return _M_ht.count(__key); } function in class:hash_multimap
H A D_hash_set.h202 size_type count(const _KT& __key) const { return _M_ht.count(__key); } function in class:hash_set
384 size_type count(const _KT& __key) const { return _M_ht.count(__key); } function in class:hash_multiset
H A D_fstream.h91 : count(__first, __last, '\n') + (__last - __first);
H A D_hashtable.h516 size_type count(const _KT& __key) const { function in class:hashtable
H A D_algo.h106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n) { function
H A D_algobase.h179 // a for loop with an explicit count.
653 // count
656 count(_InputIter __first, _InputIter __last, const _Tp& __val) { function
H A D_bitset.h581 size_t count() const { return this->_M_do_count(); } function in class:bitset
H A D_tree.h596 size_type count(const _KT& __x) const { function in class:_Rb_tree
/ndk/sources/host-tools/make-3.81/
H A Dimplicit.c131 int count;
156 for (count = 0; *p != '\0'; ++p)
159 ++count;
160 else if (*p == closeparen && --count < 0)
129 int count; local
H A Dvariable.c326 /* Remember how many variables are in our current count. Since we never
1289 int count;
1300 count = 0;
1304 ++count;
1305 else if (*p == closeparen && --count < 0)
1277 int count; local
H A Djob.c413 the dead children. In this case we don't need the dead_children count.
416 use the dead_children count to reap children as best we can. */
497 child_handler() above, this count is completely unimportant for
500 pre-POSIX systems. We keep the count only because... it's there...
1545 int count;
1551 count = 0;
1554 if (*in == closeparen && --count < 0)
1592 ++count;
1539 int count; local
H A Dread.c1368 /* If this is another 'define', increment the level count. */
1373 /* If this is an 'endef', decrement the count. If it's now 0,
1604 int count = 0;
1607 ++count;
1609 --count;
1610 else if (*line == ',' && count <= 0)
1649 register int count = 0;
1654 ++count;
1657 if (count <= 0)
1660 --count;
1598 int count = 0; local
1643 register int count = 0; local
2737 int count; local
[all...]
H A Dvmsjobs.c247 short int status, count; member in struct:__anon147
/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Ddc.sed63 /|?[XZz]/b count
146 : count
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_hashtable.h268 size_type count(const _KT& __key) const { return _M_non_dbg_impl.count(__key); } function in class:hashtable
H A D_tree.h170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); } function in class:_Rb_tree
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dunistd.in.h564 extern ssize_t write (int fd, const void *buf, size_t count);
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dexecute.c1185 countT count = 0; /* number of matches found */
1240 if ((matched > 0 || count == 0 || offset > last_end)
1241 && ++count >= sub->numb)
1287 if (count < sub->numb)
1178 countT count = 0; /* number of matches found */ local
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_set.h269 size_type count(const _KT& __x) const function in class:set
524 size_type count(const _KT& __x) const function in class:multiset
525 { return _M_t.count(cast_traits::to_storage_type_crefT(__x)); }
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex1531 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1533 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1535 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1536 \def\numsubsubsecentry##1##2##3##4{% count is always zero
3860 % A count to remember the depth of nesting.
3892 % example, to count as an @ifset for nesting.)
4966 % \unnumberedno is an oxymoron, of course. But we count the unnumbered
5031 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
6323 % make each space count
6360 % make each space count
[all...]

Completed in 2404 milliseconds

123