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

  /external/syslinux/com32/lib/sys/module/
common.c 322 int weak_count; local
330 weak_count = (ELF32_ST_BIND(crt_sym->st_info) == STB_WEAK);
345 weak_count++;
355 // We use the weak_count to differentiate
362 if (strong_count == 0 && weak_count == 0)
  /external/opencv/ml/include/
ml.h 1021 int weak_count; member in struct:CvBoostParams
    [all...]

Completed in 217 milliseconds