]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - common/bucketsort.h
7 typedef struct bucket
{
12 typedef bucket_t bucket_array_t
[2][0x100];
14 typedef struct bucket_info
{
16 uint32_t *head
, *tail
;
17 } bucket_info
[2][0x100];
21 void bucket_sort_intersect(uint32_t* const estart
, uint32_t* const estop
,
22 uint32_t* const ostart
, uint32_t* const ostop
,
23 bucket_info_t
*bucket_info
, bucket_array_t bucket
);