Lines Matching refs:ec0
549 uint64_t ec0)
552 return ec0;
561 uint64_t header, uint64_t ec0,
570 return (ec0 >> 15) & ((1 << 30) - 1);
580 uint64_t header, uint64_t ec0, unsigned m0,
590 (ec0 & ((1 << 15) - 1)) :
591 (ec0 >> (15 + 30));
611 uint64_t header, uint64_t ec0,
619 uint64_t s0_s3 = bi_pack_t_ec(format.s0_s3, tuples, tuple_count, ec0);
621 uint16_t s4 = bi_pack_subword(format.s4, format.format, tuples, tuple_count, header, ec0, m0, 4);
624 tuples, tuple_count, header, ec0,
627 uint64_t s7 = bi_pack_subword(format.s7, format.format, tuples, tuple_count, header, ec0, m0, 2);
669 uint64_t ec0 = (clause->constants[0] >> 4);
699 ins, clause->tuple_count, header, ec0, m0,