Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/tools/
A Dfile2h.py15 line_end = "\\r\\n" variable
23 line_end = ending.replace("\r", "\\r").replace("\n", "\\n") variable
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_label.c108 …uint32_t line_end = line_start + lv_txt_get_next_line(&txt[line_start], font, style->text.letter_s… in lv_draw_label() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/memory_planner/
A Dgreedy_memory_planner.cc358 const int line_end = ((offset + size) * kLineWidth) / max_size; in PrintMemoryPlan() local
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c1215 char *buf, *line, *line_end, *tmp, *comma, line_platform[64]; in SDL_GameControllerAddMappingsFromRW() local

Completed in 16 milliseconds