Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/mISDN/
Dl1oip_codec.c58 static u16 *table_dec; variable
269 r = table_dec[*data++]; in l1oip_4bit_to_law()
315 if (table_dec) in l1oip_4bit_free()
316 vfree(table_dec); in l1oip_4bit_free()
320 table_dec = NULL; in l1oip_4bit_free()
329 if (table_dec) in l1oip_4bit_alloc()
334 table_dec = vmalloc(512); in l1oip_4bit_alloc()
335 if (!table_com || !table_dec) { in l1oip_4bit_alloc()
340 memset(table_dec, 0, 512); in l1oip_4bit_alloc()
366 table_dec[(i1<<4) | i2] |= (sample<<8); in l1oip_4bit_alloc()
[all …]