OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abs32
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_types.h
55
#define
abs32
(x) ( (x >= 0) ? x : (-x) )
macro
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
480
MipsRelocator::Result
abs32
(Relocation& pReloc, MipsRelocator& pParent)
function
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
815
ARMRelocator::Result
abs32
(Relocation& pReloc, ARMRelocator& pParent)
function
[
all
...]
Completed in 467 milliseconds