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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 666 yasm_reloc *r_cur, *r_next; local
683 r_cur = STAILQ_FIRST(&sect->relocs);
684 while (r_cur) {
685 r_next = STAILQ_NEXT(r_cur, link);
686 yasm_intnum_destroy(r_cur->addr);
687 sect->destroy_reloc(r_cur);
688 r_cur = r_next;
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]]; local
1038 if( (start_idx - j)*r_best >= max_count*r_cur ||
    [all...]

Completed in 130 milliseconds