Lines Matching refs:iofs

681 				int iofs = ofs + 8;  in _fix_manifest()  local
683 string_count = decode_uint32(&p_manifest[iofs]); in _fix_manifest()
684 styles_count = decode_uint32(&p_manifest[iofs + 4]); in _fix_manifest()
685 uint32_t string_flags = decode_uint32(&p_manifest[iofs + 8]); in _fix_manifest()
686 string_data_offset = decode_uint32(&p_manifest[iofs + 12]); in _fix_manifest()
687 styles_offset = decode_uint32(&p_manifest[iofs + 16]); in _fix_manifest()
694 uint32_t st_offset = iofs + 20; in _fix_manifest()
738 int iofs = ofs + 8; in _fix_manifest() local
739 uint32_t line = decode_uint32(&p_manifest[iofs]); in _fix_manifest()
740 uint32_t nspace = decode_uint32(&p_manifest[iofs + 8]); in _fix_manifest()
741 uint32_t name = decode_uint32(&p_manifest[iofs + 12]); in _fix_manifest()
742 uint32_t check = decode_uint32(&p_manifest[iofs + 16]); in _fix_manifest()
749 uint32_t attrcount = decode_uint32(&p_manifest[iofs + 20]); in _fix_manifest()
750 iofs += 28; in _fix_manifest()
753 uint32_t attr_nspace = decode_uint32(&p_manifest[iofs]); in _fix_manifest()
754 uint32_t attr_name = decode_uint32(&p_manifest[iofs + 4]); in _fix_manifest()
755 uint32_t attr_value = decode_uint32(&p_manifest[iofs + 8]); in _fix_manifest()
756 uint32_t attr_flags = decode_uint32(&p_manifest[iofs + 12]); in _fix_manifest()
757 uint32_t attr_resid = decode_uint32(&p_manifest[iofs + 16]); in _fix_manifest()
790 encode_uint32(version_code, &p_manifest[iofs + 16]); in _fix_manifest()
804 encode_uint32(orientation == 0 ? 0 : 1, &p_manifest[iofs + 16]); in _fix_manifest()
818 encode_uint32(screen_support[SCREEN_SMALL] ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]); in _fix_manifest()
822 encode_uint32(screen_support[SCREEN_NORMAL] ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]); in _fix_manifest()
826 encode_uint32(screen_support[SCREEN_LARGE] ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]); in _fix_manifest()
830 encode_uint32(screen_support[SCREEN_XLARGE] ? 0xFFFFFFFF : 0, &p_manifest[iofs + 16]); in _fix_manifest()
834 iofs += 20; in _fix_manifest()
839 int iofs = ofs + 8; in _fix_manifest() local
840 uint32_t name = decode_uint32(&p_manifest[iofs + 12]); in _fix_manifest()