Lines Matching defs:value
75 unsigned value;82 if (x->value < y->value)85 if (x->value > y->value)94 siphash24_compress(&x->value, sizeof(x->value), state);121 t->value = (unsigned) rand();153 assert_se(previous <= t->value);154 previous = t->value;