Searched refs:count (Results 1 - 25 of 1780) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php49 // maximum count of qemu instances.
126 //$count = $_SESSION['compteur'];
127 //$count = $GLOBALS['compteur'];
194 $count = 0; variable
200 $count++;
202 return $count;
353 if (count($modes) < 2)
360 if (count($modes) < 2)
378 echo "Select cpu count:";
/haiku/3rdparty/mmu_man/scripts/
H A Dbebook11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
H A Dbman11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
/haiku/headers/build/
H A DHaikuBuildCompatibility.h115 extern size_t strnlen(const char *string, size_t count);
/haiku/headers/build/os/app/
H A DMessage.h126 int32 count = 1);
129 bool isFixedSize = true, int32 count = 1);
/haiku/headers/build/private/app/
H A DMessagePrivate.h49 uint32 count; member in struct:BMessage::field_header
/haiku/headers/compatibility/bsd/sys/
H A Dmd4.h38 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD4Context
H A Dmd5.h45 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD5Context
/haiku/headers/cpp/
H A Dalgo.h42 using __STD::count;
H A Dbitset778 size_t count() const { return _M_do_count(); }
937 // Lookup tables for find and count operations.
H A Dstl_algo.h231 // count and count_if. There are two version of each, one whose return type
238 void count(_InputIter __first, _InputIter __last, const _Tp& __value, function
257 count(_InputIter __first, _InputIter __last, const _Tp& __value) { function
H A Dstl_hash_map.h184 size_type count(const key_type& __key) const { return _M_ht.count(__key); } function in class:hash_map
364 size_type count(const key_type& __key) const { return _M_ht.count(__key); } function in class:hash_multimap
H A Dstl_hash_set.h181 size_type count(const key_type& __key) const { return _M_ht.count(__key); } function in class:hash_set
353 size_type count(const key_type& __key) const { return _M_ht.count(__key); } function in class:hash_multiset
H A Dstl_hashtable.h480 size_type count(const key_type& __key) const function in class:hashtable
H A Dstl_map.h189 size_type count(const key_type& __x) const { return _M_t.count(__x); } function in class:map
H A Dstl_multimap.h178 size_type count(const key_type& __x) const { return _M_t.count(__x); } function in class:multimap
H A Dstl_multiset.h175 size_type count(const key_type& __x) const { return _M_t.count(__x); } function in class:multiset
H A Dstl_set.h169 size_type count(const key_type& __x) const { return _M_t.count(__x); } function in class:set
H A Dstl_tree.h746 size_type count(const key_type& __x) const;
1154 ::count(const _Key& __k) const function in class:_Rb_tree
/haiku/headers/glibc/
H A D_G_config.h46 int count; member in struct:__anon2
/haiku/headers/libs/agg/
H A Dagg_alpha_mask_u8.h103 int count = num_pix; local
114 count += x;
115 if(count <= 0)
125 if(x + count > xmax)
127 int rest = x + count - xmax - 1;
128 count -= rest;
129 if(count <= 0)
134 memset(covers + count, 0, rest * sizeof(cover_type));
143 while(--count);
153 int count local
205 int count = num_pix; local
254 int count = num_pix; local
[all...]
H A Dagg_dda_line.h37 dda_line_interpolator(int y1, int y2, unsigned count) : argument
39 m_inc(((y2 - y1) << FractionShift) / int(count)),
95 dda2_line_interpolator(int y1, int y2, int count) : argument
96 m_cnt(count <= 0 ? 1 : count),
104 m_mod += count;
105 m_rem += count;
108 m_mod -= count;
112 dda2_line_interpolator(int y1, int y2, int count, int) : argument
113 m_cnt(count <
128 dda2_line_interpolator(int y, int count) argument
[all...]
H A Dagg_renderer_outline_aa.h545 int count() const { return m_count; } function in class:agg::line_interpolator_aa_base
1561 if(li.count())
H A Dagg_renderer_outline_image.h773 int count() const { return m_count; } function in class:agg::line_interpolator_image
H A Dagg_scanline_u.h264 unsigned count = base_type::num_spans(); local
273 while(--count);
477 unsigned count = base_type::num_spans(); local
486 while(--count);

Completed in 144 milliseconds

1234567891011>>