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

  /external/llvm/lib/Target/Hexagon/
HexagonTargetStreamer.h 26 unsigned ByteAlign,
HexagonFixupHwLoops.cpp 115 int ByteAlign = (1u << MBB.getAlignment()) - 1;
116 InstOffset = (InstOffset + ByteAlign) & ~(ByteAlign);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 242 m_BitStream.ByteAlign();
255 m_BitStream.ByteAlign();
311 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/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 229 FX_BOOL ByteAlign = FALSE;
236 ByteAlign = pParams->GetInteger("EncodedByteAlign");
248 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1,
fpdf_parser_parser.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 563 unsigned ByteAlign) {
568 if (ByteAlign > 1) {
573 OS << ',' << ByteAlign;
576 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2");
577 OS << ',' << Log2_32(ByteAlign);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 345 void CFX_BitStream::ByteAlign() {
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 209 ByteAlign(psBits);
735 int16 ByteAlign(
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 913 void ByteAlign();

Completed in 162 milliseconds