Searched refs:lf (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audiocvt.c | 237 float lf, rf, ce; in SDL_ConvertStereoTo51() local 247 lf = src[0]; in SDL_ConvertStereoTo51() 249 ce = (lf + rf) * 0.5f; in SDL_ConvertStereoTo51() 251 dst[0] = lf + (lf - ce); /* FL */ in SDL_ConvertStereoTo51() 271 float lf, rf, lb, rb, ce; in SDL_ConvertQuadTo51() local 282 lf = src[0]; in SDL_ConvertQuadTo51() 288 dst[0] = lf + (lf - ce); /* FL */ in SDL_ConvertQuadTo51() 309 float lf, rf; in SDL_ConvertStereoToQuad() local 318 lf = src[0]; in SDL_ConvertStereoToQuad() 349 lf = src[0]; in SDL_Convert51To71() [all …]
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11messagebox.c | 230 const char *lf = SDL_strchr(text, '\n'); in CountLinesOfText() local 232 text = lf ? lf + 1 : NULL; in CountLinesOfText() 262 const char *lf = SDL_strchr( text, '\n' ); in X11_MessageBoxInitPositions() local 263 const int length = lf ? ( lf - text ) : SDL_strlen( text ); in X11_MessageBoxInitPositions() 275 if (lf && (lf > text) && (lf[-1] == '\r')) { in X11_MessageBoxInitPositions() 282 if ( !lf ) in X11_MessageBoxInitPositions()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/barometer/ |
A D | barometer.md | 172 sprintf(Ctemp_str, "%-5.2lf", spl06_data.Ctemp); 177 sprintf(Ftemp_str, "%-5.2lf", spl06_data.Ftemp);
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmessagebox.c | 624 LOGFONT lf; in WIN_ShowOldMessageBox() local 628 lf = NCM.lfMessageFont; in WIN_ShowOldMessageBox() 629 DialogFont = CreateFontIndirect(&lf); in WIN_ShowOldMessageBox()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …lf�SS�@H�?L�<B�:=�<:�@9�>4�6,�4.�44�BH�8G�2F�3H�5I�7G�<J�BN�>Y�=X�:W�6W�5Y�5\�6_�7e�;k�:m�;o�<r�<r… 5 …HK.JM.LO0QQ7SR=VSDWSG[\4Z\7[[C\\Rcbhmk�us�zx�~{��|����|�zw�so�mj�kf�gb�hd�lf�lh�lh�leuibij`^g]Th\…
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 10 newlines = auto # lf/crlf/cr/auto
|
Completed in 47 milliseconds