/lk-master/arch/riscv/include/arch/riscv/ |
A D | clint.h | 26 #define CLINT_MSIP(h) (ARCH_RISCV_CLINT_BASE + (4 * (h))) argument 27 #define CLINT_MTIMECMP(h) (ARCH_RISCV_CLINT_BASE + 0x4000 + (8 * (h))) argument 54 unsigned long cur_hart = riscv_current_hart(), h, m = *hart_mask; in clint_send_ipis() local
|
/lk-master/lib/libc/include/ |
A D | endian.h | 51 #define htons(h) BE16(h) argument 53 #define htonl(h) BE32(h) argument 56 #define htobe64(h) BE64(h) argument
|
/lk-master/external/lib/lwip/api/ |
A D | tcpip.c | 247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout() 276 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()
|
A D | netdb.c | 166 struct gethostbyname_r_helper *h; in lwip_gethostbyname_r() local
|
/lk-master/external/lib/lwip/include/ipv6/lwip/ |
A D | ip_addr.h | 71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | timers.h | 70 sys_timeout_handler h; member
|
A D | tcpip.h | 154 sys_timeout_handler h; member
|
/lk-master/external/lib/lwip/core/ |
A D | pbuf.c | 745 pbuf_cat(struct pbuf *h, struct pbuf *t) in pbuf_cat() 786 pbuf_chain(struct pbuf *h, struct pbuf *t) in pbuf_chain()
|
A D | memp.c | 185 struct memp *t, *h; in memp_sanity() local
|
/lk-master/arch/riscv/ |
A D | mp.c | 48 int h = cpu_to_hart_map[c]; in arch_mp_send_ipi() local
|
/lk-master/lib/partition/ |
A D | partition.c | 19 uint8_t h; member
|
/lk-master/app/tests/ |
A D | benchmarks.c | 174 uint32_t a = 0, b = 0, c = 0, d = 0, e = 0, f = 0, g = 0, h = 0; in arm_bench_multi_issue() local
|
/lk-master/dev/interrupt/arm_gic/ |
A D | arm_gic.c | 88 struct int_handler_struct *h; in register_int_handler() local 413 struct int_handler_struct *h; in platform_irq() local
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp.c | 1418 sifaddr( int pd, u32_t o, u32_t h, u32_t m, u32_t ns1, u32_t ns2) in sifaddr() 1444 cifaddr( int pd, u32_t o, u32_t h) in cifaddr()
|
/lk-master/external/lib/miniz/ |
A D | miniz.c | 2033 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, s… in tdefl_write_image_to_png_file_in_memory_ex() 2062 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size… in tdefl_write_image_to_png_file_in_memory() 2715 int l = 0, h = size - 1; in mz_zip_reader_locate_file_binary_search() local
|