Lines Matching defs:width
56 enum opal_atom_width width;
761 tok->width = OPAL_WIDTH_TINY;
778 tok->width = OPAL_WIDTH_SHORT;
808 tok->width = OPAL_WIDTH_MEDIUM;
825 tok->width = OPAL_WIDTH_LONG;
843 tok->width = OPAL_WIDTH_TOKEN;
931 switch (tok->width) {
943 pr_debug("Token has invalid width!\n");
965 if (tok->width != OPAL_WIDTH_TINY && tok->width != OPAL_WIDTH_SHORT) {
966 pr_debug("Atom is not short or tiny: %d\n", tok->width);