HomeSort by relevance Sort by last modified time
    Searched full:xxx1 (Results 1 - 4 of 4) sorted by null

  /external/opencv/cvaux/src/
enmin.cpp 59 #define CV_MAX3(xxx1,xxx2,xxx3) \
60 ( (xxx1) > (xxx2) && (xxx1) > (xxx3) ? (xxx1) : \
63 #define CV_MIN2(xxx1,xxx2) \
64 ( (xxx1) < (xxx2) ? (xxx1) : (xxx2) )
    [all...]
  /external/grub/stage2/
fs.h 148 int xxx1; /* struct fs *fs_link; */ member in struct:fs
276 int xxx1; /* struct cg *cg_link; */ member in struct:cg
325 int xxx1; /* struct ocg *cg_link; */ member in struct:ocg
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]

Completed in 591 milliseconds