/nrf52832-nimble/rt-thread/components/libc/libdl/arch/ |
H A D | arm.c | 19 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local 80 lower = *(rt_uint16_t *)((Elf32_Addr)where + 2); in dlmodule_relocate() 83 j1 = (lower >> 13) & 1; in dlmodule_relocate() 84 j2 = (lower >> 11) & 1; in dlmodule_relocate() 89 ((lower & 0x07ff) << 1); in dlmodule_relocate() 109 *(rt_uint16_t *)(where + 2) = (rt_uint16_t)((lower & 0xd000) | in dlmodule_relocate() 113 lower = *(rt_uint16_t *)((Elf32_Addr)where + 2); in dlmodule_relocate()
|
H A D | x86.c | 23 rt_uint32_t upper, lower, sign, j1, j2; in dlmodule_relocate() local
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/ |
H A D | processor.h | 115 #define SPRN_DBAT0L 0x219 /* Data BAT 0 Lower Register */ 117 #define SPRN_DBAT1L 0x21B /* Data BAT 1 Lower Register */ 119 #define SPRN_DBAT2L 0x21D /* Data BAT 2 Lower Register */ 121 #define SPRN_DBAT3L 0x21F /* Data BAT 3 Lower Register */ 123 #define SPRN_DBAT4L 0x239 /* Data BAT 4 Lower Register */ 125 #define SPRN_DBAT5L 0x23B /* Data BAT 5 Lower Register */ 127 #define SPRN_DBAT6L 0x23D /* Data BAT 6 Lower Register */ 129 #define SPRN_DBAT7L 0x23F /* Data BAT 7 Lower Register */ 130 #define SPRN_DBAT7U 0x23E /* Data BAT 7 Lower Register */ 277 #define SPRN_IBAT0L 0x211 /* Instruction BAT 0 Lower Register */ [all …]
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | mkdist.py | 212 libcpu_dir = os.path.join(RTT_ROOT, 'libcpu').lower() 213 libc_dir = os.path.join(RTT_ROOT, 'components', 'libc', 'compilers').lower() 214 sal_dir = os.path.join(RTT_ROOT, 'components', 'net', 'sal_socket').lower() 217 if src.lower().startswith(BSP_ROOT.lower()): 221 if src.lower().startswith(libcpu_dir): 223 if src.lower().startswith(libc_dir): 225 if src.lower().startswith(sal_dir): 229 if src.lower().startswith(RTT_ROOT.lower()):
|
H A D | ua.py | 34 prefix = prefix.lower() 35 path = path.lower()
|
H A D | vs2012.py | 107 objpath = path.lower() 109 if objpath.startswith(project_path.lower()) : 114 if objpath.startswith(RTT_ROOT.lower()) :
|
H A D | utils.py | 136 prefix = prefix.lower() 137 path = path.lower()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | chap.h | 125 #define CHAPCS_INITIAL 0 /* Lower layer down, not opened */ 126 #define CHAPCS_CLOSED 1 /* Lower layer up, not opened */ 127 #define CHAPCS_PENDING 2 /* Auth us to peer when lower up */ 135 #define CHAPSS_INITIAL 0 /* Lower layer down, not opened */ 136 #define CHAPSS_CLOSED 1 /* Lower layer up, not opened */ 137 #define CHAPSS_PENDING 2 /* Auth peer when lower up */
|
H A D | pap.c | 175 /* Lower layer up yet? */ in upap_authwithpeer() 196 /* Lower layer up yet? */ in upap_authpeer() 255 * upap_lowerup - The lower layer is up. 285 * upap_lowerdown - The lower layer is down. 311 * This shouldn't happen. In any case, pretend lower layer went down.
|
H A D | fsm.h | 108 void (*starting)(fsm*); /* Called when we want the lower layer */ 109 void (*finished)(fsm*); /* Called when we don't want the lower layer */
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | coding_style_en.txt | 12 In normal conditions, please name directories in lower-case. Directories should 20 In normal conditions, please name files in lower-case. If the file is 63 Please name structures in lower-case and connect words with "_". For example: 96 Please name functions in lower-case and separate words with "_". API provided to
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | altcp_proxyconnect.c | 153 /* callback functions from inner/lower connection: */ 155 /** Connected callback from lower connection (i.e. TCP). 180 /** Recv callback from lower connection (i.e. TCP) 244 /** Sent callback from lower connection (i.e. TCP) 269 /** Poll callback from lower connection (i.e. TCP)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | upap.c | 167 /* Lower layer up yet? */ in upap_authwithpeer() 185 /* Lower layer up yet? */ in upap_authpeer() 236 * upap_lowerup - The lower layer is up. 261 * upap_lowerdown - The lower layer is down. 284 * This shouldn't happen. In any case, pretend lower layer went down.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | upap.c | 167 /* Lower layer up yet? */ in upap_authwithpeer() 185 /* Lower layer up yet? */ in upap_authpeer() 236 * upap_lowerup - The lower layer is up. 261 * upap_lowerdown - The lower layer is down. 284 * This shouldn't happen. In any case, pretend lower layer went down.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | tcpip.c | 298 * Call the lower part of a netconn_* function 326 * Call the lower part of a netconn_* function 353 * Much like tcpip_apimsg, but calls the lower part of a netifapi_* 382 * Call the lower part of a netifapi_* function
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_att.h | 150 * this connection has occurred, the MTU is the lower of the two peers' 171 * lower of the two peers' preferred MTU values. The ATT MTU is what dictates
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | fsm.h | 113 void (*starting) /* Called when we want the lower layer */ 115 void (*finished) /* Called when we don't want the lower layer */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | fsm.h | 117 void (*starting) /* Called when we want the lower layer */ 119 void (*finished) /* Called when we don't want the lower layer */
|
H A D | ppp_impl.h | 141 * for a particular lower link level protocol. 152 /* Free lower protocol control block */ 289 /* Lower layer has come up */ 291 /* Lower layer has gone down */ 633 * lower than enabled protocols. Here is the actual necessary timeouts based
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/ |
H A D | uffs_config.h | 82 * \note spare buffers are used for lower level flash operations, 175 * is lower then MINIMUN_ERASED_BLOCK.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | uffs_config.h | 82 * \note spare buffers are used for lower level flash operations, 180 * is lower then MINIMUN_ERASED_BLOCK.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/ |
H A D | blecsc_sens.c | 35 /* Simulated cadence lower limit */ 39 /* Simulated speed lower limit */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/ |
H A D | uffs_config.h | 82 * \note spare buffers are used for lower level flash operations, 180 * is lower then MINIMUN_ERASED_BLOCK.
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | dcr_gcc.S | 57 * DCRF = DCRN # with upper and lower halves swapped 102 * DCRF = dest. DCRN # with upper and lower halves swapped
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | depcomp | 98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 115 lower=abcdefghijklmnopqrstuvwxyz 117 alpha=${upper}${lower} 464 sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
|