Searched defs:typemask (Results 1 – 5 of 5) sorted by relevance
81 #define typemask(x) (1<<((x)-1)) macro
92 #define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0) macro [all...]
449 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_fields_existing() local665 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_vars_internal() local1511 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_update() local2345 const int typemask = 0xff; in gomp_exit_data() local
698 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_fields_existing() local930 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_vars_internal() local1995 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_update() local2937 const int typemask = 0xff; in gomp_exit_data() local
1523 vmem_size(vmem_t * vm,int typemask) vmem_size() argument