Searched refs:max_ops (Results 1 – 2 of 2) sorted by relevance
46 max_ops: i32, in create_operations()51 (0..max_ops) in create_operations()
472 size_t max_ops = (header_.block_size * 2) / sizeof(uint32_t); in EmitSequenceData() local477 to_add = std::min(num_ops, max_ops); in EmitSequenceData()