Home
last modified time | relevance | path

Searched defs:TST_IS_BIT_SET (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/include/
H A Dtst_bitmap.h14 #define TST_IS_BIT_SET(val, n) (((val) & (1<<(n))) >> (n)) macro

Completed in 1 milliseconds