Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.h79 picoos_int32 *int_vec39; /* reserved for ang - fixed point */ member
199 #define ang_p int_vec39 /*output step4*/
Dpicosig2.c84 sig_inObj->int_vec39 = in sigAllocate()
284 sig_inObj->int_vec39 = d32; in sigAllocate()
385 if (NULL != sig_inObj->int_vec39) in sigDeallocate()
386 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec39)); in sigDeallocate()