HomeSort by relevance Sort by last modified time
    Searched defs:start_idx (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 1318 UINT8 start_idx, found_idx; local
1395 UINT8 start_idx, found_idx; local
    [all...]
gatt_main.c 1069 UINT8 start_idx, found_idx; local
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 661 size_t start_idx = bufcnt; local
1000 while (bufcnt + prefix_size < start_idx + width)
  /external/opencv/cv/src/
cvhough.cpp 998 int start_idx = nz_count - 1; local
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
1038 if( (start_idx - j)*r_best >= max_count*r_cur ||
1039 (r_best < FLT_EPSILON && start_idx - j >= max_count) )
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 2474 Idx i, start, end, start_idx = re_string_cur_idx (regexp); local
    [all...]

Completed in 122 milliseconds