Home
last modified time | relevance | path

Searched defs:source (Results 1 – 16 of 16) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/risc-v/common/
H A Driscv-plic.h54 __attribute__((always_inline)) static inline void __plic_set_priority(unsigned int source, unsigned… in __plic_set_priority()
62 __attribute__((always_inline)) static inline void __plic_set_pending(unsigned int source) in __plic_set_pending()
70 __attribute__((always_inline)) static inline void __plic_irq_enable(unsigned int source) in __plic_irq_enable()
82 __attribute__((always_inline)) static inline void __plic_irq_disable(unsigned int source) in __plic_irq_disable()
103 __attribute__((always_inline)) static inline void __plic_irq_complete(unsigned int source) in __plic_irq_complete()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dcompress.c26 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
66 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
H A Duncompr.c30 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
H A Dzutil.c149 void zmemcpy(dest, source, len) in zmemcpy() argument
H A Dinflate.c1323 int ZEXPORT inflateCopy(dest, source) in inflateCopy() argument
H A Ddeflate.c894 int ZEXPORT deflateCopy (dest, source) in deflateCopy() argument
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dhconf.gperf18 source, T_SOURCE, TF_COMMAND keyword
H A Dlconf.c1529 char *source = (yytext_ptr); in yy_get_next_buffer() local
1707 char *source = in yyunput() local
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_regs.h730 #define __read_32bit_c0_register(source, sel) \ argument
745 #define __read_64bit_c0_register(source, sel) \ argument
809 #define __read_64bit_c0_split(source, sel) \ argument
838 #define __write_64bit_c0_split(source, sel, val) \ argument
1001 #define read_32bit_cp0_register(source) \ argument
1011 #define read_32bit_cp0_set1_register(source) \ argument
1024 #define read_64bit_cp0_register(source) \ argument
1074 #define read_32bit_cp1_register(source) \ argument
H A Dmipsregs.h568 #define __read_32bit_c0_register(source, sel) \ argument
680 #define read_32bit_cp1_register(source) \ argument
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dlpn.c118 static inline void group_set(atomic_t *target, atomic_t *source) in group_set()
131 static inline void group_clear(atomic_t *target, atomic_t *source) in group_clear()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_clock.h431 __STATIC_INLINE void nrf_clock_lf_src_set(nrf_clock_lfclk_t source) in nrf_clock_lf_src_set()
/nrf52832-nimble/rt-thread/tools/
H A Dbuilding.py691 def BuildLibInstallAction(target, source, env): argument
/nrf52832-nimble/rt-thread/components/net/lwip_nat/
H A Dipv4_nat.c119 ip_addr_t source; member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Ddfs_nfs.c115 static void copy_handle(nfs_fh3 *dest, const nfs_fh3 *source) in copy_handle()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/smtp/
H A Dsmtp.c915 smtp_base64_encode(char* target, size_t target_len, const char* source, size_t source_len) in smtp_base64_encode()