]>
git.zerfleddert.de Git - proxmark3-svn/blob - common/bucketsort.h
5 typedef struct bucket
{
10 typedef bucket_t bucket_array_t
[2][0x100];
12 typedef struct bucket_info
{
14 uint32_t *head
, *tail
;
15 } bucket_info
[2][0x100];
19 void bucket_sort_intersect(uint32_t* const estart
, uint32_t* const estop
,
20 uint32_t* const ostart
, uint32_t* const ostop
,
21 bucket_info_t
*bucket_info
, bucket_array_t bucket
);