Home | History | Annotate | Download | only in src

Lines Matching refs:short

85 short = [{
104 for v,s in short[i].items ():
115 if v in short[i]:
116 s = short[i][v]
120 raise Exception ("Duplicate short value alias", v, all_shorts[i][s])
122 short[i][v] = s
151 sys.stdout.write ("%9s" % ("_(%s,%s)," % (short[0][d[0]], short[1][d[1]])))
215 print " if (unlikely (u == 0x%04Xu)) return _(%s,%s);" % (u, short[0][d[0]], short[1][d[1]])
231 (what_short[i], short[i][v])