Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <stddef.h>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | cuckoo_extended_fingerprint_t |
Representation of an object (O) in this filter comprises of a fingerprint (F) and a the bucket index (A) where this fingerprint is located. More... | |
struct | cuckoo_compressed_fingerprint_t |
struct | cuckoo_filter_data_t |
Data content of the cuckoo filter. More... | |
Typedefs | |
typedef const void * | cuckoo_key_t |
typedef uint16_t | cuckoo_fingerprint_t |
typedef uint8_t | cuckoo_index_t |
typedef uint16_t cuckoo_fingerprint_t |
typedef uint8_t cuckoo_index_t |
typedef const void* cuckoo_key_t |