/btstack/3rd-party/lc3-google/test/arm/ |
H A D | simd32.h | 46 static int32_t __smlad(int16x2_t a, int16x2_t b, int32_t u) in __smlad() 55 static int64_t __smlald(int16x2_t a, int16x2_t b, int64_t u) in __smlald() 63 static int64_t __smlaldx(int16x2_t a, int16x2_t b, int64_t u) in __smlaldx()
|
/btstack/3rd-party/lc3-google/src/ |
H A D | fastmath.h | 61 union { float f; uint32_t u; } x = { .f = _x }; in lc3_frexpf() member 209 union { float f; uint32_t u; } x2 = { .f = x*x }; in lc3_db_q16() member
|
H A D | mdct.c | 255 struct lc3_complex u, uw = *(w0++); in mdct_pre_fft() local 440 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_forward() local 465 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_inverse() local
|
H A D | ltpf_neon.h | 200 int32x4_t u; in neon_dot() local
|
H A D | ltpf.c | 705 int16_t u[128], v[128]; in lc3_ltpf_analyse() local 768 float u[MAX_FILTER_WIDTH]; in synthesize_template() local
|
H A D | spec.c | 523 int u = 0, v = 0; in get_quantized() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | inet_chksum.h | 52 #define FOLD_U32T(u) ((u32_t)(((u) >> 16) + ((u) & 0x0000ffffUL))) argument
|
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/ |
H A D | compiler.h | 588 # define clz(u) __builtin_clz(u) argument 590 # define clz(u) __CLZ(u) argument 592 # define clz(u) (((u) == 0) ? 32 : \ argument 634 # define ctz(u) __builtin_ctz(u) argument 636 # define ctz(u) ((u) & (1ul << 0) ? 0 : \ argument
|
/btstack/test/crypto/ |
H A D | aes_cmac_test.c | 143 static void f4(sm_key_t res, const sm_key256_t u, const sm_key256_t v, const sm_key_t x, uint8_t z){ in f4() 202 static uint32_t g2(const sm_key256_t u, const sm_key256_t v, const sm_key_t x, const sm_key_t y){ in g2()
|
/btstack/test/maths/ |
H A D | sqrt_test.cpp | 14 } u; variable
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | ppp.c | 1589 void reset_link_stats(int u) { in reset_link_stats() 1599 void update_link_stats(int u) { in update_link_stats()
|
H A D | ipcp.c | 1837 ip_demand_conf(u) in ip_demand_conf() argument
|
/btstack/3rd-party/bluedroid/decoder/srce/ |
H A D | synthesis-dct8.c | 64 INLINE OI_INT32 default_mul_32s_32s_hi(OI_INT32 u, OI_INT32 v) in default_mul_32s_32s_hi()
|
H A D | synthesis-sbc.c | 217 INLINE OI_INT32 default_mul_16s_32s_hi(OI_INT16 u, OI_INT32 v) in default_mul_16s_32s_hi()
|
/btstack/src/classic/ |
H A D | btstack_sbc_plc.c | 83 } u; in sqrt3() local
|
H A D | btstack_cvsd_plc.c | 79 } u; in sqrt3() local
|
/btstack/3rd-party/lc3-google/test/neon/ |
H A D | neon.h | 250 static float32x2_t vcreate_f32(uint64_t u) in vcreate_f32()
|
/btstack/3rd-party/micro-ecc/ |
H A D | uECC.c | 1497 uECC_word_t a[uECC_WORDS], b[uECC_WORDS], u[uECC_WORDS], v[uECC_WORDS]; in vli_modInv() local 2306 uECC_word_t a[uECC_N_WORDS], b[uECC_N_WORDS], u[uECC_N_WORDS], v[uECC_N_WORDS]; in vli_modInv_n() local
|
/btstack/src/ble/ |
H A D | sm.c | 1809 static void f4_engine(sm_connection_t * sm_conn, const sm_key256_t u, const sm_key256_t v, const sm… in f4_engine() 1912 static void g2_engine(sm_connection_t * sm_conn, const sm_key256_t u, const sm_key256_t v, const sm… in g2_engine()
|
/btstack/port/samv71-xplained-atwilc3000/ASF/thirdparty/CMSIS/Include/ |
H A D | arm_math.h | 699 q7_t r, s, t, u; in __QADD8() local 726 q31_t r, s, t, u; in __QSUB8() local
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Include/ |
H A D | arm_math.h | 714 q31_t r, s, t, u; in __QADD8() local 732 q31_t r, s, t, u; in __QSUB8() local
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/bsp/cmsis/Include/ |
H A D | arm_math.h | 760 q31_t r, s, t, u; in __QADD8() local 778 q31_t r, s, t, u; in __QSUB8() local
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/_htmresc/ |
H A D | mini-st.css | 31 a, b, del, em, i, ins, q, span, strong, u { selector
|