SHOGUN
4.2.0
|
Go to the source code of this file.
Functions | |
static larank_kcache_t * | larank_kcache_create (CKernel *kernelfunc) |
static void | xtruncate (larank_kcache_t *self, int32_t k, int32_t nlen) |
static void | xpurge (larank_kcache_t *self) |
static void | larank_kcache_set_maximum_size (larank_kcache_t *self, int64_t entries) |
static void | larank_kcache_destroy (larank_kcache_t *self) |
static void | xminsize (larank_kcache_t *self, int32_t n) |
static int32_t * | larank_kcache_r2i (larank_kcache_t *self, int32_t n) |
static void | xextend (larank_kcache_t *self, int32_t k, int32_t nlen) |
static void | xswap (larank_kcache_t *self, int32_t i1, int32_t i2, int32_t r1, int32_t r2) |
static void | larank_kcache_swap_rr (larank_kcache_t *self, int32_t r1, int32_t r2) |
static void | larank_kcache_swap_ri (larank_kcache_t *self, int32_t r1, int32_t i2) |
static float64_t | xquery (larank_kcache_t *self, int32_t i, int32_t j) |
static float64_t | larank_kcache_query (larank_kcache_t *self, int32_t i, int32_t j) |
static void | larank_kcache_set_buddy (larank_kcache_t *self, larank_kcache_t *buddy) |
static float32_t * | larank_kcache_query_row (larank_kcache_t *self, int32_t i, int32_t len) |