Home
last modified time | relevance | path

Searched refs:prev_idx (Results 1 – 4 of 4) sorted by relevance

/external/qemu/hw/
Dmips_timer.c11 static uint32_t prev_idx = 0; in cpu_mips_get_random() local
17 } while (idx == prev_idx); in cpu_mips_get_random()
18 prev_idx = idx; in cpu_mips_get_random()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c347 const int prev_idx = cm->lst_fb_idx; in vp8dx_receive_compressed_data() local
348 cm->fb_idx_ref_cnt[prev_idx]--; in vp8dx_receive_compressed_data()
350 vp8_yv12_copy_frame(&cm->yv12_fb[prev_idx], in vp8dx_receive_compressed_data()
/external/chromium-trace/trace-viewer/third_party/python_gflags/
Dgflags.py1501 prev_idx = 0
1514 shortest_matches[curr] = curr[:max(prev_idx, curr_idx) + 1]
1515 prev_idx = curr_idx
1520 prev_idx = curr_idx + 1 # next will need at least one more char
/external/opencv/cxcore/src/
Dcxpersistence.cpp3751 int *prev_idx = 0; in icvWriteSparseMat() local
3789 for( ; idx[k] == prev_idx[k]; k++ ) in icvWriteSparseMat()
3796 prev_idx = idx; in icvWriteSparseMat()