Home
last modified time | relevance | path

Searched refs:bucket_size (Results 1 – 16 of 16) sorted by relevance

/trueos/sys/mips/rmi/
HDmsgring.h330 struct bucket_size { struct
334 extern struct bucket_size bucket_sizes; argument
350 extern struct bucket_size xls_bucket_sizes;
HDmsgring_xls.c9 struct bucket_size xls_bucket_sizes = {
HDmsgring.c38 struct bucket_size bucket_sizes = {
HDboard.h208 struct bucket_size *bucket_sizes; /* pointer to Core station bucket */
HDfmn.c121 struct bucket_size *bucket_sizes; in xlr_msgring_cpu_init()
/trueos/contrib/libc++/include/
Dunordered_set140 size_type bucket_size(size_type n) const;
289 size_type bucket_size(size_type n) const;
578 size_type bucket_size(size_type __n) const {return __table_.bucket_size(__n);}
1080 size_type bucket_size(size_type __n) const {return __table_.bucket_size(__n);}
Dunordered_map155 size_type bucket_size(size_type n) const;
313 size_type bucket_size(size_type n) const;
998 size_type bucket_size(size_type __n) const
999 {return __table_.bucket_size(__n);}
1696 size_type bucket_size(size_type __n) const
1697 {return __table_.bucket_size(__n);}
D__hash_table1001 size_type bucket_size(size_type __n) const;
2393 __hash_table<_Tp, _Hash, _Equal, _Alloc>::bucket_size(size_type __n) const
2396 "unordered container::bucket_size(n) called with n >= bucket_count()");
/trueos/contrib/libc++/include/ext/
Dhash_set324 size_type elems_in_bucket(size_type __n) const {return __table_.bucket_size(__n);}
544 size_type elems_in_bucket(size_type __n) const {return __table_.bucket_size(__n);}
Dhash_map615 {return __table_.bucket_size(__n);}
890 {return __table_.bucket_size(__n);}
/trueos/sys/dev/nxge/include/
HDxgehal-device.h490 u16 bucket_size);
/trueos/sys/dev/vxge/include/
HDvxgehal-ll.h5083 u16 bucket_size,
5105 u16 *bucket_size);
/trueos/sys/mips/rmi/dev/nlge/
HDif_nlge.c1361 struct bucket_size *bucket_sizes; in nlna_media_specific_config()
1778 struct bucket_size *bucket_sizes; in nlge_media_specific_init()
/trueos/sys/dev/vxge/vxgehal/
HDvxgehal-virtualpath.c2721 u16 bucket_size, in vxge_hal_vpath_rts_rth_set() argument
2742 bucket_size); in vxge_hal_vpath_rts_rth_set()
2771 VXGE_HAL_RTS_ACCESS_STEER_DATA0_RTH_GEN_BUCKET_SIZE(bucket_size) | in vxge_hal_vpath_rts_rth_set()
2828 u16 *bucket_size) in vxge_hal_vpath_rts_rth_get() argument
2848 (ptr_t) table_select, (ptr_t) bucket_size); in vxge_hal_vpath_rts_rth_get()
2888 *bucket_size = (u16) in vxge_hal_vpath_rts_rth_get()
/trueos/contrib/libstdc++/include/tr1/
Dhashtable302 bucket_size(size_type __n) const
/trueos/sys/dev/nxge/xgehal/
HDxgehal-device.c6974 u16 bucket_size) in xge_hal_rts_rth_set() argument
6985 val64 |= XGE_HAL_RTS_RTH_BUCKET_SIZE(bucket_size); in xge_hal_rts_rth_set()