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

  /external/valgrind/main/callgrind/
fn.c 355 fn->is_free = False;
580 fn->is_free = (VG_(strcmp)(fn->name, "free")==0);
global.h 434 Bool is_free :1; member in struct:_fn_node
  /external/qemu/block/
vvfat.c 453 static char is_free(const direntry_t* direntry) function
471 && !is_free(direntry);
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 581 #undef is_free macro
582 #define is_free(i) (alpha_status[i] == 0) macro
    [all...]

Completed in 246 milliseconds