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

  /external/opencv/cvaux/src/
enmin.cpp 59 #define CV_MAX3(xxx1,xxx2,xxx3) \
60 ( (xxx1) > (xxx2) && (xxx1) > (xxx3) ? (xxx1) : \
61 (xxx2) > (xxx3) ? (xxx2) : (xxx3) )
63 #define CV_MIN2(xxx1,xxx2) \
64 ( (xxx1) < (xxx2) ? (xxx1) : (xxx2) )
    [all...]
  /external/grub/stage2/
fs.h 149 int xxx2; /* struct fs *fs_rlink; */ member in struct:fs
326 int xxx2; /* struct ocg *cg_rlink; */ member in struct:ocg
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]

Completed in 73 milliseconds