HomeSort by relevance Sort by last modified time
    Searched full:hweight (Results 1 - 11 of 11) 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 165 float hweight = Hint[hint] += weight; local
167 if (hweight > bestPhys && mri.isAllocatable(hint))
168 bestPhys = hweight, hintPhys = hint;
170 if (hweight > bestVirt)
171 bestVirt = hweight, hintVirt = hint;
  /external/linux-tools-perf/
Android.mk 56 util/hweight.c \
android.patch 835 diff -r -u -d /home/bccheng/local/kernels/crespo-ics/tools/perf/util/hweight.c ./util/hweight.c
836 --- /home/bccheng/local/kernels/crespo-ics/tools/perf/util/hweight.c 2011-12-09 13:14:50.000000000 -0800
837 +++ ./util/hweight.c 2012-03-22 17:08:10.000000000 -0700
889 #include <asm/hweight.h>
893 +#include "../asm/hweight.h"
    [all...]
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/oprofile/utils/
ophelp.c 41 static size_t hweight(size_t mask) function
108 if (hweight(mask) == nr_counters) {
  /external/kernel-headers/original/asm-x86/
bitops_32.h 453 #include <asm-generic/bitops/hweight.h>
  /external/kernel-headers/original/asm-mips/
bitops.h 665 #include <asm-generic/bitops/hweight.h>
  /prebuilts/qemu-kernel/arm/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 554 milliseconds