Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 38) sorted by relevance

12

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/preprocessor/
H A Dtpaste.h72 #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
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
95 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g) argument
96 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument
[all …]
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Deui64.h60 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) argument
61 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ argument
63 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0; argument
67 #define eui64_magic(e) do { \ argument
89 #define eui64_set32(e, l) do { \ argument
93 #define eui64_setlo32(e, l) eui64_set32(e, l) argument
/btstack/3rd-party/lwip/core/src/netif/
H A Dbridgeif_fdb.c83 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_update_src() local
100 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_update_src() local
135 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_get_dst_ports() local
163 bridgeif_dfdb_entry_t *e = &fdb->fdb[i]; in bridgeif_fdb_age_one_second() local
/btstack/3rd-party/lc3-google/test/neon/
H A Dneon.h32 typedef struct { int16_t e[4]; } int16x4_t; member
34 typedef struct { int16_t e[8]; } int16x8_t; member
35 typedef struct { int32_t e[4]; } int32x4_t; member
36 typedef struct { int64_t e[2]; } int64x2_t; member
129 typedef struct { float e[2]; } float32x2_t; member
130 typedef struct { float e[4]; } float32x4_t; member
/btstack/src/
H A Dbtstack_fsm.c63 void btstack_fsm_init(btstack_fsm_t * const me, btstack_fsm_event_t const * const e) { in btstack_fsm_init()
69 …k_fsm_state_t btstack_fsm_dispatch(btstack_fsm_t * const me, btstack_fsm_event_t const * const e) { in btstack_fsm_dispatch()
83 void btstack_fsm_dispatch_until(btstack_fsm_t * const me, btstack_fsm_event_t const * const e) { in btstack_fsm_dispatch_until()
H A Dbtstack_hsm.c58 btstack_hsm_state_t btstack_hsm_top(btstack_hsm_t * const me, btstack_hsm_event_t const * const e) { in btstack_hsm_top()
81 void btstack_hsm_init(btstack_hsm_t * const me, btstack_hsm_event_t const * const e) { in btstack_hsm_init()
129 …k_hsm_state_t btstack_hsm_dispatch(btstack_hsm_t * const me, btstack_hsm_event_t const * const e) { in btstack_hsm_dispatch()
/btstack/3rd-party/lc3-google/src/
H A Dfastmath.h63 int e = (x.u & LC3_IEEE754_EXP_MASK) >> LC3_IEEE754_EXP_SHL; in lc3_frexpf() local
81 static const float e[] = { in lc3_exp2f() local
130 int e; in lc3_log2f() local
H A Denergy.c27 enum lc3_dt dt, enum lc3_srate sr, const float *x, float *e) in lc3_energy_compute()
H A Dattdet.c43 int32_t e[4]; in lc3_attdet_run() local
H A Dbwdet.c26 enum lc3_dt dt, enum lc3_srate sr, const float *e) in lc3_bwdet_run()
H A Dsns.c284 float e[LC3_MAX_BANDS]; in compute_scale_factors() local
445 float e = *energy + 2*y[i] + 1; in add_pulse() local
/btstack/example/
H A Dle_audio_demo_util_sink.c399 …_t audio_processing_initial( audio_processing_t * const me, btstack_fsm_event_t const * const e ) { in audio_processing_initial()
405 …_t audio_processing_waiting( audio_processing_t * const me, btstack_fsm_event_t const * const e ) { in audio_processing_waiting()
457 static void audio_processing_resample( audio_processing_t * const me, data_event_t *e ) { in audio_processing_resample()
489 …e_t audio_processing_decode( audio_processing_t * const me, btstack_fsm_event_t const * const e ) { in audio_processing_decode()
552 … audio_processing_streaming( audio_processing_t * const me, btstack_fsm_event_t const * const e ) { in audio_processing_streaming()
621 static void audio_processing_task( audio_processing_t *me, btstack_fsm_event_t const *e ) { in audio_processing_task()
H A Dgatt_browser.c134 static void dump_advertising_report(advertising_report_t * e){ in dump_advertising_report()
/btstack/3rd-party/lc3-google/fuzz/
H A Defuzz.cc35 int encode(Encoder &e, int nchannels, int frame_size, FuzzedDataProvider &fdp, in encode()
52 int encode(Encoder &e, int frame_size, int nchannels, in encode()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Deui64.c47 char *eui64_ntoa(eui64_t e) { in eui64_ntoa()
/btstack/3rd-party/lc3-google/test/
H A Dbwdet_py.c29 float *e; in bwdet_run_py() local
H A Denergy_py.c32 float *x, *e; in energy_compute_py() local
H A Dbwdet.py52 def run(self, e): argument
H A Dsns.py108 def compute_scale_factors(self, e, att, nbytes): argument
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Dpmap.h106 #define PMAP_configurePortsMultipleInstance(a,b,c,d,e) PMAP_configurePorts(b,c,d,e) argument
/btstack/test/maths/
H A Dsqrt_test.cpp42 float e = 0.001; /* e decides the accuracy level*/ in sqrt2() local
/btstack/platform/daemon/binding/java/example/com/bluekitchen/
H A DSPPStreamerClient.java165 RFCOMMEventChannelOpened e = (RFCOMMEventChannelOpened) packet; in handlePacket() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/
H A Dbsp_module_stop.c64 #define BSP_COMPILE_TIME_ASSERT(e) ((void) sizeof(char[1 - 2 * !(e)])) argument
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A Dsha1.c116 #define P(a,b,c,d,e,x) \ in sha1_process() argument
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_dtc/
H A Dr_dtc.c52 #define DTC_COMPILE_TIME_ASSERT(e) ((void) sizeof(char[1 - 2 * !(e)])) argument

12