Searched refs:table_com (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dl1oip_codec.c57 static u8 *table_com; variable
235 *result++ = table_com[(((*state)<<8)&0xff00) | (*data++)];
243 *result++ = table_com[(data[0]<<8) | (data[1])];
317 if (table_com)
318 vfree(table_com);
319 table_com = NULL;
333 table_com = vmalloc(65536);
335 if (!table_com || !table_dec) {
339 memset(table_com, 0, 65536);
350 table_com[(i
[all...]

Completed in 36 milliseconds