Searched refs:ind (Results 1 - 25 of 160) sorted by relevance

1234567

/external/libopus/silk/
H A Dsigm_Q15.c53 opus_int ind; local
62 ind = silk_RSHIFT( in_Q5, 5 );
63 return( sigm_LUT_neg_Q15[ ind ] - silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
71 ind = silk_RSHIFT( in_Q5, 5 );
72 return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
H A Dgain_quant.c40 opus_int8 ind[ MAX_NB_SUBFR ], /* O gain indices */
51 ind[ k ] = silk_SMULWB( SCALE_Q16, silk_lin2log( gain_Q16[ k ] ) - OFFSET );
54 if( ind[ k ] < *prev_ind ) {
55 ind[ k ]++;
57 ind[ k ] = silk_LIMIT_int( ind[ k ], 0, N_LEVELS_QGAIN - 1 );
62 ind[ k ] = silk_LIMIT_int( ind[ k ], *prev_ind + MIN_DELTA_GAIN_QUANT, N_LEVELS_QGAIN - 1 );
63 *prev_ind = ind[ k ];
66 ind[
[all...]
H A DLP_variable_cutoff.c44 const opus_int ind,
50 if( ind < TRANSITION_INT_NUM - 1 ) {
56 silk_Transition_LP_B_Q28[ ind ][ nb ],
57 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] -
58 silk_Transition_LP_B_Q28[ ind ][ nb ],
63 silk_Transition_LP_A_Q28[ ind ][ na ],
64 silk_Transition_LP_A_Q28[ ind + 1 ][ na ] -
65 silk_Transition_LP_A_Q28[ ind ][ na ],
73 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ],
74 silk_Transition_LP_B_Q28[ ind
41 silk_LP_interpolate_filter_taps( opus_int32 B_Q28[ TRANSITION_NB ], opus_int32 A_Q28[ TRANSITION_NA ], const opus_int ind, const opus_int32 fac_Q16 ) argument
107 opus_int ind = 0; local
[all...]
/external/ltp/testcases/kernel/syscalls/sched_get_priority_max/
H A Dsched_get_priority_max01.c91 int lc, ind; local
101 for (ind = 0; ind < TST_TOTAL; ind++) {
105 TEST(sched_get_priority_max(test_cases[ind].policy));
107 if (TEST_RETURN == test_cases[ind].retval) {
109 test_cases[ind].desc);
113 test_cases[ind].desc, TEST_RETURN);
/external/ltp/testcases/kernel/syscalls/sched_get_priority_min/
H A Dsched_get_priority_min01.c91 int lc, ind; local
101 for (ind = 0; ind < TST_TOTAL; ind++) {
105 TEST(sched_get_priority_min(test_cases[ind].policy));
107 if (TEST_RETURN == test_cases[ind].retval) {
109 test_cases[ind].desc);
113 test_cases[ind].desc, TEST_RETURN);
/external/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod06.c137 int ind; /* counter to test different test conditions */ local
151 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
152 node_name = Test_cases[ind].pathname;
153 test_desc = Test_cases[ind].desc;
173 Test_cases[ind].exp_errno);
177 if (TEST_ERRNO == Test_cases[ind].exp_errno) {
183 TEST_ERRNO, Test_cases[ind].exp_errno);
208 int ind; local
250 int ind; /* counter variable */ local
[all...]
/external/ltp/testcases/kernel/syscalls/unlink/
H A Dunlink07.c175 int ind; local
194 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
196 fname = Test_cases[ind].pathname;
197 desc = Test_cases[ind].desc;
211 Test_cases[ind].exp_errno)
220 [ind].exp_errno);
225 Test_cases[ind].exp_errno);
240 int ind; local
286 int ind; local
[all...]
H A Dunlink08.c163 int ind; local
182 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
184 fname = Test_cases[ind].pathname;
185 desc = Test_cases[ind].desc;
194 if (Test_cases[ind].exp_ret == -1) { /* neg test */
196 Test_cases[ind].exp_errno)
207 [ind].exp_errno);
214 if (Test_cases[ind]
239 int ind; local
[all...]
/external/ltp/testcases/kernel/syscalls/stat/
H A Dstat06.c180 int ind; local
201 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
203 fname = Test_cases[ind].pathname;
204 desc = Test_cases[ind].desc;
205 stbuf = Test_cases[ind].stbuf;
234 Test_cases[ind].exp_errno)
243 [ind].exp_errno);
248 Test_cases[ind]
263 int ind; local
312 int ind; local
331 int ind; local
[all...]
H A Dstat03.c142 int ind; /* counter to test different test conditions */ local
156 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
157 file_name = Test_cases[ind].pathname;
158 test_desc = Test_cases[ind].desc;
175 if (TEST_ERRNO == Test_cases[ind].exp_errno) {
183 Test_cases[ind].exp_errno);
189 Test_cases[ind].exp_errno);
214 int ind; local
341 int ind; /* counter variable */ local
[all...]
/external/ltp/testcases/kernel/syscalls/clone/
H A Dclone04.c55 int lc, ind; local
65 for (ind = 0; ind < TST_TOTAL; ind++) {
66 if (test_cases[ind].child_stack == NULL) {
68 } else if (*test_cases[ind].child_stack == NULL) {
76 TEST(ltp_clone(0, test_cases[ind].child_fn, NULL,
80 (TEST_ERRNO == test_cases[ind].exp_errno)) {
82 test_cases[ind].err_desc);
87 test_cases[ind]
[all...]
/external/ltp/testcases/kernel/syscalls/sigaltstack/
H A Dsigaltstack02.c114 int ind; /* counter to test different test conditions */ local
124 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
125 sigstk.ss_size = Test_cases[ind].size;
126 sigstk.ss_flags = Test_cases[ind].flag;
127 test_desc = Test_cases[ind].desc;
135 Test_cases[ind].exp_errno) {
145 [ind].exp_errno);
150 Test_cases[ind]
[all...]
/external/ltp/lib/
H A Drandom_range.c683 int ind; local
698 for (ind = 2; ind < argc; ind++) {
701 sscanf(argv[ind], "%i", &mask);
726 int ind; local
750 for (ind = 0; ind < PARTNUM; ind++)
751 cntarr[ind]
[all...]
/external/ltp/testcases/kernel/syscalls/sched_getparam/
H A Dsched_getparam03.c106 int lc, ind; local
117 for (ind = 0; ind < TST_TOTAL; ind++) {
123 TEST(sched_getparam(*(test_cases[ind].pid),
124 test_cases[ind].p));
127 (TEST_ERRNO == test_cases[ind].exp_errno)) {
129 test_cases[ind].err_desc);
134 test_cases[ind].exp_errno,
/external/ltp/testcases/kernel/syscalls/sched_setparam/
H A Dsched_setparam04.c112 int lc, ind; local
123 for (ind = 0; ind < TST_TOTAL; ind++) {
127 TEST(sched_setparam(*(test_cases[ind].pid),
128 test_cases[ind].p));
131 (TEST_ERRNO == test_cases[ind].exp_errno)) {
133 test_cases[ind].err_desc);
138 test_cases[ind].exp_errno,
/external/ltp/testcases/kernel/syscalls/setdomainname/
H A Dsetdomainname02.c108 int lc, ind; local
120 for (ind = 0; ind < TST_TOTAL; ind++) {
125 TEST(setdomainname(test_cases[ind].name,
126 (size_t) test_cases[ind].len));
129 (TEST_ERRNO == test_cases[ind].exp_errno)) {
131 test_cases[ind].err_desc);
136 test_cases[ind].exp_errno,
/external/ltp/testcases/kernel/syscalls/llseek/
H A Dllseek02.c124 int ind; /* counter to test different test conditions */ local
134 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
135 fildes = Test_cases[ind].fd;
136 test_desc = Test_cases[ind].desc;
137 whence = Test_cases[ind].Whence;
157 Test_cases[ind].exp_errno);
160 if (TEST_ERRNO == Test_cases[ind].exp_errno) {
166 TEST_ERRNO, Test_cases[ind]
184 int ind; local
[all...]
/external/ltp/testcases/kernel/fs/doio/
H A Dopen_flags.c197 unsigned int ind; local
210 for (ind = 0;
211 ind < sizeof(Open_flags) / sizeof(struct open_flag_t);
212 ind++) {
213 if (strcmp(name, Open_flags[ind].symbol) == 0) {
214 bits |= Open_flags[ind].flag;
241 int ind; local
263 for (ind = 1; ind < size; ind
[all...]
H A Dforker.c163 static int ind = 0; local
165 Forker_pids[ind] = 0;
244 int ind; local
274 for (ind = 0; ind < Forker_npids; ind++) {
275 printf("%d ind:%-2d pid:%d\n", getpid(), ind, Forker_pids[ind]);
/external/ltp/testcases/kernel/syscalls/dup/
H A Ddup02.c130 int ind; local
140 for (ind = 0; ind < nfds; ind++) {
142 TEST(dup(Fds[ind]));
/external/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink03.c155 int ind; /* counter to test different test conditions */ local
169 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
170 test_file = Test_cases[ind].file;
171 sym_file = Test_cases[ind].link;
172 test_desc = Test_cases[ind].desc;
190 if (TEST_ERRNO == Test_cases[ind].exp_errno) {
198 Test_cases[ind].exp_errno);
203 Test_cases[ind]
223 int ind; local
341 int ind; /* counter variable */ local
[all...]
/external/opencv/cv/src/
H A Dcvdominants.cpp145 int ind; local
157 ind = (i + i_plus) % n;
158 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
159 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
166 int ind; local
180 ind = (i + i_plus) % n;
182 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
183 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
192 int ind; local
204 ind
216 int ind; local
259 int ind = (i + k) % n; local
303 int ind = i + j; local
[all...]
/external/ltp/testcases/kernel/syscalls/lseek/
H A Dlseek01.c135 int ind; local
157 for (ind = 0; Whence[ind] >= 0; ind++) {
162 TEST(lseek(Fd, (long)offset, Whence[ind]));
173 Fname, offset, Whence[ind],
H A Dlseek10.c128 int ind; /* counter to test different test conditions */ local
138 for (ind = 0; Test_cases[ind].desc != NULL; ind++) {
139 fildes = Test_cases[ind].fd;
140 test_desc = Test_cases[ind].desc;
141 whence = Test_cases[ind].Whence;
162 Test_cases[ind].exp_errno);
165 if (TEST_ERRNO == Test_cases[ind].exp_errno) {
171 TEST_ERRNO, Test_cases[ind]
189 int ind; local
[all...]
/external/jemalloc/test/unit/
H A Darena_reset.c42 get_size_impl(const char *cmd, size_t ind) argument
52 mib[2] = ind;
55 0, "Unexpected mallctlbymib([\"%s\", %zu], ...) failure", cmd, ind); local
61 get_small_size(size_t ind) argument
64 return (get_size_impl("arenas.bin.0.size", ind));
68 get_large_size(size_t ind) argument
71 return (get_size_impl("arenas.lrun.0.size", ind));
75 get_huge_size(size_t ind) argument
78 return (get_size_impl("arenas.hchunk.0.size", ind));

Completed in 518 milliseconds

1234567