HomeSort by relevance Sort by last modified time
    Searched full:bytealign (Results 1 - 15 of 15) 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/
HexagonTargetStreamer.h 26 unsigned ByteAlign,
HexagonFixupHwLoops.cpp 122 int ByteAlign = (1u << MBB.getAlignment()) - 1;
123 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign);
HexagonBranchRelaxation.cpp 102 int ByteAlign = (1u << B.getAlignment()) - 1;
103 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign);
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables.cpp 155 hStream->ByteAlign();
202 hStream->ByteAlign();
212 hStream->ByteAlign();
224 hStream->ByteAlign();
234 hStream->ByteAlign();
242 hStream->ByteAlign();
357 hStream->ByteAlign();
362 hStream->ByteAlign();
fpdf_parser_decode.cpp 256 bool ByteAlign = false;
263 ByteAlign = !!pParams->GetIntegerFor("EncodedByteAlign");
272 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1,
  /external/pdfium/core/fpdfapi/page/
cpdf_meshstream.cpp 238 m_BitStream.ByteAlign();
254 m_BitStream.ByteAlign();
cpdf_streamcontentparser.cpp 131 stream.BitStream()->ByteAlign();
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 80 int16 ByteAlign(
intel_m4v_config_parser.cpp 214 ByteAlign(psBits);
720 int16 ByteAlign(
    [all...]
  /external/pdfium/core/fxcrt/
fx_basic_buffer.cpp 187 void CFX_BitStream::ByteAlign() {
fx_basic.h 343 void 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/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 490 unsigned ByteAlign) {
494 if (ByteAlign > 1) {
497 OS << ',' << ByteAlign;
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 177 /* AudioMuxElement::ByteAlign */

Completed in 460 milliseconds