Searched refs:size (Results 1 – 2 of 2) sorted by relevance
/nptl_db/ |
A D | db_info.c | 108 # define REGISTER(bits, size, regofs, bias) \ argument 109 DB_DEFINE_DESC (_thread_db_register##bits, size, (uint32_t)(bias), (regofs));
|
A D | thread_dbP.h | 75 #define DB_DEFINE_DESC(name, size, nelem, offset) \ argument 76 const uint32_t name[3] = { (size), (nelem), (offset) }
|
Completed in 4 milliseconds