Home
last modified time | relevance | path

Searched defs:typemask (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libtelnet/
H A Dauth.c81 #define typemask(x) (1<<((x)-1)) macro
H A Dencrypt.c92 #define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0) macro
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c449 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_fields_existing() local
665 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_vars_internal() local
1511 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_update() local
2345 const int typemask = 0xff; in gomp_exit_data() local
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c698 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_fields_existing() local
930 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_map_vars_internal() local
1995 const int typemask = short_mapkind ? 0xff : 0x7; in gomp_update() local
2937 const int typemask = 0xff; in gomp_exit_data() local
/netbsd-src/sys/kern/
H A Dsubr_vmem.c1523 vmem_size(vmem_t * vm,int typemask) vmem_size() argument