Home | History | Annotate | Download | only in bifrost

Lines Matching defs:ec0

537                 uint64_t ec0)
540 return ec0;
549 uint64_t header, uint64_t ec0,
558 return (ec0 >> 15) & ((1 << 30) - 1);
568 uint64_t header, uint64_t ec0, unsigned m0,
578 (ec0 & ((1 << 15) - 1)) :
579 (ec0 >> (15 + 30));
593 /* EC0 is 60-bits (bottom 4 already shifted off) */
599 uint64_t header, uint64_t ec0,
607 uint64_t s0_s3 = bi_pack_t_ec(format.s0_s3, tuples, tuple_count, ec0);
609 uint16_t s4 = bi_pack_subword(format.s4, format.format, tuples, tuple_count, header, ec0, m0, 4);
612 tuples, tuple_count, header, ec0,
615 uint64_t s7 = bi_pack_subword(format.s7, format.format, tuples, tuple_count, header, ec0, m0, 2);
647 uint64_t ec0 = (clause->constants[0] >> 4);
677 ins, clause->tuple_count, header, ec0, m0,