Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLayout.h133 struct Range : public llvm::ilist_node<Range> struct
145 typedef llvm::iplist<Range> RangeList; argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s108 Range RN 1 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s108 Range RN 1 label
/frameworks/compile/mclinker/lib/LD/
DLayout.cpp26 Layout::Range::Range() in Range() function in Layout::Range
31 Layout::Range::Range(const LDSection& pHdr) in Range() function in Layout::Range
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp181 class Range { class
183 Range(void) : _l(0), _u(0) {} in Range() function in Range
184 Range(uint32_t lower, uint32_t upper) : _l(lower), _u(upper) {} in Range() function in Range