Home
last modified time | relevance | path

Searched refs:Mask (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp29 static const UChar Mask[ ] = variable
372 BitstreamPutBits(stream, restBits, Mask[restBits]); in BitstreamMpeg4ByteAlignStuffing()
/frameworks/compile/slang/
Dslang_rs_reflection.cpp313 std::string Mask, MaskLiteralType; in ZeroExtendValue() local
315 Mask = "0xff"; in ZeroExtendValue()
318 Mask = "0xffff"; in ZeroExtendValue()
321 Mask = "0xffffffffL"; in ZeroExtendValue()
330 Mask = "(" + DestIntegerType + ") " + Mask; in ZeroExtendValue()
332 return "((" + DestIntegerType + ") ((" + Value + ") & " + Mask + "))"; in ZeroExtendValue()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2864 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
2869 if (getValueTypePair(Record, OpNum, NextValueNo, Mask)) in ParseFunctionBody()
2871 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3125 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
3130 if (getValueTypePair(Record, OpNum, NextValueNo, Mask)) in ParseFunctionBody()
3132 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()