Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_3.py1 def set_temp(bar, temp): argument
Dlv_example_bar_3.c4 static void set_temp(void * bar, int32_t temp) in set_temp()
/lvgl-latest/src/extra/libs/qrcode/
Dqrcodegen.c820 int temp = calcSegmentBitLength(mode, numChars); in qrcodegen_calcSegmentBufferSize() local
927 const char *temp = strchr(ALPHANUMERIC_CHARSET, *text); in qrcodegen_makeAlphanumeric() local
1003 case qrcodegen_Mode_NUMERIC : { static const int temp[] = {10, 12, 14}; return temp[i]; } in numCharCountBits() local
1004 case qrcodegen_Mode_ALPHANUMERIC: { static const int temp[] = { 9, 11, 13}; return temp[i]; } in numCharCountBits() local
1005 case qrcodegen_Mode_BYTE : { static const int temp[] = { 8, 16, 16}; return temp[i]; } in numCharCountBits() local
1006 case qrcodegen_Mode_KANJI : { static const int temp[] = { 8, 10, 12}; return temp[i]; } in numCharCountBits() local
/lvgl-latest/src/misc/
Dlv_anim_timeline.c103 int32_t temp = a.start_value; in lv_anim_timeline_start() local
/lvgl-latest/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c338 lv_color32_t temp = *img_src_p; in convert_color_depth() local
/lvgl-latest/src/draw/stm32_dma2d/
Dlv_gpu_stm32_dma2d.c89 volatile uint32_t temp = RCC->AHB1ENR; in lv_draw_stm32_dma2d_init() local
/lvgl-latest/src/extra/libs/png/
Dlodepng.c462 size_t temp; in LodePNGBitReader_init() local