Searched refs:UPPER_MASK (Results 1 – 2 of 2) sorted by relevance
50 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro118 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()122 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()125 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
59 #define UPPER_MASK ~(unsigned)((~0U)<<(CAP_LAST_CAP-31)) macro62 #define UPPER_MASK (unsigned)(~0U) macro709 if ((m.data.v3[1].effective & UPPER_MASK) == 0) in capng_have_capabilities()711 else if ((m.data.v3[1].effective & UPPER_MASK) == in capng_have_capabilities()712 UPPER_MASK) in capng_have_capabilities()726 if ((m.bounds[1] & UPPER_MASK) == 0) in capng_have_capabilities()728 else if ((m.bounds[1] & UPPER_MASK) == UPPER_MASK) in capng_have_capabilities()834 m.data.v3[1].effective & UPPER_MASK, in capng_print_caps_numeric()836 m.data.v3[1].permitted & UPPER_MASK, in capng_print_caps_numeric()838 m.data.v3[1].inheritable & UPPER_MASK, in capng_print_caps_numeric()[all …]