Home
last modified time | relevance | path

Searched refs:bits_in_long (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c51 int bits_in_long = 64; variable
227 bits_in_long = 32; in target_init()
241 bits_in_long = 32; in target_init()
Dtarget.h49 extern int bits_in_long;
Dexpression.c316 bits = bits_in_long - 1; in get_number_value()