Searched refs:GET_TT_SHORT (Results 1 – 1 of 1) sorted by relevance
16 #define GET_TT_SHORT(w) (FX_WORD)(((w)[0] << 8) | (w)[1]) macro691 int name_count = GET_TT_SHORT(ptr); in GetNameFromTT()692 int string_offset = GET_TT_SHORT(ptr + 2); in GetNameFromTT()696 if (GET_TT_SHORT(ptr + 6) == name_id && GET_TT_SHORT(ptr) == 1 && in GetNameFromTT()697 GET_TT_SHORT(ptr + 2) == 0) { in GetNameFromTT()698 return CFX_ByteStringC(string_ptr + GET_TT_SHORT(ptr + 10), in GetNameFromTT()699 GET_TT_SHORT(ptr + 8)); in GetNameFromTT()1418 FX_DWORD nTables = GET_TT_SHORT(buffer + 4); in ReportFace()