Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 38) sorted by relevance

12

/external/lib/lwip/api/
A Dsockets.c110 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 Dsys.h49 #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 Ddlmalloc.c547 #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 Dstdio.c60 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 Dmd5.c83 #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 Dppp_impl.h186 #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 Dppp.c1030 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 Dfdt_sw.c250 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 Dfdt_strerror.c53 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
A Dfdt_ro.c14 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 Dfdt_rw.c98 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 Dfdt.c315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
/external/lib/libm/
A Dk_sinf.c38 double r, s, w, z; in __kernel_sindf() local
A Dk_tanf.c41 double z,r,w,s,t,u; in __kernel_tandf() local
A De_sqrtf.c44 int32_t ix,s,q,m,t,i; in __ieee754_sqrtf() local
A Dk_tan.c81 double z, r, v, w, s; in __kernel_tan() local
A De_acos.c64 double z,p,q,r,w,s,c,df; in __ieee754_acos() local
A De_acosf.c42 float z,p,q,r,w,s,c,df; in __ieee754_acosf() local
A De_asin.c73 double t=0.0,w,p,q,c,r,s; in __ieee754_asin() local
A De_asinf.c44 float t=0.0,w,p,q,c,r,s; in __ieee754_asinf() local
A De_log.c91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local
/external/lib/aes/
A Daes_locl.h10 #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 Dminiz.c591 #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 Dtcp.c1605 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 Dfloat_math.c38 #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

Completed in 58 milliseconds

12