23 #include "absl/base/attributes.h"
28 if (tail_value < (1 << 7)) {
30 }
else if (tail_value < (1 << 14)) {
32 }
else if (tail_value < (1 << 21)) {
34 }
else if (tail_value < (1 << 28)) {
43 switch (tail_length) {
59 target[tail_length - 1] &= 0x7f;