Lines Matching defs:width
561 int width;
563 width = 8;
565 width = 16;
567 width = 32;
569 width = 64;
575 res->width = width;
580 res->typeinfo.high = width - 1;
668 uint64_t size = 0; int width = 8;
681 } else if (!strcmp(attr->name, "width")) {
682 width = getnumattrib(db, file, node->line, attr);
708 cur->width != width ||
720 cur->width = width;
1002 res->width = elem->width;
1243 static void prepdelem(struct rnndb *db, struct rnndelem *elem, char *prefix, struct rnnvarinfo *parvi, int width) {
1271 elem->stride = elem->width/width;
1278 prepdelem(db, elem->subelems[i], elem->name?elem->fullname:prefix, &elem->varinfo, width);
1287 prepdelem(db, dom->subelems[i], dom->bare?0:dom->name, &dom->varinfo, dom->width);