Home
last modified time | relevance | path

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

/external/qemu/
Da.out.h171 #define N_TMASK (0x30) macro
422 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT))
423 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT))
424 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT))