6 typedef struct bucket
{
11 typedef bucket_t bucket_array_t
[2][0x100];
13 typedef struct bucket_info
{
15 uint32_t *head
, *tail
;
16 } bucket_info
[2][0x100];
20 void bucket_sort_intersect(uint32_t *const estart
, uint32_t *const estop
,
21 uint32_t *const ostart
, uint32_t *const ostop
,
22 bucket_info_t
*bucket_info
, bucket_array_t bucket
);