Home
last modified time | relevance | path

Searched refs:range_count (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/dhcp/
A Ddhcps.c176 uint8_t range_count, offset_count; in search_next_ip() local
187 for (range_count = 0; range_count < (max_count = 8); range_count++) { in search_next_ip()
189 if ((((ip_table.ip_range[range_count] >> offset_count) & 0x01) == 0) in search_next_ip()
190 &&(((range_count * 32) + (offset_count + 1)) >= start) in search_next_ip()
191 &&(((range_count * 32) + (offset_count + 1)) <= end)) { in search_next_ip()
193 return ((range_count * 32) + (offset_count + 1)); in search_next_ip()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/dhcpd/
A Ddhcps.c179 uint8_t range_count, offset_count; in search_next_ip() local
190 for (range_count = 0; range_count < (max_count = 8); range_count++) { in search_next_ip()
192 if ((((ip_table.ip_range[range_count] >> offset_count) & 0x01) == 0) in search_next_ip()
193 &&(((range_count * 32) + (offset_count + 1)) >= start) in search_next_ip()
194 &&(((range_count * 32) + (offset_count + 1)) <= end)) { in search_next_ip()
196 return ((range_count * 32) + (offset_count + 1)); in search_next_ip()
/AliOS-Things-master/components/freetype/src/cff/
A Dcfftypes.h189 FT_UInt range_count; member
A Dcffload.c660 fdselect->range_count = 0; in CFF_Done_FD_Select()

Completed in 19 milliseconds