| /external/lib/lwip/api/ |
| A D | sockets.c | 110 int s; member 195 get_socket(int s) in get_socket() 223 tryget_socket(int s) in tryget_socket() 445 lwip_close(int s) in lwip_close() 525 lwip_listen(int s, int backlog) in lwip_listen() 742 lwip_read(int s, void *mem, size_t len) in lwip_read() 1249 int s; local 1367 lwip_shutdown(int s, int how) 1659 int s; local 2076 int s; local [all …]
|
| /external/lib/lwip/include/lwip/ |
| A D | sys.h | 49 #define sys_sem_new(s, c) ERR_OK argument 50 #define sys_sem_signal(s) argument 51 #define sys_sem_wait(s) argument 52 #define sys_arch_sem_wait(s,t) argument 53 #define sys_sem_free(s) argument 54 #define sys_sem_valid(s) 0 argument 55 #define sys_sem_set_invalid(s) argument 62 #define sys_mbox_new(m, s) ERR_OK argument 71 #define sys_thread_new(n,t,a,s,p) argument
|
| /external/lib/heap/dlmalloc/ |
| A D | dlmalloc.c | 547 #define MMAP(s) mmap(s) argument 548 #define DIRECT_MMAP(s) mmap(s) argument 2778 #define should_trim(M,s) (0) argument 3102 #define mark_inuse_foot(M,p,s) argument 3107 #define set_inuse(M,p,s)\ argument 3123 #define mark_inuse_foot(M,p,s)\ argument 3130 #define set_inuse(M,p,s)\ argument 3479 msegmentptr s = &m->seg; in traverse_and_check() local 3549 msegmentptr s = &m->seg; in internal_mallinfo() local 3589 msegmentptr s = &m->seg; in internal_malloc_stats() local [all …]
|
| /external/platform/pico/rp2_common/pico_stdio/ |
| A D | stdio.c | 60 static void stdio_out_chars_no_crlf(stdio_driver_t *driver, const char *s, int len) { in stdio_out_chars_no_crlf() 64 static void stdio_out_chars_crlf(stdio_driver_t *driver, const char *s, int len) { in stdio_out_chars_crlf() 93 static bool stdio_put_string(const char *s, int len, bool newline, bool no_cr) { in stdio_put_string() 158 int puts_raw(const char *s) { in puts_raw() 340 for (stdio_driver_t *s = drivers; s; s = s->next) { in stdio_set_chars_available_callback() local
|
| /external/lib/lwip/netif/ppp/ |
| A D | md5.c | 83 #define FF(a, b, c, d, x, s, ac) \ argument 88 #define GG(a, b, c, d, x, s, ac) \ argument 93 #define HH(a, b, c, d, x, s, ac) \ argument 98 #define II(a, b, c, d, x, s, ac) \ argument
|
| A D | ppp_impl.h | 186 #define GETSHORT(s, cp) { \ argument 190 #define PUTSHORT(s, cp) { \ argument 213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) argument 214 #define BZERO(s, n) memset(s, 0, n) argument
|
| A D | ppp.c | 1030 pppWriteOverEthernet(int pd, const u_char *s, int n) in pppWriteOverEthernet() 1073 pppWrite(int pd, const u_char *s, int n) in pppWrite() 1781 pppInProc(PPPControlRx *pcrx, u_char *s, int l) in pppInProc()
|
| /external/lib/fdt/ |
| A D | fdt_sw.c | 250 static int fdt_add_string_(void *fdt, const char *s) in fdt_add_string_() 268 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_() 276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
|
| A D | fdt_strerror.c | 53 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
|
| A D | fdt_ro.c | 14 const char *s, int len) in fdt_nodename_eq_() 40 const char *s, *n; in fdt_get_string() local 106 const char *s, int len) in fdt_string_eq_()
|
| A D | fdt_rw.c | 98 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_() 127 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
|
| A D | fdt.c | 315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
|
| /external/lib/libm/ |
| A D | k_sinf.c | 38 double r, s, w, z; in __kernel_sindf() local
|
| A D | k_tanf.c | 41 double z,r,w,s,t,u; in __kernel_tandf() local
|
| A D | e_sqrtf.c | 44 int32_t ix,s,q,m,t,i; in __ieee754_sqrtf() local
|
| A D | k_tan.c | 81 double z, r, v, w, s; in __kernel_tan() local
|
| A D | e_acos.c | 64 double z,p,q,r,w,s,c,df; in __ieee754_acos() local
|
| A D | e_acosf.c | 42 float z,p,q,r,w,s,c,df; in __ieee754_acosf() local
|
| A D | e_asin.c | 73 double t=0.0,w,p,q,c,r,s; in __ieee754_asin() local
|
| A D | e_asinf.c | 44 float t=0.0,w,p,q,c,r,s; in __ieee754_asinf() local
|
| A D | e_log.c | 91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local
|
| /external/lib/aes/ |
| A D | aes_locl.h | 10 #define PUTU32(c, s) { (c)[3] = (u8)(s); (c)[2] = (u8)((s)>>8); (c)[1] = (u8)((s)>>16); (c)[0] = (u… argument
|
| /external/lib/miniz/ |
| A D | miniz.c | 591 #define TINFL_MEMCPY(d, s, l) memcpy(d, s, l) argument 768 …mz_uint s; TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); if (dist < 16) { r->m_len_codes[counter++… in tinfl_decompress() local 904 …TINFL_SKIP_BITS(32, num_bits & 7); for (counter = 0; counter < 4; ++counter) { mz_uint s; if (num_… in tinfl_decompress() local 1500 const mz_uint16 *s = (const mz_uint16*)(d->m_dict + pos), *p, *q; in tdefl_find_match() local 1534 const mz_uint8 *s = d->m_dict + pos, *p, *q; in tdefl_find_match() local 2125 #define MZ_FREOPEN(f, m, s) freopen(f, m, s) argument 2141 #define MZ_FREOPEN(f, m, s) freopen(f, m, s) argument 2157 #define MZ_FREOPEN(p, m, s) freopen64(p, m, s) argument 2173 #define MZ_FREOPEN(f, m, s) freopen(f, m, s) argument 2517 …size_t s = (file_ofs >= pZip->m_archive_size) ? 0 : (size_t)MZ_MIN(pZip->m_archive_size - file_ofs… in mz_zip_mem_read_func() local [all …]
|
| /external/lib/lwip/core/ |
| A D | tcp.c | 1605 tcp_debug_state_str(enum tcp_state s) in tcp_debug_state_str() 1653 tcp_debug_print_state(enum tcp_state s) in tcp_debug_print_state()
|
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_math.c | 38 #define FUNPACKS(x,s,e,m) s=((x)>>31),FUNPACK((x),(e),(m)) argument 498 int quo=0,q,r=0,s; in frem_0() local
|