Home | History | Annotate | Download | only in src

Lines Matching refs:short

82 short = [{
97 for v,s in short[i].items ():
108 if v in short[i]:
109 s = short[i][v]
113 raise Exception ("Duplicate short value alias", v, s)
115 short[i][v] = s
139 sys.stdout.write ("%9s" % ("_(%s,%s)," % (short[0][d[0]], short[1][d[1]])))
191 print " if (unlikely (u == 0x%04X)) return _(%s,%s);" % (u, short[0][d[0]], short[1][d[1]])
202 (what_short[i], short[i][v])