/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | README.md | 5 <ul> 7 <ul> 9 </ul> 12 <ul> 14 </ul> 17 <ul> 25 </ul> 38 <ul> 68 </ul> 91 <ul> [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6_addr.c | 51 const ip_addr_t ip6_addr_any = IPADDR6_INIT(0ul, 0ul, 0ul, 0ul);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | ip_addr.h | 81 #define IPADDR4_INIT(u32val) { { { { u32val, 0ul, 0ul, 0ul } } }, IPADDR_TYPE_V4 } 88 #define IPADDR_ANY_TYPE_INIT { { { { 0ul, 0ul, 0ul, 0ul } } }, IPADDR_TYPE_ANY }
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | ip_addr.h | 81 #define IPADDR4_INIT(u32val) { { { { u32val, 0ul, 0ul, 0ul } } }, IPADDR_TYPE_V4 } 88 #define IPADDR_ANY_TYPE_INIT { { { { 0ul, 0ul, 0ul, 0ul } } }, IPADDR_TYPE_ANY }
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvmorx5.c | 176 currentInsertList = (FT_Byte) ( glyphOffset_p->ul >> 16 ); in gxv_morx_subtable_type5_entry_validate() 177 markedInsertList = (FT_UShort)( glyphOffset_p->ul ); in gxv_morx_subtable_type5_entry_validate()
|
A D | gxvmort5.c | 178 currentInsertList = (FT_UShort)( glyphOffset->ul >> 16 ); in gxv_mort_subtable_type5_entry_validate() 179 markedInsertList = (FT_UShort)( glyphOffset->ul ); in gxv_mort_subtable_type5_entry_validate()
|
A D | gxvmort1.c | 160 markOffset = (FT_Short)( glyphOffset_p->ul >> 16 ); in gxv_mort_subtable_type1_entry_validate() 161 currentOffset = (FT_Short)( glyphOffset_p->ul ); in gxv_mort_subtable_type1_entry_validate()
|
A D | gxvmorx1.c | 134 markIndex = (FT_Short)( glyphOffset_p->ul >> 16 ); in gxv_morx_subtable_type1_entry_validate() 135 currentIndex = (FT_Short)( glyphOffset_p->ul ); in gxv_morx_subtable_type1_entry_validate()
|
A D | gxvcommn.h | 146 FT_ULong ul; member
|
A D | gxvcommn.c | 1157 glyphOffset.ul = FT_NEXT_ULONG( p ); in gxv_EntryTable_validate() 1531 glyphOffset.ul = FT_NEXT_ULONG( p ); in gxv_XEntryTable_validate()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/man/ |
A D | HtmlDoc.cmake | 27 set(INDEXSTART "<html><head><title>Libtiff HTML manpage index</title></head><body bgcolor=white><ul… 28 set(INDEXEND "</ul></body></html>")
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | genpng.c | 693 unsigned long ul = strtoul(str, &ep, 10); in read_wh() local 695 if (ep != NULL && *ep == 0 && ul > 0 && ul <= 0x7fffffff) in read_wh() 696 return (png_uint_32)/*SAFE*/ul; in read_wh()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdf.h | 118 unsigned long ul; member
|
A D | bdfdrivr.c | 786 if ( prop->value.ul > 0xFFFFFFFFUL ) in bdf_get_bdf_property() 792 aproperty->u.cardinal = (FT_UInt32)prop->value.ul; in bdf_get_bdf_property()
|
A D | bdflib.c | 1335 fp->value.ul = _bdf_atoul( value, 0, 10 ); in _bdf_add_property() 1405 fp->value.ul = _bdf_atoul( value, 0, 10 ); in _bdf_add_property()
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcf.h | 76 FT_ULong ul; member
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 56 ul.multicol { 237 ul { selector 241 #side-nav ul { 242 overflow: visible; /* reset ul rule for scroll bar in GENERATE_TREEVIEW window */ 245 #main-nav ul { 246 overflow: visible; /* reset ul rule for the navigation bar drop down lists */ 356 div.classindex ul { 1071 .navpath ul 1462 div.toc ul {
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | makepng.c | 1648 unsigned long ul = strtoul(arg, &ep, 0); in parse_color() local 1650 if (ul > 65535) in parse_color() 1665 colors[++ncolors] = (unsigned int)ul; /* checked above */ in parse_color()
|
/AliOS-Things-master/documentation/coding/ |
A D | coding_style.md | 345 unsigned long int ul = 0UL;
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 705 .navpath ul 961 div.toc ul {
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 514 实际大小换算为 1ul << RHINO_CONFIG_MM_MAXMSIZEBIT
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 456 99f6f462 Merge "histogram_enc.c,MyRand: s/ul/u/ for unsigned constants" 458 a128dfff histogram_enc.c,MyRand: s/ul/u/ for unsigned constants
|