Searched refs:ByteAlign (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_hint_tables.cpp | 155 hStream->ByteAlign(); in ReadPageHintTable() 202 hStream->ByteAlign(); in ReadPageHintTable() 212 hStream->ByteAlign(); in ReadPageHintTable() 224 hStream->ByteAlign(); in ReadPageHintTable() 234 hStream->ByteAlign(); in ReadPageHintTable() 242 hStream->ByteAlign(); in ReadPageHintTable() 357 hStream->ByteAlign(); in ReadSharedObjHintTable() 362 hStream->ByteAlign(); in ReadSharedObjHintTable()
|
D | fpdf_parser_decode.cpp | 256 bool ByteAlign = false; in FPDFAPI_CreateFaxDecoder() local 263 ByteAlign = !!pParams->GetIntegerFor("EncodedByteAlign"); in FPDFAPI_CreateFaxDecoder() 272 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1, in FPDFAPI_CreateFaxDecoder()
|
/external/pdfium/testing/libfuzzer/ |
D | pdf_codec_fax_fuzzer.cc | 26 bool ByteAlign = !(data[20] & 0x02); in LLVMFuzzerTestOneInput() local 34 ByteAlign, BlackIs1, Columns, Rows)); in LLVMFuzzerTestOneInput()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFixupHwLoops.cpp | 122 int ByteAlign = (1u << MBB.getAlignment()) - 1; in fixupLoopInstrs() local 123 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign); in fixupLoopInstrs()
|
D | HexagonBranchRelaxation.cpp | 102 int ByteAlign = (1u << B.getAlignment()) - 1; in computeOffset() local 103 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign); in computeOffset()
|
D | HexagonTargetStreamer.h | 26 unsigned ByteAlign, in EmitLocalCommonSymbolSorted() argument
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 238 m_BitStream.ByteAlign(); in ReadVertex() 254 m_BitStream.ByteAlign(); in ReadVertexRow()
|
D | cpdf_streamcontentparser.cpp | 131 stream.BitStream()->ByteAlign(); in GetShadingBBox()
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 640 unsigned ByteAlign) { in EmitLocalCommonSymbol() argument 645 if (ByteAlign > 1) { in EmitLocalCommonSymbol() 650 OS << ',' << ByteAlign; in EmitLocalCommonSymbol() 653 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2"); in EmitLocalCommonSymbol() 654 OS << ',' << Log2_32(ByteAlign); in EmitLocalCommonSymbol()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmStreamer.cpp | 490 unsigned ByteAlign) { in EmitLocalCommonSymbol() argument 494 if (ByteAlign > 1) { in EmitLocalCommonSymbol() 497 OS << ',' << ByteAlign; in EmitLocalCommonSymbol()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_buffer.cpp | 187 void CFX_BitStream::ByteAlign() { in ByteAlign() function in CFX_BitStream
|
D | fx_basic.h | 343 void ByteAlign();
|