Searched refs:_HU_FUNCTION (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/libucl/src/
H A Dtree.h47 #ifndef _HU_FUNCTION
49 # define _HU_FUNCTION(x) __attribute__((__unused__)) x macro
51 # define _HU_FUNCTION(x) x macro
78 static struct node *_HU_FUNCTION(TREE_BALANCE_##node##_##field)(struct node *); \
80 static struct node *_HU_FUNCTION(TREE_ROTL_##node##_##field)(struct node *self) \
88 static struct node *_HU_FUNCTION(TREE_ROTR_##node##_##field)(struct node *self) \
96 static struct node *_HU_FUNCTION(TREE_BALANCE_##node##_##field)(struct node *self) \
121 static struct node *_HU_FUNCTION(TREE_INSERT_##node##_##field) \
133 static struct node *_HU_FUNCTION(TREE_FIND_##node##_##field) \
146 static struct node *_HU_FUNCTION(TREE_MOVE_RIGH
[all...]

Completed in 62 milliseconds