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

/external/svox/pico/lib/
H A Dpicosig2.h80 picoos_int32 *int_vec40; /* reserved for cos table - fixed point */ member in struct:sig_innerobj
206 #define cos_table int_vec40
H A Dpicosig2.c85 sig_inObj->int_vec40 = NULL;
291 sig_inObj->int_vec40 = d32;
387 if (NULL != sig_inObj->int_vec40)
388 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec40));

Completed in 69 milliseconds