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

  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 93 uint8_t is_used; /* flag: if is a valid client */ member in struct:__anon1719
  /external/v8/src/
variables.h 105 bool is_used() { return is_used_; } function in class:v8::internal::Variable
  /external/opencv/cv/src/
cvemd.cpp 104 char *is_used; member in struct:CvEMDState
484 state->is_used = (char *) buffer;
839 char *is_used = state->is_used; local
841 memset( is_used, 0, state->ssize + state->dsize );
844 is_used[enter_x - _x] = 1;
853 while( new_x != 0 && is_used[new_x - _x] )
860 while( new_x != 0 && is_used[new_x - _x] && new_x != enter_x )
870 is_used[new_x - _x] = 1;
883 while( new_x != 0 && is_used[new_x - _x] )
    [all...]

Completed in 66 milliseconds