Searched refs:templ (Results 1 – 3 of 3) sorted by relevance
81 templ = fnmatch.filter(os.listdir('.'), '*_templ*.h')83 if len(templ) > 0 and templ[0]:84 print("Updating version in " + templ[0])85 cmd("sed -i -r 's/v[0-9]+\.[0-9]+\.[0-9]+.*/"+ "v" + ver_num + "/' " + templ[0])
111 lv_templ_t * templ = (lv_templ_t *)obj; in lv_templ_constructor() local119 lv_templ_t * templ = (lv_templ_t *)obj; in lv_templ_destructor() local
58 static uint32_t count_tracks(const lv_coord_t * templ);763 static uint32_t count_tracks(const lv_coord_t * templ) in count_tracks() argument766 for(i = 0; templ[i] != LV_GRID_TEMPLATE_LAST; i++); in count_tracks()