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

  /external/llvm/include/llvm/Analysis/
JumpInstrTableInfo.h 41 JumpInstrTableInfo(uint64_t ByteAlign = 16);
  /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/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 237 m_BitStream.ByteAlign();
249 m_BitStream.ByteAlign();
290 stream.m_BitStream.ByteAlign();
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 524 unsigned ByteAlign) {
529 if (ByteAlign > 1) {
534 OS << ',' << ByteAlign;
537 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2");
538 OS << ',' << Log2_32(ByteAlign);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 190 FX_BOOL ByteAlign = FALSE;
197 ByteAlign = pParams->GetInteger(FX_BSTRC("EncodedByteAlign"));
209 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 390 void CFX_BitStream::ByteAlign()
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1176 void ByteAlign();
    [all...]

Completed in 692 milliseconds