Searched refs:nd (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strtod_bk.c | 337 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 338 if (nd < 9) 342 nd0 = nd; 348 if (!nd) { 365 if (nd++ < 9) 369 if (nd++ < 9) 415 if (!nd) { 476 nd0 = nd; 477 k = nd < DBL_DIG + 1 ? nd : DBL_DIG + 1; 487 if (nd <= DBL_DIG [all …]
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | inftrees.c | 329 uInt nd, /* number of distance codes */ in inflate_trees_dynamic() argument 363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); in inflate_trees_dynamic()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | usb.h | 773 uByte nd; member
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | README | 183 M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 1959 …����Ô@�����gӟ@��g��3�`�gD����g��2���gh�h��;����4�ӟ@�nd`�a��m��l�@���ndp�����… 1970 ��A����Ӕ#@�#��B��=T��͵�����G���A������W{�w������D�ݐ�@�`��C��{z}_��ndp6�feop0�����…
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 1258 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 269 …q{@q�Au�Hy�Lx�Gs{Cu{=t{=w�?r�Fw�Gz�Kw�Euo<u\5qG*k< pI,rQ-lG%mI(oI$nQ$m_-f\,nd,mn1nu4r�6s�@s�Hv�Lv�…
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 47258 int64_t y, d1, nd, d = *days; in year_from_days() local 47268 nd = days_in_year(y); in year_from_days() 47269 if (d1 < nd) in year_from_days() 47271 d1 -= nd; in year_from_days()
|
Completed in 133 milliseconds