Searched refs:first (Results 1 – 9 of 9) sorted by relevance
26 UnixEpoch first, second; in RTC_Init() local30 first = RTC_ReadTime(); in RTC_Init()33 if (first != second) in RTC_Init()35 first = second; in RTC_Init()39 first = RTC_ReadTime(); in RTC_Init()42 if (first != second) in RTC_Init()44 first = second; in RTC_Init()
77 int first, last; member165 mbox->first = mbox->last = 0; in sys_mbox_new()196 u8_t first; in sys_mbox_trypost() local206 if ((mbox->last + 1) >= (mbox->first + SYS_MBOX_SIZE)) { in sys_mbox_trypost()213 if (mbox->last == mbox->first) { in sys_mbox_trypost()214 first = 1; in sys_mbox_trypost()216 first = 0; in sys_mbox_trypost()221 if (first) { in sys_mbox_trypost()233 u8_t first; in sys_mbox_post() local242 while ((mbox->last + 1) >= (mbox->first + SYS_MBOX_SIZE)) { in sys_mbox_post()[all …]
10 # Multiboot requires multiboot.S to be the first file
401 int first = 1; local433 if (first) {434 first = 0;
1198 bool first; in db_disasm() local1440 for (first = TRUE; in db_disasm()1442 i_mode >>= 8, first = FALSE) in db_disasm()1444 if (!first) in db_disasm()
110 first. Because this is a wildcard, it
423 netif and pass a pointer to this structure as the first argument.453 Creates a new DHCP client for this interface on the first call.462 The first thing you want to optimize is the lwip_standard_checksum()
32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the88 # sub-directories are organized in 2 levels, the first level always has a fixed206 # first line (until the first dot) of a Javadoc-style comment as the brief224 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first225 # line (until the first dot) of a Qt-style comment as the brief description. If409 # tag is set to YES then doxygen will reuse the documentation of the first677 # destructors are listed first. If set to NO the constructors will appear in the1245 # the alphabetical list under the first letter of the entity name that remains1929 # generate index for LaTeX. In case there is no backslash (\) as first character1969 # first chapter. If it is left blank doxygen will generate a standard header. It
1587 * ip.c: ip_input: check if a packet is for inp first before checking all other1652 it. This is a first release which have to be improve for TCP. Note it used the1758 The igmp_join/leavegroup first parameter change from a netif to an ipaddr.1768 * init.c: Add first version of lwip_sanity_check for task #7142 "Sanity check2153 * udp.c: first attempt to fix bug #21655 (DHCP doesn't work reliably with multiple2869 * etharp.c: Make sure the first pbuf queued on an ARP entry2994 * PBUF_POOL chains had their tot_len field not set for non-first3005 * ARP queueuing now queues the latest packet instead of the first.