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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
python-ext-sources 13 util/hweight.c
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 152 // Force hweight onto the stack so that x86 doesn't add hidden precision,
156 volatile float hweight = Hint[hint] += weight; local
158 if (hweight > bestPhys && mri.isAllocatable(hint))
159 bestPhys = hweight, hintPhys = hint;
161 if (hweight > bestVirt)
162 bestVirt = hweight, hintVirt = hint;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
bitops.h 6 #include <asm/hweight.h>
  /external/fio/
Android.mk 30 lib_src_files := lib/rbtree.c lib/flist_sort.c lib/getrusage.c lib/hweight.c lib/ieee754.c lib/lfsr.c \
Makefile 37 lib/hweight.c lib/getrusage.c idletime.c td_error.c \
  /external/oprofile/utils/
ophelp.c 41 static size_t hweight(size_t mask) function
108 if (hweight(mask) == nr_counters) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 68 util/hweight.c \
Makefile 227 LIB_H += util/include/asm/hweight.h
316 LIB_OBJS += $(OUTPUT)util/hweight.o

Completed in 224 milliseconds