Home
last modified time | relevance | path

Searched defs:g (Results 1 – 9 of 9) sorted by relevance

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/preprocessor/
H A Dtpaste.h74 #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
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
97 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument
98 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
/btstack/3rd-party/lc3-google/src/
H A Dspec.c62 float g = 1.f; in unquantize_gain() local
281 float g = unquantize_gain(g_int); in unquantize() local
747 int nf, uint16_t nf_seed, float g, float *x, int nq) in fill_noise()
953 float g = unquantize(dt, sr, g_int, x, nq); in lc3_spec_decode() local
H A Dsns.c559 float g = cgains->v[ig]; in quantize() local
590 float g = lc3_sns_vq_gains[shape].v[gain]; in unquantize() local
H A Dltpf.c766 float g = (float)(fade <= 0); in synthesize_template() local
884 float g = active ? 0.4f - 0.05f * g_idx : 0; in lc3_ltpf_synthesize() local
H A Dtns.c200 float g = 1.f; in lpc_weighting() local
/btstack/port/renesas-ek-ra6m4a-da14531/example/
H A Dgatt_rgb.c87 static void set_rgb(uint8_t r, uint8_t g, uint8_t b){ in set_rgb()
/btstack/port/stm32-l451-miromico-sx1280/example/
H A Dgatt_rgb.c99 static void set_rgb(uint8_t r, uint8_t g, uint8_t b){ in set_rgb()
/btstack/3rd-party/lc3-google/test/
H A Dtns_py.c30 float *x, *g, (*a)[9]; in compute_lpc_coeffs_py() local
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dip6_addr.h313 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ argument