Searched refs:SDL_MostSignificantBitIndex32 (Results 1 – 2 of 2) sorted by relevance
97 int subsystem_index = SDL_MostSignificantBitIndex32(subsystem); in SDL_PrivateSubsystemRefCountIncr()106 int subsystem_index = SDL_MostSignificantBitIndex32(subsystem); in SDL_PrivateSubsystemRefCountDecr()116 int subsystem_index = SDL_MostSignificantBitIndex32(subsystem); in SDL_PrivateShouldInitSubsystem()124 int subsystem_index = SDL_MostSignificantBitIndex32(subsystem); in SDL_PrivateShouldQuitSubsystem()387 int subsystem_index = SDL_MostSignificantBitIndex32(flags); in SDL_WasInit()395 num_subsystems = SDL_min(num_subsystems, SDL_MostSignificantBitIndex32(flags) + 1); in SDL_WasInit()
61 SDL_MostSignificantBitIndex32(Uint32 x) in SDL_MostSignificantBitIndex32() function
Completed in 3 milliseconds