Searched refs:FXSYS_UINT32_GET_MSBFIRST (Results 1 – 8 of 8) sorted by relevance
90 if (FXSYS_UINT32_GET_MSBFIRST(p) == tag) { in LoadTableFromTT()91 uint32_t offset = FXSYS_UINT32_GET_MSBFIRST(p + 8); in LoadTableFromTT()92 uint32_t size = FXSYS_UINT32_GET_MSBFIRST(p + 12); in LoadTableFromTT()209 if (FXSYS_UINT32_GET_MSBFIRST(buffer) != kTableTTCF) { in ScanFile()214 uint32_t nFaces = FXSYS_UINT32_GET_MSBFIRST(buffer + 8); in ScanFile()230 FXSYS_UINT32_GET_MSBFIRST(&offsets_span[i * 4])); in ScanFile()273 uint32_t codepages = FXSYS_UINT32_GET_MSBFIRST(p); in ReportFace()388 if (FXSYS_UINT32_GET_MSBFIRST(p) == table) { in GetFontData()389 offset = FXSYS_UINT32_GET_MSBFIRST(p + 8); in GetFontData()390 datasize = FXSYS_UINT32_GET_MSBFIRST(p + 12); in GetFontData()
133 size_t nfont = FXSYS_UINT32_GET_MSBFIRST(p.data()); in GetTTCIndex()136 if (FXSYS_UINT32_GET_MSBFIRST(p.data()) == font_offset) in GetTTCIndex()
64 FXSYS_UINT32_GET_MSBFIRST(reinterpret_cast<const uint8_t*>(&v)); in TEST()68 expected = FXSYS_UINT32_GET_MSBFIRST(reinterpret_cast<const int8_t*>(&v)); in TEST()
134 #define FXSYS_UINT32_GET_MSBFIRST(p) \ macro
532 ctx->keysched[i] = FXSYS_UINT32_GET_MSBFIRST(key + 4 * i); in aes_setup()593 x[i] = ct[i] = FXSYS_UINT32_GET_MSBFIRST(src + 4 * i); in aes_decrypt_cbc()621 iv[i] ^= FXSYS_UINT32_GET_MSBFIRST(src + 4 * i); in aes_encrypt_cbc()644 context->iv[i] = FXSYS_UINT32_GET_MSBFIRST(iv + 4 * i); in CRYPT_AESSetIV()
56 if (FXSYS_UINT32_GET_MSBFIRST(gsub) != 0x00010000) in LoadGSUBTable()165 uint32_t ret = FXSYS_UINT32_GET_MSBFIRST(p); in GetInt32()171 uint32_t ret = FXSYS_UINT32_GET_MSBFIRST(p); in GetUInt32()
164 header = FXSYS_UINT32_GET_MSBFIRST(span); in IsSupportedFont()424 table = FXSYS_UINT32_GET_MSBFIRST(reinterpret_cast<uint8_t*>(&table)); in GetFontData()
334 uint32_t val = FXSYS_UINT32_GET_MSBFIRST(val_span); in A85Encode()