Home
last modified time | relevance | path

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

12

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/preprocessor/
H A Dtpaste.h71 #define TPASTE4( a, b, c, d) a##b##c##d argument
72 #define TPASTE5( a, b, c, d, e) a##b##c##d##e argument
73 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f argument
74 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g argument
75 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument
76 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument
77 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument
92 #define ATPASTE4( a, b, c, d) TPASTE4( a, b, c, d) argument
93 #define ATPASTE5( a, b, c, d, e) TPASTE5( a, b, c, d, e) argument
94 #define ATPASTE6( a, b, c, d, e, f) TPASTE6( a, b, c, d, e, f) argument
[all …]
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dsys.h70 #define sys_mbox_fetch(m,d) argument
71 #define sys_mbox_tryfetch(m,d) argument
72 #define sys_mbox_post(m,d) argument
73 #define sys_mbox_trypost(m,d) argument
H A Dip_addr.h83 #define IPADDR4_INIT_BYTES(a,b,c,d) IPADDR4_INIT(PP_HTONL(LWIP_MAKEU32(a,b,c,d))) argument
86 #define IPADDR6_INIT(a, b, c, d) { { { { a, b, c, d } IPADDR6_ZONE_INIT } }, IPADDR_TYPE_V6 } argument
88 #define IPADDR6_INIT_HOST(a, b, c, d) { { { { PP_HTONL(a), PP_HTONL(b), PP_HTONL(c), PP_HTONL(d) } … argument
123 #define IP_ADDR4(ipaddr,a,b,c,d) do { IP4_ADDR(ip_2_ip4(ipaddr),a,b,c,d); \ argument
272 #define IPADDR4_INIT_BYTES(a,b,c,d) IPADDR4_INIT(PP_HTONL(LWIP_MAKEU32(a,b,c,d))) argument
283 #define IP_ADDR4(ipaddr,a,b,c,d) IP4_ADDR(ipaddr,a,b,c,d) argument
319 #define IPADDR6_INIT(a, b, c, d) { { a, b, c, d } IPADDR6_ZONE_INIT } argument
320 #define IPADDR6_INIT_HOST(a, b, c, d) { { PP_HTONL(a), PP_HTONL(b), PP_HTONL(c), PP_HTONL… argument
H A Dip4_addr.h104 #define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a,b,c,d)) argument
160 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
H A Ddef.h72 #define LWIP_MAKEU32(a,b,c,d) (((u32_t)((a) & 0xff) << 24) | \ argument
H A Dip6_addr.h70 #define IP6_ADDR_PART(ip6addr, index, a,b,c,d) \ argument
313 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ argument
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A Dmd4.c115 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in md4_process() argument
138 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in md4_process() argument
161 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in md4_process() argument
H A Dmd5.c108 #define P(a,b,c,d,k,s,t) \ in md5_process() argument
H A Dsha1.c116 #define P(a,b,c,d,e,x) \ in sha1_process() argument
/btstack/3rd-party/bluedroid/decoder/srce/
H A Ddequant.c146 OI_UINT32 d; in OI_SBC_Dequant() local
186 OI_UINT32 d; in OI_SBC_Dequant_Unscaled() local
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/
H A Dble_const.h96 #define htob( d, n ) (d) /* LE */ argument
97 #define btoh( d, n ) (d) /* LE */ argument
/btstack/3rd-party/lc3-google/test/
H A Dmdct_py.c30 float *x, *xd, *y, *d; in mdct_forward_py() local
56 float *x, *xd, *d, *y; in mdct_inverse_py() local
/btstack/3rd-party/lc3-google/src/
H A Dmdct.c209 const float *x, float *d, float *y) in mdct_window()
369 const float *x, float *d, float *y) in imdct_window()
432 const float *x, float *d, float *y) in lc3_mdct_forward()
457 const float *x, float *d, float *y) in lc3_mdct_inverse()
H A Dltpf.c516 LC3_HOT static void interpolate(const int16_t *x, int n, int d, int16_t *y) in interpolate()
549 LC3_HOT static float interpolate_corr(const float *x, int d) in interpolate_corr()
637 float d; in refine_pitch() local
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Dadc14.h1020 #define ADC14_initModuleMultipleInstance(a,b,c,d,e) ADC14_initModule(b,c,d,e) argument
1025 #define ADC14_configureMultiSequenceModeMultipleInstance(a,b,c,d) ADC14_configureMultiSequenceMode(… argument
1031 #define ADC14_configureConversionMemoryMultipleInstance(a,b,c,d,e) ADC14_configureConversionMemory(… argument
1034 #define ADC14_setComparatorWindowValueMultipleInstance(a,b,c,d) ADC14_setComparatorWindowValue(b,c,… argument
1038 #define ADC14_getResultArrayMultipleInstance(a,b,c,d) ADC14_getResultArray(b,c,d) argument
H A Dpmap.h106 #define PMAP_configurePortsMultipleInstance(a,b,c,d,e) PMAP_configurePorts(b,c,d,e) argument
/btstack/3rd-party/md5/
H A Dmd5.c60 #define STEP(f, a, b, c, d, x, t, s) \ argument
103 MD5_u32plus a, b, c, d; in body() local
H A Dmd5.h36 MD5_u32plus a, b, c, d; member
/btstack/test/crypto/
H A Decc_micro_ecc.c201 uint8_t d[uECC_BYTES]; in test_generate() local
237 uint8_t d[uECC_BYTES]; in main() local
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_utils.h350 #define OI_DigitToChar(d) ((d) + '0') argument
/btstack/3rd-party/hxcmod-player/
H A Dhxcmod.c410 unsigned char * d,*s; in memcopy() local
423 unsigned char * d; in memclear() local
/btstack/platform/posix/
H A Dle_device_db_fs.c178 int d = fgetc(wFile); in read_hex_byte() local
237 int d = fgetc(wFile); in le_device_db_read() local
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Deui64.h65 #define eui64_copy(s, d) memcpy(&(d), &(s), sizeof(eui64_t)) argument
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dmemp_priv.h151 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) argument
/btstack/test/tlv_posix/
H A Dtlv_test.cpp16 #define TAG(a,b,c,d) ( ((a)<<24) | ((b)<<16) | ((c)<<8) | (d) ) argument

12