Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbool-cast-restricted.c2 #define LBIT ((__attribute__((force)) large_t) 1) macro
13 _Bool lqux(large_t x) { return x & LBIT; } in lqux()
14 _Bool qqux(large_t x) { _Bool r = x & LBIT; return r; } in qqux()
15 _Bool xqux(large_t x) { return (_Bool)(x & LBIT); } in xqux()

Completed in 1 milliseconds