Searched refs:vint (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Dprimary.c2219 int modified, vint; local
2261 vint = nv_get_int32(nv, "replication");
2262 if (gres->hr_replication != vint) {
2263 gres->hr_replication = vint;
2266 vint = nv_get_int32(nv, "checksum");
2267 if (gres->hr_checksum != vint) {
2268 gres->hr_checksum = vint;
2271 vint = nv_get_int32(nv, "compression");
2272 if (gres->hr_compression != vint) {
2273 gres->hr_compression = vint;
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c2433 ev_uint32_t vint; local
2437 vint = event_get_version_number();
2440 tt_assert(vint);
2443 tt_int_op(vint, ==, LIBEVENT_VERSION_NUMBER);
2447 tt_int_op((vint&0xffffff00), ==, ((major<<24)|(minor<<16)|(patch<<8)));

Completed in 112 milliseconds