| /external/lib/heap/dlmalloc/ |
| A D | dlmalloc.c | 3324 if (p != m->dv && p != m->top) { in do_check_free_chunk() 3518 do_check_any_chunk(m, m->dv); in do_check_malloc_state() 3980 m->smallmap = m->treemap = 0; in reset_on_error() 3981 m->dvsize = m->topsize = 0; in reset_on_error() 3985 m->top = m->dv = 0; in reset_on_error() 4084 check_top_chunk(m, m->top); in add_segment() 4261 init_top(m, m->top, m->topsize + tsize); in sys_alloc() 4288 check_top_chunk(m, m->top); in sys_alloc() 4396 init_top(m, m->top, m->topsize - released); in sys_trim() 5461 m->seg.size = m->footprint = m->max_footprint = tsize; in init_user_mstate() [all …]
|
| /external/arch/arm/arm-m/CMSIS/Patch/ |
| A D | systick_nvic.patch | 30 diff --git a/external/arch/arm/arm-m/CMSIS/Include/cmsis_gcc.h b/external/arch/arm/arm-m/CMSIS/Incl… 83 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm0.h b/external/arch/arm/arm-m/CMSIS/Inclu… 109 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm1.h b/external/arch/arm/arm-m/CMSIS/Inclu… 122 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm23.h b/external/arch/arm/arm-m/CMSIS/Incl… 135 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm3.h b/external/arch/arm/arm-m/CMSIS/Inclu… 148 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm33.h b/external/arch/arm/arm-m/CMSIS/Incl… 161 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm35p.h b/external/arch/arm/arm-m/CMSIS/Inc… 174 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm4.h b/external/arch/arm/arm-m/CMSIS/Inclu… 187 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm55.h b/external/arch/arm/arm-m/CMSIS/Incl… 200 diff --git a/external/arch/arm/arm-m/CMSIS/Include/core_cm7.h b/external/arch/arm/arm-m/CMSIS/Inclu… [all …]
|
| /external/lib/lwip/include/lwip/ |
| A D | tcpip.h | 62 #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 69 #define TCPIP_APIMSG(m) tcpip_apimsg(m) 70 #define TCPIP_APIMSG_ACK(m) sys_sem_signal(&m->conn->op_completed) 71 #define TCPIP_NETIFAPI(m) tcpip_netifapi(m) 72 #define TCPIP_NETIFAPI_ACK(m) sys_sem_signal(&m->sem) 110 err_t mem_free_callback(void *m);
|
| A D | sys.h | 62 #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
|
| /external/lib/libm/ |
| A D | e_sqrtf.c | 44 int32_t ix,s,q,m,t,i; in __ieee754_sqrtf() local 61 m = (ix>>23); in __ieee754_sqrtf() 62 if (m==0) { /* subnormal x */ in __ieee754_sqrtf() 64 m -= i-1; in __ieee754_sqrtf() 66 m -= 127; /* unbias exponent */ in __ieee754_sqrtf() 68 if (m&1) /* odd m, double x to make it even */ in __ieee754_sqrtf() 70 m >>= 1; /* m = [m/2] */ in __ieee754_sqrtf() 100 ix += (m <<23); in __ieee754_sqrtf()
|
| A D | e_sqrt.c | 113 int32_t ix0,s0,q,m,t,i; in __ieee754_sqrt() local 130 m = (ix0>>20); in __ieee754_sqrt() 131 if (m==0) { /* subnormal x */ in __ieee754_sqrt() 133 m -= 21; in __ieee754_sqrt() 138 m -= i-1; in __ieee754_sqrt() 142 m -= 1023; /* unbias exponent */ in __ieee754_sqrt() 144 if (m&1) { /* odd m, double x to make it even */ in __ieee754_sqrt() 148 m >>= 1; /* m = [m/2] */ in __ieee754_sqrt() 201 ix0 += (m <<20); in __ieee754_sqrt()
|
| A D | e_atan2.c | 64 int32_t k,m,hx,hy,ix,iy; in __ieee754_atan2() local 75 m = ((hy>>31)&1)|((hx>>30)&2); /* 2*sign(x)+sign(y) */ in __ieee754_atan2() 79 switch(m) { in __ieee754_atan2() 92 switch(m) { in __ieee754_atan2() 99 switch(m) { in __ieee754_atan2() 114 m&=1; in __ieee754_atan2() 118 switch (m) { in __ieee754_atan2()
|
| A D | k_rem_pio2.c | 296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() local 311 m = jx+jk; in __kernel_rem_pio2() 312 for (i=0; i<=m; i++,j++) f[i] = (j<0)? zero : (double) ipio2[j]; in __kernel_rem_pio2()
|
| A D | math_private.h | 259 #define LD80C(m, ex, v) { \ argument 260 .xbits.man = __CONCAT(m, ULL), \ 265 #define LD80C(m, ex, v) { .e = (v), } argument
|
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_math.c | 37 #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 186 ix&=~m; in WRAPPER_FUNC() 192 ui32 ix=float2ui32(x),m; in WRAPPER_FUNC() local 207 ix+=m; in WRAPPER_FUNC() 208 m=m+m-1; // mask for bits of significance <1 in WRAPPER_FUNC() 209 ix&=~m; in WRAPPER_FUNC() [all …]
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_math.c | 39 #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 189 ix&=~m; in WRAPPER_FUNC() 195 ui64 ix=double2ui64(x),m; in WRAPPER_FUNC() local 210 ix+=m; in WRAPPER_FUNC() 211 m=m+m-1; // mask for bits of significance <1 in WRAPPER_FUNC() 212 ix&=~m; in WRAPPER_FUNC() [all …]
|
| /external/lib/lwip/core/ |
| A D | memp.c | 220 u8_t *m; in memp_overflow_check_element_overflow() local 222 m = (u8_t*)p + MEMP_SIZE + memp_sizes[memp_type]; in memp_overflow_check_element_overflow() 224 if (m[k] != 0xcd) { in memp_overflow_check_element_overflow() 253 u8_t *m; in memp_overflow_check_element_underflow() local 255 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_check_element_underflow() 257 if (m[k] != 0xcd) { in memp_overflow_check_element_underflow() 312 u8_t *m; in memp_overflow_init() local 319 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_init() 320 memset(m, 0xcd, MEMP_SANITY_REGION_BEFORE_ALIGNED); in memp_overflow_init() 323 m = (u8_t*)p + MEMP_SIZE + memp_sizes[i]; in memp_overflow_init() [all …]
|
| A D | tcp_in.c | 863 s16_t m; local 1102 m = (s16_t)(tcp_ticks - pcb->rttest); 1105 m, m * TCP_SLOW_INTERVAL)); 1108 m = m - (pcb->sa >> 3); 1109 pcb->sa += m; 1110 if (m < 0) { 1111 m = -m; 1113 m = m - (pcb->sv >> 2); 1114 pcb->sv += m;
|
| /external/platform/pico/rp2_common/pico_double/include/pico/ |
| A D | double.h | 35 double fix2double(int32_t m, int e); 36 double ufix2double(uint32_t m, int e); 37 double fix642double(int64_t m, int e); 38 double ufix642double(uint64_t m, int e);
|
| /external/platform/pico/rp2_common/pico_float/include/pico/ |
| A D | float.h | 36 float fix2float(int32_t m, int e); 37 float ufix2float(uint32_t m, int e); 38 float fix642float(int64_t m, int e); 39 float ufix642float(uint64_t m, int e);
|
| /external/lib/lwip/netif/ppp/ |
| A D | ppp_impl.h | 217 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } argument 219 #define PRINTMSG(m, l) argument
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | error.h | 177 #define offsetof(s, m) (int) &(((s *) 0)->m) argument
|
| /external/platform/pico/rp2_common/pico_runtime/ |
| A D | runtime.c | 140 mutex_t *m = (mutex_t *)l; in runtime_init() local 141 mutex_init(m); in runtime_init() 142 l = &m[1].core; // next in runtime_init()
|
| /external/lib/lwip/api/ |
| A D | tcpip.c | 506 mem_free_callback(void *m) in mem_free_callback() argument 508 return tcpip_callback_with_block(mem_free, m, 0); in mem_free_callback()
|
| /external/lib/miniz/ |
| A D | miniz.c | 2116 #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 2722 l = m + 1; in mz_zip_reader_locate_file_binary_search() [all …]
|
| /external/platform/nrfx/mdk/ |
| A D | gcc_startup_nrf51.S | 24 .arch armv6-m
|
| A D | gcc_startup_nrf5340_network.S | 24 .arch armv8-m.main
|
| A D | gcc_startup_nrf52805.S | 24 .arch armv7e-m
|
| A D | gcc_startup_nrf52811.S | 24 .arch armv7e-m
|
| A D | gcc_startup_nrf52820.S | 24 .arch armv7e-m
|