Home | History | Annotate | Download | only in lib

Lines Matching full:data_i

64     picoos_int16 *data_i;
99 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
101 if (NULL == data_i) {
105 sig_inObj->idx_vect1 = data_i;
107 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
109 if (NULL == data_i) {
113 sig_inObj->idx_vect2 = data_i;
115 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
117 if (NULL == data_i) {
121 sig_inObj->idx_vect4 = data_i;
123 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
125 if (NULL == data_i) {
129 sig_inObj->idx_vect5 = data_i;
131 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
133 if (NULL == data_i) {
137 sig_inObj->idx_vect6 = data_i;
139 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
141 if (NULL == data_i) {
145 sig_inObj->idx_vect7 = data_i;
147 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
149 if (NULL == data_i) {
153 sig_inObj->idx_vect8 = data_i;
155 data_i = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16)
157 if (data_i == NULL) {
161 sig_inObj->idx_vect9 = data_i;