Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 30) sorted by relevance

12

/lk-master/external/lib/libm/
A Dmath_private.h83 #define EXTRACT_WORDS(ix0,ix1,d) \ argument
92 #define EXTRACT_WORD64(ix,d) \ argument
101 #define GET_HIGH_WORD(i,d) \ argument
110 #define GET_LOW_WORD(i,d) \ argument
119 #define INSERT_WORDS(d,ix0,ix1) \ argument
128 #define INSERT_WORD64(d,ix) \ argument
137 #define SET_HIGH_WORD(d,v) \ argument
147 #define SET_LOW_WORD(d,v) \ argument
168 #define GET_FLOAT_WORD(i,d) \ argument
177 #define SET_FLOAT_WORD(d,i) \ argument
[all …]
/lk-master/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
222 u32_t a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local
A Dppp_impl.h213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) argument
/lk-master/external/lib/lwip/include/lwip/
A Dsys.h63 #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
A Dsockets.h353 #define setsockopt(a,b,c,d,e) lwip_setsockopt(a,b,c,d,e) argument
354 #define getsockopt(a,b,c,d,e) lwip_getsockopt(a,b,c,d,e) argument
356 #define recv(a,b,c,d) lwip_recv(a,b,c,d) argument
357 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f) argument
358 #define send(a,b,c,d) lwip_send(a,b,c,d) argument
359 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f) argument
361 #define select(a,b,c,d,e) lwip_select(a,b,c,d,e) argument
/lk-master/lib/libc/
A Dprintf.c156 double d; member
195 __NO_INLINE static char *double_to_string(char *buf, size_t len, double d, uint flag) { in double_to_string()
294 __NO_INLINE static char *double_to_hexstring(char *buf, size_t len, double d, uint flag) { in double_to_hexstring()
546 double d = va_arg(ap, double); in _printf_engine() local
554 double d = va_arg(ap, double); in _printf_engine() local
A Deabi.c41 int __aeabi_atexit(void *arg, void (*func)(void *), void *d) { in __aeabi_atexit() argument
A Dqsort.c84 int d, r, swaptype, swap_cnt; in qsort() local
/lk-master/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c161 for (stdio_driver_t *d = drivers; d; d = d->next) { in stdio_set_driver_enabled() local
178 for (stdio_driver_t *d = drivers; d; d = d->next) { in stdio_flush() local
190 for (stdio_driver_t *d = drivers; d; d = d->next) { in stdio_stack_buffer_flush() local
/lk-master/app/loader/
A Dloader.c46 download_t *d = malloc(sizeof(download_t)); in make_download() local
52 static void set_ram_zone(download_t *d, unsigned char *spot, int slot) { in set_ram_zone()
/lk-master/external/lib/miniz/
A Dminiz.c591 #define TINFL_MEMCPY(d, s, l) memcpy(d, s, l) argument
1167 static void tdefl_start_dynamic_block(tdefl_compressor *d) in tdefl_start_dynamic_block()
1229 static void tdefl_start_static_block(tdefl_compressor *d) in tdefl_start_static_block()
1250 static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) in tdefl_compress_lz_codes()
1339 static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) in tdefl_compress_lz_codes()
1393 static int tdefl_flush_block(tdefl_compressor *d, int flush) in tdefl_flush_block()
1560 static mz_bool tdefl_compress_fast(tdefl_compressor *d) in tdefl_compress_fast()
1728 static mz_bool tdefl_compress_normal(tdefl_compressor *d) in tdefl_compress_normal()
1846 static tdefl_status tdefl_flush_output_buffer(tdefl_compressor *d) in tdefl_flush_output_buffer()
1947 tdefl_status tdefl_get_prev_return_status(tdefl_compressor *d) in tdefl_get_prev_return_status()
[all …]
/lk-master/app/tests/
A Dfloat_test_vec.c12 double d; member
A Dbenchmarks.c174 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/lib/libc/string/
A Dmemcpy.c24 char *d = (char *)dest; in memcpy() local
A Dmemmove.c24 char *d = (char *)dest; in memmove() local
/lk-master/lib/minip/include/lib/
A Dminip.h19 #define IPV4(a,b,c,d) (((a)&0xFF)|(((b)&0xFF)<<8)|(((c)&0xFF)<<16)|(((d)&0xFF)<<24)) argument
/lk-master/external/lib/lwip/include/ipv6/lwip/
A Dip_addr.h71 #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/arch/x86/include/arch/
A Dx86.h313 static inline void cpuid(uint32_t leaf, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) { in cpuid()
320 …ne void cpuid_c(uint32_t leaf, uint32_t csel, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) { in cpuid_c()
328 uint32_t a, b, c, d; in x86_get_address_width() local
337 uint32_t a, b, c, d; in check_smep_avail() local
345 uint32_t a, b, c, d; in check_smap_avail() local
/lk-master/external/lib/lwip/include/ipv4/lwip/
A Dip_addr.h139 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
147 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
A Dinet.h79 #define IN_CLASSD(d) IP_CLASSD(d) argument
/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Dssi.h134 #define SSIConfig(a, b, c, d, e) \ argument
A Depi.h307 #define EPIConfigNoModeSet(a, b, c, d) EPIConfigGPModeSet((a), (b), (c), (d)) argument
/lk-master/platform/rp20xx/tools/
A Duf2conv.py240 def has_info(d): argument
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dosc.c353 …int32_t d = paramP0 + ((tempDelta*paramP1)>>3) + ((tempDeltaX2*paramP2)>>10) + ((tempDeltaX2*tempD… in OSC_HPOSCRelativeFrequencyOffsetGet() local
/lk-master/app/stringtests/
A Dstring_tests.c41 char *d = (char *)dest; in c_memmove() local

Completed in 67 milliseconds

12