Home
last modified time | relevance | path

Searched refs:new_idx (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/et/
Det_h.awk170 new_idx = $2
171 curr_low += curr_sign * (new_idx - curr_idx)
172 curr_idx = new_idx
Det_c.awk207 new_idx = $2
208 for (i = table_item_count ; i < new_idx; i++) {
/external/openssl/crypto/engine/
Deng_dyn.c240 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, in dynamic_get_data_ctx() local
242 if(new_idx == -1) in dynamic_get_data_ctx()
252 dynamic_ex_data_idx = new_idx; in dynamic_get_data_ctx()
253 new_idx = -1; in dynamic_get_data_ctx()
/external/libvpx/vp8/decoder/
Donyxd_if.c244 static void ref_cnt_fb (int *buf, int *idx, int new_idx) in ref_cnt_fb() argument
249 *idx = new_idx; in ref_cnt_fb()
251 buf[new_idx]++; in ref_cnt_fb()
/external/bluetooth/glib/glib/
Dgoption.c1209 gint *new_idx, in parse_short_option() argument
1231 if (*new_idx > idx) in parse_short_option()
1246 *new_idx = idx + 1; in parse_short_option()
1256 *new_idx = idx + 1; in parse_short_option()