Home
last modified time | relevance | path

Searched refs:BIG (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DByteBufferScalarVersusVectorPerfTest.java44 ByteBufferPerfTest.MyByteOrder.BIG, in getData()
54 ByteBufferPerfTest.MyByteOrder.BIG, in getData()
64 ByteBufferPerfTest.MyByteOrder.BIG, in getData()
74 ByteBufferPerfTest.MyByteOrder.BIG, in getData()
84 ByteBufferPerfTest.MyByteOrder.BIG, in getData()
94 ByteBufferPerfTest.MyByteOrder.BIG, in getData()
DByteBufferPerfTest.java52 BIG(ByteOrder.BIG_ENDIAN), enumConstant
64 {MyByteOrder.BIG, true, MyBufferType.DIRECT}, in getData()
66 {MyByteOrder.BIG, false, MyBufferType.DIRECT}, in getData()
68 {MyByteOrder.BIG, true, MyBufferType.HEAP}, in getData()
70 {MyByteOrder.BIG, false, MyBufferType.HEAP}, in getData()
72 {MyByteOrder.BIG, true, MyBufferType.MAPPED}, in getData()
74 {MyByteOrder.BIG, false, MyBufferType.MAPPED}, in getData()
/frameworks/av/media/img_utils/include/img_utils/
DTagDefinitions.h1013 BIG
1293 BIG
1301 BIG
1309 BIG
DEndianUtils.h36 BIG, enumerator
137 case BIG: { in writeHelper()
/frameworks/compile/mclinker/lib/LD/
DStaticResolver.cpp42 …/* C */ {COM, COM, COM, COM, CREF, COM, COM, COM, MBIG, COM, BIG, REFC },… in resolve()
126 case BIG: { /* override by symbol common using largest size. */ in resolve()
/frameworks/compile/mclinker/include/mcld/LD/
DStaticResolver.h44 BIG, // override by symbol common using largest size. enumerator
/frameworks/av/media/img_utils/src/
DTiffWriter.cpp360 uint16_t endMarker = (out.getEndianness() == BIG) ? BIG_ENDIAN_MARKER : LITTLE_ENDIAN_MARKER; in writeFileHeader()
DDngUtils.cpp28 OpcodeListBuilder::OpcodeListBuilder() : mCount(0), mOpList(), mEndianOut(&mOpList, BIG) { in OpcodeListBuilder()