Searched refs:SwapUInt32 (Results 1 – 3 of 3) sorted by relevance
218 key = SwapUInt32(key); in InstantiateFromStream()418 key = SwapUInt32(key); in InstantiateFromStream()
551 inline uint32 SwapUInt32(uint32 value) { return B_SWAP_INT32(value); } in SwapUInt32() function
398 self->fWorkspaces = SwapUInt32(self->fWorkspaces); in EndianSwap()