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

  /external/adhd/cras/src/server/
cras_alsa_helpers.c 391 size_t i, num_found; local
417 num_found = 0;
422 (*rates)[num_found++] = test_sample_rates[i];
424 (*rates)[num_found] = 0;
425 if (num_found == 0) {
430 num_found = 0;
435 (*channel_counts)[num_found++] = test_channel_counts[i];
437 (*channel_counts)[num_found] = 0;
438 if (num_found == 0) {
443 num_found = 0
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 531 int num_found = 0; local
536 num_found += FindFastKeypoints(
538 downsample_factor, max_num_keypoints, keypoints + num_found);
545 return num_found;
  /external/u-boot/lib/
fdtdec.c 410 int num_found = 0; local
491 if (number >= num_found)
492 num_found = number + 1;
511 if (i >= num_found)
512 num_found = i + 1;
516 return num_found;
    [all...]

Completed in 87 milliseconds