Home
last modified time | relevance | path

Searched full:saved (Results 1 – 25 of 120) sorted by relevance

12345

/nrf52832-nimble/rt-thread/libcpu/risc-v/common/
H A Dcpuport.c32 rt_ubase_t s0_fp; /* x8 - s0/fp - saved register 0 or frame pointer */
33 rt_ubase_t s1; /* x9 - s1 - saved register 1 */
42 rt_ubase_t s2; /* x18 - s2 - saved register 2 */
43 rt_ubase_t s3; /* x19 - s3 - saved register 3 */
44 rt_ubase_t s4; /* x20 - s4 - saved register 4 */
45 rt_ubase_t s5; /* x21 - s5 - saved register 5 */
46 rt_ubase_t s6; /* x22 - s6 - saved register 6 */
47 rt_ubase_t s7; /* x23 - s7 - saved register 7 */
48 rt_ubase_t s8; /* x24 - s8 - saved register 8 */
49 rt_ubase_t s9; /* x25 - s9 - saved register 9 */
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_regs.h98 #define REG_T0 8 /* caller saved 0 …
99 #define REG_T1 9 /* caller saved 1 …
100 #define REG_T2 10 /* caller saved 2 …
101 #define REG_T3 11 /* caller saved 3 …
102 #define REG_T4 12 /* caller saved 4 …
103 #define REG_T5 13 /* caller saved 5 …
104 #define REG_T6 14 /* caller saved 6 …
105 #define REG_T7 15 /* caller saved 7 …
106 #define REG_S0 16 /* callee saved 0 …
107 #define REG_S1 17 /* callee saved 1 …
[all …]
H A Dmips.inc25 #define t0 $8 /* caller saved */
33 #define s0 $16 /* callee saved */
41 #define t8 $24 /* caller saved */
H A Dexception.h67 * Saved special registers
77 // * Saved floating point registers
149 /* Saved main processor registers. */
151 /* Saved special registers. */
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dmain.c84 * These had saved by respective Setup Servers. in light_default_status_init()
101 * These values had saved before power down. in light_default_status_init()
118 * This value had saved before power down. in light_default_status_init()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dinet_chksum.c307 * @return checksum (as u16_t) to be saved directly in the protocol header
340 * @return checksum (as u16_t) to be saved directly in the protocol header
376 * @return checksum (as u16_t) to be saved directly in the protocol header
453 * @return checksum (as u16_t) to be saved directly in the protocol header
488 * @return checksum (as u16_t) to be saved directly in the protocol header
523 * @return checksum (as u16_t) to be saved directly in the protocol header
551 * @return checksum (as u16_t) to be saved directly in the protocol header
565 * @return checksum (as u16_t) to be saved directly in the protocol header
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dinet_chksum.c307 * @return checksum (as u16_t) to be saved directly in the protocol header
340 * @return checksum (as u16_t) to be saved directly in the protocol header
376 * @return checksum (as u16_t) to be saved directly in the protocol header
453 * @return checksum (as u16_t) to be saved directly in the protocol header
488 * @return checksum (as u16_t) to be saved directly in the protocol header
523 * @return checksum (as u16_t) to be saved directly in the protocol header
551 * @return checksum (as u16_t) to be saved directly in the protocol header
565 * @return checksum (as u16_t) to be saved directly in the protocol header
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dhardware.h34 * This function will set the specified interrupt status, which shall saved by
35 * rt_hw_intterrupt_disable function. If the saved interrupt status is interrupt
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dinet_chksum.c269 * @return checksum (as u16_t) to be saved directly in the protocol header
329 * @return checksum (as u16_t) to be saved directly in the protocol header
392 * @return checksum (as u16_t) to be saved directly in the protocol header
406 * @return checksum (as u16_t) to be saved directly in the protocol header
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dvj.h43 * conversation number that associates a saved IP/TCP header with
106 * the transmit & receive ends of the line use to locate saved header.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dvj.h47 * conversation number that associates a saved IP/TCP header with
110 * the transmit & receive ends of the line use to locate saved header.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dvj.h40 * conversation number that associates a saved IP/TCP header with
103 * the transmit & receive ends of the line use to locate saved header.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c122 "saved alternate configuration.\n"
127 "saved settings from \".config\" without restarting Menuconfig.\n"
209 "If you have saved a previous configuration in a file other than the\n"
216 "Enter a filename to which this configuration should be saved "
988 "Your configuration changes were NOT saved." in handle_exit()
1004 "Your configuration changes were NOT saved." in handle_exit()
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Ddcr_gcc.S148 lwz r0, +36(r1) /* Get saved link register */
178 lwz r0, +36(r1) /* Get saved link register */
/nrf52832-nimble/rt-thread/examples/libc/
H A Ddirent.c38 /* go back to saved entry */ in libc_dirent()
/nrf52832-nimble/rt-thread/tools/
H A Dpymenuconfig.py1029 saved = self.save_config()
1030 return saved
1040 # Otherwise attempt to save config and succeed only if config has been saved successfully
1041 saved = self.save_config()
1042 return saved
1099 self.set_status_string('Saved config')
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Duncompr.c20 been saved previously by the compressor and transmitted to the decompressor
/nrf52832-nimble/rt-thread/components/drivers/include/ipc/
H A Dringblk_buf.h72 /* saved the initialized and put status blocks */
/nrf52832-nimble/rt-thread/libcpu/ppc/common/
H A Dptrace.h10 * should set this up when only volatiles are saved
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/
H A Dptrace.h10 * should set this up when only volatiles are saved
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/
H A Dindex.rst79 - Time and Scenes - defines a set of functionalities related to time and saved states on devices
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dlc.h80 * counter and such CPU registers that needs to be saved.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dconfdata.c428 /* check that calculated value agrees with saved value */ in conf_read()
443 /* no previous value and not saved */ in conf_read()
453 * doesn't quite work if the Kconfig and the saved in conf_read()
905 * isn't saved in auto.conf, so the old value is always in conf_split_config()
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dcontext_gcc.S96 @ the stack is saved in the guest domain so we need to
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Dmenubox.c48 * *) If for some reason the last scrolling position is not saved by
251 /* get the saved scroll info */ in dialog_menu()

12345