Home
last modified time | relevance | path

Searched defs:m (Results 1 – 18 of 18) sorted by relevance

/external/lib/lwip/include/lwip/
A Dsys.h62 #define sys_mbox_new(m, s) ERR_OK argument
63 #define sys_mbox_fetch(m,d) argument
64 #define sys_mbox_tryfetch(m,d) argument
65 #define sys_mbox_post(m,d) argument
66 #define sys_mbox_trypost(m,d) argument
67 #define sys_mbox_free(m) argument
68 #define sys_mbox_valid(m) argument
69 #define sys_mbox_set_invalid(m) argument
A Dtcpip.h62 #define TCPIP_APIMSG(m) tcpip_apimsg_lock(m) argument
63 #define TCPIP_APIMSG_ACK(m) argument
64 #define TCPIP_NETIFAPI(m) tcpip_netifapi_lock(m) argument
65 #define TCPIP_NETIFAPI_ACK(m) argument
/external/lib/heap/dlmalloc/
A Ddlmalloc.c2830 #define USAGE_ERROR_ACTION(m, p) argument
3858 #define internal_malloc(m, b)\ argument
3860 #define internal_free(m, mem)\ argument
3964 static void init_bins(mstate m) { in init_bins()
5024 static void** ialloc(mstate m, in ialloc()
5255 mstate m = gm; in dlrealloc() local
5293 mstate m = gm; in dlrealloc_in_place() local
5476 mstate m = 0; in create_mspace() local
5495 mstate m = 0; in create_mspace_with_base() local
5805 mstate m = (mstate)msp; in mspace_realloc() local
[all …]
/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c39 #define DUNPACK(x,e,m) e=((x)>>52)&0x7ff,m=((x)&0x000fffffffffffffULL)|0x0010000000000000ULL argument
40 #define DUNPACKS(x,s,e,m) s=((x)>>63),DUNPACK((x),(e),(m)) argument
119 ui64 ix=double2ui64(x),m; in disint() local
132 ui64 ix=double2ui64(x),m; in disoddint() local
179 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local
195 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local
218 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local
239 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local
/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c37 #define FUNPACK(x,e,m) e=((x)>>23)&0xff,m=((x)&0x007fffff)|0x00800000 argument
38 #define FUNPACKS(x,s,e,m) s=((x)>>31),FUNPACK((x),(e),(m)) argument
116 ui32 ix=float2ui32(x),m; in fisint() local
129 ui32 ix=float2ui32(x),m; in fisoddint() local
176 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local
192 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local
215 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local
236 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local
/external/lib/lwip/core/
A Dmemp.c220 u8_t *m; in memp_overflow_check_element_overflow() local
253 u8_t *m; in memp_overflow_check_element_underflow() local
312 u8_t *m; in memp_overflow_init() local
A Dtcp_in.c863 s16_t m; local
/external/lib/libm/
A De_sqrtf.c44 int32_t ix,s,q,m,t,i; in __ieee754_sqrtf() local
A De_atan2.c64 int32_t k,m,hx,hy,ix,iy; in __ieee754_atan2() local
A De_sqrt.c113 int32_t ix0,s0,q,m,t,i; in __ieee754_sqrt() local
A Dk_rem_pio2.c296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() local
A Dmath_private.h259 #define LD80C(m, ex, v) { \ argument
265 #define LD80C(m, ex, v) { .e = (v), } argument
/external/lib/lwip/netif/ppp/
A Dppp_impl.h217 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } argument
219 #define PRINTMSG(m, l) argument
A Dppp.c1418 sifaddr( int pd, u32_t o, u32_t h, u32_t m, u32_t ns1, u32_t ns2) in sifaddr()
/external/lib/lwip/api/
A Dtcpip.c506 mem_free_callback(void *m) in mem_free_callback()
/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c140 mutex_t *m = (mutex_t *)l; in runtime_init() local
/external/lib/miniz/
A Dminiz.c2116 #define MZ_FOPEN(f, m) fopen(f, m) argument
2125 #define MZ_FREOPEN(f, m, s) freopen(f, m, s) argument
2132 #define MZ_FOPEN(f, m) fopen(f, m) argument
2141 #define MZ_FREOPEN(f, m, s) freopen(f, m, s) argument
2148 #define MZ_FOPEN(f, m) fopen64(f, m) argument
2157 #define MZ_FREOPEN(p, m, s) freopen64(p, m, s) argument
2164 #define MZ_FOPEN(f, m) fopen(f, m) argument
2173 #define MZ_FREOPEN(f, m, s) freopen(f, m, s) argument
2718 …int m = (l + h) >> 1, file_index = pIndices[m], comp = mz_zip_reader_filename_compare(pCentral_dir… in mz_zip_reader_locate_file_binary_search() local
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Derror.h177 #define offsetof(s, m) (int) &(((s *) 0)->m) argument

Completed in 50 milliseconds