OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hweight
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
189
// Force
hweight
onto the stack so that x86 doesn't add hidden precision,
193
volatile float
hweight
= Hint[hint] += weight;
local
195
if (
hweight
> bestPhys && mri.isAllocatable(hint))
196
bestPhys =
hweight
, hintPhys = hint;
198
if (
hweight
> bestVirt)
199
bestVirt =
hweight
, hintVirt = hint;
/system/extras/perfprofd/quipper/original-kernel-headers/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 \
/toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c
425
static unsigned int
hweight
(unsigned int rmask)
function
911
int i, count =
hweight
(rmask);
980
count =
hweight
(rmask);
[
all
...]
Completed in 286 milliseconds