Home
last modified time | relevance | path

Searched refs:table_dec (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Dl1oip_codec.c58 static u16 *table_dec; variable
269 r = table_dec[*data++]; in l1oip_4bit_to_law()
315 vfree(table_dec); in l1oip_4bit_free()
318 table_dec = NULL; in l1oip_4bit_free()
327 if (table_dec) in l1oip_4bit_alloc()
332 table_dec = vzalloc(512); in l1oip_4bit_alloc()
333 if (!table_com || !table_dec) { in l1oip_4bit_alloc()
362 table_dec[(i1 << 4) | i2] |= (sample << 8); in l1oip_4bit_alloc()
363 table_dec[(i2 << 4) | i1] |= sample; in l1oip_4bit_alloc()