HomeSort by relevance Sort by last modified time
    Searched full:is_free (Results 26 - 33 of 33) sorted by null

12

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msdos_fs.h 47 #define IS_FREE(n) (!*(n) || *(n) == DELETED_FLAG)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msdos_fs.h 47 #define IS_FREE(n) (!*(n) || *(n) == DELETED_FLAG)
  /bionic/libc/kernel/common/linux/
msdos_fs.h 56 #define IS_FREE(n) (!*(n) || *(n) == DELETED_FLAG)
  /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/kernel-headers/original/linux/
msdos_fs.h 47 #define IS_FREE(n) (!*(n) || *(n) == DELETED_FLAG)
  /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 193 milliseconds

12