Searched defs:count (Results 1 - 25 of 1330) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php194 $count = 0; variable
/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 Dstl_algo.h238 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.h1154 ::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
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
95 dda2_line_interpolator(int y1, int y2, int count) : argument
112 dda2_line_interpolator(int y1, int y2, int count, int) : argument
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
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
477 unsigned count = base_type::num_spans(); local
/haiku/headers/os/bluetooth/
H A DLinkKeyUtils.h44 size_t count = sscanf(lkstr, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:" local
H A DbdaddrUtils.h66 size_t count = sscanf(addr, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", local
/haiku/headers/os/support/
H A DObjectList.h262 int32 count = list->CountItems(); local
279 int32 count = list->CountItems(); local
296 int32 count = list->CountItems(); local
313 int32 count = list->CountItems(); local
332 int32 count = list->CountItems(); local
347 int32 count = list->CountItems(); local
357 int32 count = list->CountItems(); local
368 int32 count = list->CountItems(); local
379 int32 count = list->CountItems(); local
390 int32 count = list->CountItems(); local
402 int32 count = list->CountItems(); local
434 int32 count = list.CountItems(); local
463 int32 count = list.CountItems(); local
628 int32 count = CountItems(); local
657 int32 count = CountItems(); local
669 int32 count = CountItems(); local
[all...]
H A DStackOrHeapArray.h14 BStackOrHeapArray(size_t count) argument
/haiku/headers/private/app/
H A DMessagePrivate.h49 uint32 count; member in struct:BMessage::field_header
/haiku/headers/private/audio/
H A Daudio_driver.h63 int32 count; member in struct:audio_routing_cmd
117 int32 count; member in struct:audio_level_cmd

Completed in 172 milliseconds

1234567891011>>