Searched refs:constant (Results 1 – 9 of 9) sorted by relevance
315 ntv.constant = (long)user_ntv.constant; in ntp_adjtime()327 ntv.constant = user_ntv.constant; in ntp_adjtime()338 __func__, ntv.modes, ntv.offset, ntv.freq, ntv.status, ntv.constant, time_adjtime); in ntp_adjtime()390 if (ntv.constant < 0) { in ntp_adjtime()392 } else if (ntv.constant > MAXTC) { in ntp_adjtime()395 time_constant = ntv.constant; in ntp_adjtime()399 if (ntv.constant > 0) { in ntp_adjtime()400 time_tai = ntv.constant; in ntp_adjtime()467 user_ntv.constant = time_constant; in ntp_adjtime()496 user_ntv.constant = (user32_long_t)time_constant; in ntp_adjtime()
39 user32_long_t constant; variable
39 user64_long_t constant; variable
169 long constant; /* poll interval (log2 s) (rw) */ member
135 OSUnserialize.cpo_CXXWARNFLAGS_ADD += -Wno-zero-as-null-pointer-constant136 OSUnserializeXML.cpo_CXXWARNFLAGS_ADD += -Wno-zero-as-null-pointer-constant
464 #define wrap2(type, constant) \ argument466 IORegistryEntry::copyProperty( type * aKey) constant \479 #define wrap4(type, constant) \ argument483 IOOptionBits options ) constant \503 #define wrap5(type, constant) \ argument507 IOOptionBits options ) constant \
68 …* @constant kIOUserClientVariableStructureSize Use in the structures IOUserClientMethodDispatch …201 * @param reference Reference constant for the dispatch function
259 - Last: registrations of dummy nodes in the constant nodes to allow extension.
456 #warning Using __builtin_clz() on an unknown architecture; it may not be constant-time.