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

  /external/linux-tools-perf/util/include/linux/
bitops.h 8 #include <asm/hweight.h>
12 #include "../asm/hweight.h"
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 168 float hweight = Hint[hint] += weight; local
170 if (hweight > bestPhys && mri.isAllocatable(hint))
171 bestPhys = hweight, hintPhys = hint;
173 if (hweight > bestVirt)
174 bestVirt = hweight, hintVirt = hint;
  /external/kernel-headers/original/asm-x86/
bitops_32.h 453 #include <asm-generic/bitops/hweight.h>
  /external/oprofile/utils/
ophelp.c 41 static size_t hweight(size_t mask) function
108 if (hweight(mask) == nr_counters) {
  /external/linux-tools-perf/
Android.mk 56 util/hweight.c \
Makefile 241 LIB_H += util/include/asm/hweight.h
311 LIB_OBJS += $(OUTPUT)util/hweight.o
  /external/kernel-headers/original/asm-arm/
bitops.h 288 #include <asm-generic/bitops/hweight.h>
  /external/kernel-headers/original/asm-mips/
bitops.h 665 #include <asm-generic/bitops/hweight.h>

Completed in 99 milliseconds