Home
last modified time | relevance | path

Searched defs:r8 (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_color.h369 #define LV_COLOR_MAKE(r8, g8, b8) ((lv_color_t){(b8 >> 7 | g8 >> 7 | r8 >> 7)}) in lv_color_to1() argument
370 static inline lv_color_t lv_color_make(int r8, int g8, int b8) in lv_color_to1()
377 #define LV_COLOR_MAKE(r8, g8, b8) ((lv_color_t){{b8 >> 6, g8 >> 5, r8 >> 5}}) in lv_color_to1() argument
378 static inline lv_color_t lv_color_make(uint8_t r8, int g8, int b8) in lv_color_to1()
388 #define LV_COLOR_MAKE(r8, g8, b8) ((lv_color_t){{b8 >> 3, g8 >> 2, r8 >> 3}}) in lv_color_to1() argument
389 static inline lv_color_t lv_color_make(uint8_t r8, uint8_t g8, uint8_t b8) in lv_color_to1()
398 #define LV_COLOR_MAKE(r8, g8, b8) ((lv_color_t){{g8 >> 5, r8 >> 3, b8 >> 3, (g8 >> 2) & 0x7}}) in lv_color_to1() argument
399 static inline lv_color_t lv_color_make(uint8_t r8, uint8_t g8, uint8_t b8) in lv_color_to1()
410 #define LV_COLOR_MAKE(r8, g8, b8) ((lv_color_t){{b8, g8, r8, 0xff}}) /*Fix 0xff alpha*/ in lv_color_to1() argument
411 static inline lv_color_t lv_color_make(uint8_t r8, uint8_t g8, uint8_t b8) in lv_color_to1()
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/crash_catcher/include/
A DCrashCatcherApi.h15 uint32_t r8; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/
A Darm_cfft_radix8_f32.c56 float32_t r1, r2, r3, r4, r5, r6, r7, r8; in arm_radix8_butterfly_f32() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_sse2.c503 const uint8_t* const r8, in Load16x4_SSE2()
553 uint8_t* r0, uint8_t* r8, in Store16x4_SSE2()

Completed in 9 milliseconds