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

  /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...]
  /external/v8/src/
variables.h 105 bool is_used() { return is_used_; } function in class:v8::internal::Variable
scopes.cc 580 if (var->is_used()) {
591 if (var->is_used()) {
765 if (var->is_used() || !var->IsUnallocated()) {
    [all...]
scopeinfo.cc 57 if (!var->is_used()) {

Completed in 79 milliseconds