Lines Matching defs:width
160 int width = ti->high - ti->low + 1;
265 if (value & UINT64_C(1) << (width-1)) {
267 ((double)((UINT64_C(1) << width) - value)) / ((double)(1 << ti->radix)),
284 if (value & UINT64_C(1) << (width-1))
285 asprintf (&res, "%s-%"PRIi64"%s", ctx->colors->num, (UINT64_C(1) << width) - value, ctx->colors->reset);
299 if (width == 64)
302 else if (width == 32)
305 else if (width == 16)
389 if (offset >= elems[i]->width/dwidth)
395 res->width = elems[i]->width;
473 struct rnndecaddrinfo *res = trymatch(ctx, domain->subelems, domain->subelemsnum, addr, write, domain->width, 0, 0);
482 struct rnndecaddrinfo *res = trymatch(ctx, domain->subelems, domain->subelemsnum, addr, write, domain->width, 0, 0);
554 if (tryreg(ctx, domain->subelems, domain->subelemsnum, domain->width, name, &offset)) {