Searched refs:lower (Results 1 – 17 of 17) sorted by relevance
| /components/libc/posix/libdl/arch/ |
| A D | arm.c | 24 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 D | x86.c | 27 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
|
| A D | riscv.c | 37 rt_uint64_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
|
| /components/drivers/phy/ |
| A D | ofw.c | 112 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 D | condition_variable | 4 #error "C++ version lower than C++11"
|
| A D | thread | 4 #error "C++ version lower than C++11"
|
| A D | future | 4 #error "C++ version lower than C++11"
|
| A D | mutex | 4 #error "C++ version lower than C++11"
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | snmp_agent.txt | 103 a lower frequency). Another one is to not call snmp_inc_sysuptime() or
|
| A D | rawapi.txt | 307 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 D | rawapi.txt | 328 The UDP interface is similar to that of TCP, but due to the lower
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 512 # names in lower-case letters. If set to YES, upper-case letters are also
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 521 # names in lower-case letters. If set to YES, upper-case letters are also
|
| A D | lwip.Doxyfile.cmake.in | 521 # names in lower-case letters. If set to YES, upper-case letters are also
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1694 call to a lower frequency). Or, you can decide to not call snmp_inc_sysuptime()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2650 call to a lower frequency). Or, you can decide to not call snmp_inc_sysuptime()
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2903 call to a lower frequency). Or, you can decide to not call snmp_inc_sysuptime()
|
Completed in 30 milliseconds