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

  /external/opencv/cv/src/
cvcontourtree.cpp 76 int lpt, flag, i, j, i_tree, j_1, j_3, i_buf; local
200 i_buf = 0;
240 if( i_buf > 0 )
241 ptr2[i_buf - 1] = NULL;
264 if( i_buf > 0 )
265 ptr2[i_buf - 1] = cur_adr;
293 if( i_buf > 0 )
294 ptr2[i_buf - 1] = cur_adr;
323 ptr2[i_buf] = ptr1[j];
325 ptr2[i_buf] = NULL
684 int i_buf; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_common.c 27 u8 i_buf[4], key_bits[4]; local
36 addr[0] = i_buf;
37 len[0] = sizeof(i_buf);
50 WPA_PUT_BE32(i_buf, i);

Completed in 319 milliseconds