OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:align_log2
(Results
1 - 2
of
2
) sorted by null
/external/libdrm/intel/
intel_bufmgr_fake.c
429
unsigned int
align_log2
= ffs(bo_fake->alignment) - 1;
local
437
block->mem = mmAllocMem(bufmgr_fake->heap, sz,
align_log2
, 0);
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
mips.h
612
/* The low
ALIGN_LOG2
bits of the base PC are cleared to give PC',
614
unsigned int
align_log2
: 8;
member in struct:mips_pcrel_operand
721
addr = base_pc & -(1 << operand->
align_log2
);
[
all
...]
Completed in 60 milliseconds