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

  /external/e2fsprogs/lib/blkid/
devname.c 332 char *lv_name, *lvm_device; local
334 lv_name = lv_iter->d_name;
335 if (!strcmp(lv_name, ".") || !strcmp(lv_name, ".."))
339 strlen(lv_name) + 8);
345 lv_name);
347 sprintf(lvm_device, "%s/%s", vg_name, lv_name);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 104 #define LV_NAME "loop-vectorize"
105 #define DEBUG_TYPE LV_NAME
5209 static const char lv_name[] = "Loop Vectorization"; variable
    [all...]
SLPVectorizer.cpp 4010 static const char lv_name[] = "SLP Vectorizer"; variable
    [all...]

Completed in 2256 milliseconds