/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/preprocessor/ |
H A D | tpaste.h | 71 #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 D | sys.h | 70 #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 D | ip_addr.h | 83 #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 D | ip4_addr.h | 104 #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 D | def.h | 72 #define LWIP_MAKEU32(a,b,c,d) (((u32_t)((a) & 0xff) << 24) | \ argument
|
H A D | ip6_addr.h | 70 #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 D | md4.c | 115 #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 D | md5.c | 108 #define P(a,b,c,d,k,s,t) \ in md5_process() argument
|
H A D | sha1.c | 116 #define P(a,b,c,d,e,x) \ in sha1_process() argument
|
/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | dequant.c | 146 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 D | ble_const.h | 96 #define htob( d, n ) (d) /* LE */ argument 97 #define btoh( d, n ) (d) /* LE */ argument
|
/btstack/3rd-party/lc3-google/test/ |
H A D | mdct_py.c | 30 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 D | mdct.c | 209 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 D | ltpf.c | 516 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 D | adc14.h | 1020 #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 D | pmap.h | 106 #define PMAP_configurePortsMultipleInstance(a,b,c,d,e) PMAP_configurePorts(b,c,d,e) argument
|
/btstack/3rd-party/md5/ |
H A D | md5.c | 60 #define STEP(f, a, b, c, d, x, t, s) \ argument 103 MD5_u32plus a, b, c, d; in body() local
|
H A D | md5.h | 36 MD5_u32plus a, b, c, d; member
|
/btstack/test/crypto/ |
H A D | ecc_micro_ecc.c | 201 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 D | oi_utils.h | 350 #define OI_DigitToChar(d) ((d) + '0') argument
|
/btstack/3rd-party/hxcmod-player/ |
H A D | hxcmod.c | 410 unsigned char * d,*s; in memcopy() local 423 unsigned char * d; in memclear() local
|
/btstack/platform/posix/ |
H A D | le_device_db_fs.c | 178 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 D | eui64.h | 65 #define eui64_copy(s, d) memcpy(&(d), &(s), sizeof(eui64_t)) argument
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | memp_priv.h | 151 #define memp_malloc_pool(d) memp_malloc_pool_fn((d), __FILE__, __LINE__) argument
|
/btstack/test/tlv_posix/ |
H A D | tlv_test.cpp | 16 #define TAG(a,b,c,d) ( ((a)<<24) | ((b)<<16) | ((c)<<8) | (d) ) argument
|