/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_hint_tables.cpp | 157 hStream->ByteAlign(); in ReadPageHintTable() 204 hStream->ByteAlign(); in ReadPageHintTable() 214 hStream->ByteAlign(); in ReadPageHintTable() 226 hStream->ByteAlign(); in ReadPageHintTable() 236 hStream->ByteAlign(); in ReadPageHintTable() 244 hStream->ByteAlign(); in ReadPageHintTable() 364 hStream->ByteAlign(); in ReadSharedObjHintTable() 369 hStream->ByteAlign(); in ReadSharedObjHintTable()
|
D | fpdf_parser_decode.cpp | 263 bool ByteAlign = false; in FPDFAPI_CreateFaxDecoder() local 270 ByteAlign = !!pParams->GetIntegerFor("EncodedByteAlign"); in FPDFAPI_CreateFaxDecoder() 278 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1, in FPDFAPI_CreateFaxDecoder()
|
/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/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/swiftshader/third_party/llvm-7.0/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 | 113 int ByteAlign = (1u << B.getAlignment()) - 1; in computeOffset() local 114 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign); in computeOffset()
|
D | HexagonTargetStreamer.h | 26 unsigned ByteAlign, in EmitLocalCommonSymbolSorted() argument
|
/external/pdfium/core/fxcrt/ |
D | cfx_bitstream.h | 19 void ByteAlign();
|
D | cfx_bitstream.cpp | 20 void CFX_BitStream::ByteAlign() { in ByteAlign() function in CFX_BitStream
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 240 m_BitStream->ByteAlign(); in ReadVertex() 259 m_BitStream->ByteAlign(); in ReadVertexRow()
|
D | cpdf_streamcontentparser.cpp | 132 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 745 unsigned ByteAlign) { in EmitLocalCommonSymbol() argument 750 if (ByteAlign > 1) { in EmitLocalCommonSymbol() 755 OS << ',' << ByteAlign; in EmitLocalCommonSymbol() 758 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2"); in EmitLocalCommonSymbol() 759 OS << ',' << Log2_32(ByteAlign); in EmitLocalCommonSymbol()
|