Searched refs:ga (Results 1 – 9 of 9) sorted by relevance
39 unsigned char const ga = a.granularity() & (sizeof(l4_umword_t) * 8 - 1); in operator &() local41 if (ga < gb) in operator &()43 _b = blow_up(b, ga); in operator &()46 else if (ga == gb) in operator &()
151 /// Construct an array with the same size and values in @a ga.213 * Assign elements of array to values in @a ga. Results are undefined214 * if @a ga does not have the same size as this array.
162 /// Construct an array with the same size and values in @a ga.224 * Assign elements of array to values in @a ga. Results are undefined225 * if @a ga does not have the same size as this array.
Completed in 24 milliseconds