Searched refs:upper (Results 1 – 12 of 12) 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 83 upper = *(rt_uint16_t *)where; in dlmodule_relocate() 86 sign = (upper >> 10) & 1; in dlmodule_relocate() 92 ((upper & 0x03ff) << 12) | in dlmodule_relocate() 110 *(rt_uint16_t *)where = (rt_uint16_t)((upper & 0xf800) | in dlmodule_relocate() 116 upper = *(rt_uint16_t *)where; 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/lwp/terminal/ |
| A D | Kconfig | 12 This upper limit is set to protect kernel memory from draining
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 132 Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 132 Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 205 the queue of outgoing segment is larger than the upper limit defined
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 226 the queue of outgoing segment is larger than the upper limit defined
|
| /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
|
Completed in 20 milliseconds