Searched defs:ByteAlign (Results 1 - 3 of 3) sorted by path

/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp521 unsigned ByteAlign) {
526 if (ByteAlign > 1) {
531 OS << ',' << ByteAlign; local
534 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2");
535 OS << ',' << Log2_32(ByteAlign);
520 EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlign) argument
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp198 FX_BOOL ByteAlign = FALSE; local
205 ByteAlign = pParams->GetInteger(FX_BSTRC("EncodedByteAlign"));
217 K, EndOfLine, ByteAlign, BlackIs1, Columns, Rows);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp402 void CFX_BitStream::ByteAlign() function in class:CFX_BitStream

Completed in 237 milliseconds