HomeSort by relevance Sort by last modified time
    Searched refs:int_vec40 (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picosig2.h 80 picoos_int32 *int_vec40; /* reserved for cos table - fixed point */ member in struct:sig_innerobj
206 #define cos_table int_vec40
picosig2.c 86 sig_inObj->int_vec40 = NULL;
292 sig_inObj->int_vec40 = d32;
388 if (NULL != sig_inObj->int_vec40)
389 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec40));
    [all...]

Completed in 2565 milliseconds