Lines Matching defs:value
9 static constexpr inline int32_t left_shift(int32_t value, int32_t shift) {
10 return (int32_t) ((uint32_t) value << shift);
27 I.e.: if return value > 0, then gives length of sequence.
37 int value = (((0xe5 << 24) >> ((unsigned)c >> 4 << 1)) & 3) + 1;
38 // assert(value >= 2 && value <=4);
39 return value;
201 int32_t value = *s;
203 if (value & kInvalidUnicharMask) {
207 return value;