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

  /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 51 milliseconds