Searched refs:width (Results 1 – 1 of 1) sorted by relevance
56 enum opal_atom_width width; member761 tok->width = OPAL_WIDTH_TINY; in response_parse_tiny()778 tok->width = OPAL_WIDTH_SHORT; in response_parse_short()808 tok->width = OPAL_WIDTH_MEDIUM; in response_parse_medium()825 tok->width = OPAL_WIDTH_LONG; in response_parse_long()843 tok->width = OPAL_WIDTH_TOKEN; in response_parse_token()931 switch (tok->width) { in response_get_string()965 if (tok->width != OPAL_WIDTH_TINY && tok->width != OPAL_WIDTH_SHORT) { in response_get_u64()966 pr_debug("Atom is not short or tiny: %d\n", tok->width); in response_get_u64()