Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 17 of 17) sorted by relevance

/components/libc/posix/libdl/arch/
A Darm.c24 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
84 lower = *(rt_uint16_t *)((Elf32_Addr)where + 2); in dlmodule_relocate()
87 j1 = (lower >> 13) & 1; in dlmodule_relocate()
88 j2 = (lower >> 11) & 1; in dlmodule_relocate()
93 ((lower & 0x07ff) << 1); in dlmodule_relocate()
113 *(rt_uint16_t *)(where + 2) = (rt_uint16_t)((lower & 0xd000) | in dlmodule_relocate()
117 lower = *(rt_uint16_t *)((Elf32_Addr)where + 2); in dlmodule_relocate()
A Dx86.c27 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
A Driscv.c37 rt_uint64_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
/components/drivers/phy/
A Dofw.c112 unsigned int upper, lower; in rt_ofw_get_phyid() local
119 ret = rt_sscanf(phy_id,"ethernet-phy-id%4x.%4x",&upper, &lower); in rt_ofw_get_phyid()
123 *id = ((upper & 0xffff) << 16) | (lower & 0xffff); in rt_ofw_get_phyid()
/components/libc/cplusplus/cpp11/gcc/
A Dcondition_variable4 #error "C++ version lower than C++11"
A Dthread4 #error "C++ version lower than C++11"
A Dfuture4 #error "C++ version lower than C++11"
A Dmutex4 #error "C++ version lower than C++11"
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt103 a lower frequency). Another one is to not call snmp_inc_sysuptime() or
A Drawapi.txt307 TCP provides a simple interface to the lower layers of the
318 The UDP interface is similar to that of TCP, but due to the lower
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt328 The UDP interface is similar to that of TCP, but due to the lower
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile512 # names in lower-case letters. If set to YES, upper-case letters are also
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile521 # names in lower-case letters. If set to YES, upper-case letters are also
A Dlwip.Doxyfile.cmake.in521 # names in lower-case letters. If set to YES, upper-case letters are also
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1694 call to a lower frequency). Or, you can decide to not call snmp_inc_sysuptime()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2650 call to a lower frequency). Or, you can decide to not call snmp_inc_sysuptime()
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2903 call to a lower frequency). Or, you can decide to not call snmp_inc_sysuptime()

Completed in 30 milliseconds