Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h75 picoos_int32 *int_vec35; /* reserved for cos table - fixed point */ member
203 #define randSinTbl int_vec35
Dpicosig2.c80 sig_inObj->int_vec35 = in sigAllocate()
262 sig_inObj->int_vec35 = d32; in sigAllocate()
379 if (NULL != sig_inObj->int_vec35) in sigDeallocate()
380 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec35)); in sigDeallocate()
2086 picoos_int32 *r = sig_inObj->int_vec35; in init_rand()