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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 220 m_BitStream.ByteAlign();
232 m_BitStream.ByteAlign();
273 stream.m_BitStream.ByteAlign();
  /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...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 89 int16 ByteAlign(
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 521 unsigned ByteAlign) {
526 if (ByteAlign > 1) {
531 OS << ',' << ByteAlign;
534 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2");
535 OS << ',' << Log2_32(ByteAlign);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 198 FX_BOOL ByteAlign = FALSE;
205 ByteAlign = pParams->GetInteger(FX_BSTRC("EncodedByteAlign"));
217 K, EndOfLine, ByteAlign, BlackIs1, Columns, Rows);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 209 ByteAlign(psBits);
735 int16 ByteAlign(
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 402 void CFX_BitStream::ByteAlign()
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1251 void ByteAlign();
    [all...]

Completed in 487 milliseconds