Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DREADME.md5 <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 Dip6_addr.c51 const ip_addr_t ip6_addr_any = IPADDR6_INIT(0ul, 0ul, 0ul, 0ul);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dip_addr.h81 #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 Dip_addr.h81 #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 Dgxvmorx5.c176 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 Dgxvmort5.c178 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 Dgxvmort1.c160 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 Dgxvmorx1.c134 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 Dgxvcommn.h146 FT_ULong ul; member
A Dgxvcommn.c1157 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 DHtmlDoc.cmake27 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 Dgenpng.c693 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 Dbdf.h118 unsigned long ul; member
A Dbdfdrivr.c786 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 Dbdflib.c1335 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 Dpcf.h76 FT_ULong ul; member
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css56 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 Dmakepng.c1648 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 Dcoding_style.md345 unsigned long int ul = 0UL;
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css705 .navpath ul
961 div.toc ul {
/AliOS-Things-master/components/osal_aos/
A DREADME.md514 实际大小换算为 1ul << RHINO_CONFIG_MM_MAXMSIZEBIT
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog456 99f6f462 Merge "histogram_enc.c,MyRand: s/ul/u/ for unsigned constants"
458 a128dfff histogram_enc.c,MyRand: s/ul/u/ for unsigned constants

Completed in 47 milliseconds