Home | History | Annotate | Download | only in layers

Lines Matching refs:orb

46         if orb(x[-1]) != 0:
52 if orb(s[0]) == 0:
55 l = orb(s[0])
60 p = ((l & ~0xc0) << 8) + orb(s[0]) - 12
106 l = orb(s[p]) # current value of the string at p
114 p = ((l & ~0xc0) << 8) + orb(s[p]) - 12
198 l = orb(s[0])
200 p = ((l & ~0xc0) << 8) + orb(s[1]) - 12
213 tmp_len = orb(tmp_s[0]) + 1
230 if orb(s[-1]):
422 window_block = orb(bitmap[0]) # window number
424 bitmap_len = orb(bitmap[1]) # length of the bitmap in bytes
436 if orb(tmp_bitmap[b]) & v: