Home
last modified time | relevance | path

Searched refs:bitshift (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.c3417 int bitshift = 32;
3420 while (--bitshift >= 0)
3424 if (bitshift > 0)
3425 d32 = D >> (32-bitshift), d00 = D << bitshift;
3433 s32 -= d32, s00 -= d00, result += 1<<bitshift;
3438 s32 = 0, s00 -= d00, result += 1<<bitshift;
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dosdep_service.h1192 __inline static u32 bitshift(u32 bitmask) in bitshift() function

Completed in 10 milliseconds