HomeSort by relevance Sort by last modified time
    Searched defs:ByteAlign (Results 1 - 8 of 8) sorted by null

  /external/pdfium/testing/libfuzzer/
pdf_codec_fax_fuzzer.cc 26 bool ByteAlign = !(data[20] & 0x02);
34 ByteAlign, BlackIs1, Columns, Rows));
  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 102 int ByteAlign = (1u << B.getAlignment()) - 1;
103 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign);
HexagonFixupHwLoops.cpp 122 int ByteAlign = (1u << MBB.getAlignment()) - 1;
123 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign);
  /external/pdfium/core/fxcrt/
fx_basic_buffer.cpp 187 void CFX_BitStream::ByteAlign() {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 640 unsigned ByteAlign) {
645 if (ByteAlign > 1) {
650 OS << ',' << ByteAlign;
653 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2");
654 OS << ',' << Log2_32(ByteAlign);
    [all...]
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 256 bool ByteAlign = false;
263 ByteAlign = !!pParams->GetIntegerFor("EncodedByteAlign");
272 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1,
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 214 ByteAlign(psBits);
720 int16 ByteAlign(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 490 unsigned ByteAlign) {
494 if (ByteAlign > 1) {
497 OS << ',' << ByteAlign;
    [all...]

Completed in 3545 milliseconds