Home
last modified time | relevance | path

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

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