Searched defs:byte_pos (Results 1 – 8 of 8) sorted by relevance
12 size_t byte_pos = bit_pos / 8; in SetBit() local
420 FX_DWORD byte_pos = m_BitPos / 8; in GetBits() local
30 int byte_pos = start_pos / 8; in _FindBit() local
143 int byte_pos = m_InPos / 8; in Decode() local
1427 FX_DWORD byte_pos = cid * 2; in GlyphFromCharCode() local
607 int byte_pos = 0; in _StringToWideString() local
328 int byte_pos = 0; in Clear() local
1085 static IRExpr *getByteFromReg(UInt reg, UInt byte_pos) in getByteFromReg()