Searched refs:OSSwapBigToHostInt32 (Results 1 – 10 of 10) sorted by relevance
86 nfat_arch = OSSwapBigToHostInt32(header->nfat_arch); in fatfile_getarch()100 testtype = OSSwapBigToHostInt32(arch->cputype); in fatfile_getarch()101 testsubtype = OSSwapBigToHostInt32(arch->cpusubtype) & ~CPU_SUBTYPE_MASK; in fatfile_getarch()102 testfeatures = OSSwapBigToHostInt32(arch->cpusubtype) & CPU_SUBTYPE_MASK; in fatfile_getarch()130 validate_potential_simulator_binary(OSSwapBigToHostInt32(best_arch->cputype), in fatfile_getarch()131 imgp, OSSwapBigToHostInt32(best_arch->offset), in fatfile_getarch()132 OSSwapBigToHostInt32(best_arch->size)) != LOAD_SUCCESS) { in fatfile_getarch()144 OSSwapBigToHostInt32(best_arch->cputype); in fatfile_getarch()146 OSSwapBigToHostInt32(best_arch->cpusubtype); in fatfile_getarch()148 OSSwapBigToHostInt32(best_arch->offset); in fatfile_getarch()[all …]
3843 } else if (OSSwapBigToHostInt32(header->fat_header.magic) == FAT_MAGIC) { in get_macho_vnode()
782 if (OSSwapBigToHostInt32(fat_header->magic) != FAT_MAGIC) { in exec_fat_imgact()
407 if ((OSSwapBigToHostInt32(header.dqh_magic) != quotamagic[type]) || in dqfileopen()408 (OSSwapBigToHostInt32(header.dqh_version) > QF_VERSION) || in dqfileopen()409 (!powerof2(OSSwapBigToHostInt32(header.dqh_maxentries))) || in dqfileopen()410 (OSSwapBigToHostInt32(header.dqh_maxentries) > (file_size / sizeof(struct dqblk)))) { in dqfileopen()416 qfp->qf_btime = OSSwapBigToHostInt32(header.dqh_btime); in dqfileopen()421 qfp->qf_itime = OSSwapBigToHostInt32(header.dqh_itime); in dqfileopen()427 qfp->qf_maxentries = OSSwapBigToHostInt32(header.dqh_maxentries); in dqfileopen()428 qfp->qf_entrycnt = OSSwapBigToHostInt32(header.dqh_entrycnt); in dqfileopen()823 if (OSSwapBigToHostInt32(dqb->dqb_id) == id) { in dqlookup()827 dqb->dqb_ihardlimit = OSSwapBigToHostInt32(dqb->dqb_ihardlimit); in dqlookup()[all …]
1456 #define SWAP32(x) OSSwapBigToHostInt32((x))
170 return (unsigned int)OSSwapBigToHostInt32((uint32_t)x); in NXSwapBigIntToHost()179 return (unsigned long)OSSwapBigToHostInt32((uint32_t)x); in NXSwapBigLongToHost()206 return NXConvertSwappedFloatToHost((NXSwappedFloat)OSSwapBigToHostInt32((uint32_t)x)); in NXSwapBigFloatToHost()
91 #define OSSwapBigToHostInt(x) OSSwapBigToHostInt32(x)224 #define OSSwapBigToHostInt32(x) ((uint32_t)(x)) macro298 #define OSSwapBigToHostInt32(x) OSSwapInt32(x) macro
94 #define MKEXT_SWAP(num) OSSwapBigToHostInt32((uint32_t)(num))
63 #define ntohl(x) OSSwapBigToHostInt32(x)
9398 tracePointPCI = OSSwapBigToHostInt32(bootFailureCode);