Searched refs:SUFFIX_32BIT (Results 1 – 6 of 6) sorted by relevance
59 if (not item.endswith(const.SUFFIX_32BIT) and61 result.append("%s_%s" % (item, const.SUFFIX_32BIT))100 if (item.endswith(const.SUFFIX_32BIT) or102 pos = len(item) - len(const.SUFFIX_32BIT)
19 SUFFIX_32BIT = "32bit" variable
24 SUFFIX_32BIT = "32bit" variable
940 (test_name.lower().endswith(const.SUFFIX_32BIT) and
54 DEFAULT_TAG_32 = '_%s' % const.SUFFIX_32BIT239 if (tag.endswith(const.SUFFIX_32BIT) and self.abi_bitness == '64'