uu
uu.ll = u;
w.s.high = (unsigned int) uu.s.low << -bm;
const unsigned int carries = (unsigned int) uu.s.low >> bm;
w.s.low = (unsigned int) uu.s.low << b;
w.s.high = ((unsigned int) uu.s.high << b) | carries;
DWunion uu, w;
uu.ll = u;
uu.s.high >> 31;
w.s.low = uu.s.high >> -bm;
const unsigned int carries = (unsigned int) uu.s.high << bm;
w.s.high = uu.s.high >> b;
w.s.low = ((unsigned int) uu.s.low >> b) | carries;
DWunion uu, w;
uu.ll = u;
w.s.low = (unsigned int) uu.s.high >> -bm;
const unsigned int carries = (unsigned int) uu.s.high << bm;
w.s.high = (unsigned int) uu.s.high >> b;
w.s.low = ((unsigned int) uu.s.low >> b) | carries;
DWunion uu, w;
const DWunion uu = {.ll = u};
DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)};
w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high
+ (unsigned long) uu.s.high * (unsigned long) vv.s.low);
int len, int cpi, int uu)
lvcc->tx.buf.ptr[-2] = cpu_to_be32((uu << 24) | (cpi << 16) | len);
uuid_t uu;
memcpy(&uu, sbi->s_hash_seed, UUID_SIZE);
if (uuid_is_null(&uu))
void (*uu)(struct update_util_data *data, u64 time, unsigned int flags);
uu = sugov_update_shared;
uu = sugov_update_single_perf;
uu = sugov_update_single_freq;
cpufreq_add_update_util_hook(cpu, &sg_cpu->update_util, uu);
DWunion uu, w;
uu.ll = u;
w.s.high = (unsigned int) uu.s.low << -bm;
const unsigned int carries = (unsigned int) uu.s.low >> bm;
w.s.low = (unsigned int) uu.s.low << b;
w.s.high = ((unsigned int) uu.s.high << b) | carries;
DWunion uu, w;
uu.ll = u;
uu.s.high >> 31;
w.s.low = uu.s.high >> -bm;
const unsigned int carries = (unsigned int) uu.s.high << bm;
w.s.high = uu.s.high >> b;
w.s.low = ((unsigned int) uu.s.low >> b) | carries;
DWunion uu, w;
uu.ll = u;
w.s.low = (unsigned int) uu.s.high >> -bm;
const unsigned int carries = (unsigned int) uu.s.high << bm;
w.s.high = (unsigned int) uu.s.high >> b;
w.s.low = ((unsigned int) uu.s.low >> b) | carries;
const DWunion uu = {.ll = u};
DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)};
w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high
+ (unsigned long) uu.s.high * (unsigned long) vv.s.low);
union uu mm;
union uu mm;