Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dkern_ntptime.c315 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()
/xnu-8020.140.41/bsd/sys/_types/
H A D_user32_timex.h39 user32_long_t constant; variable
H A D_user64_timex.h39 user64_long_t constant; variable
/xnu-8020.140.41/bsd/sys/
H A Dtimex.h169 long constant; /* poll interval (log2 s) (rw) */ member
/xnu-8020.140.41/libkern/conf/
H A DMakefile.template135 OSUnserialize.cpo_CXXWARNFLAGS_ADD += -Wno-zero-as-null-pointer-constant
136 OSUnserializeXML.cpo_CXXWARNFLAGS_ADD += -Wno-zero-as-null-pointer-constant
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp464 #define wrap2(type, constant) \ argument
466 IORegistryEntry::copyProperty( type * aKey) constant \
479 #define wrap4(type, constant) \ argument
483 IOOptionBits options ) constant \
503 #define wrap5(type, constant) \ argument
507 IOOptionBits options ) constant \
/xnu-8020.140.41/iokit/DriverKit/
H A DIOUserClient.iig68 …* @constant kIOUserClientVariableStructureSize Use in the structures IOUserClientMethodDispatch …
201 * @param reference Reference constant for the dispatch function
/xnu-8020.140.41/doc/
H A Dstartup.md259 - Last: registrations of dummy nodes in the constant nodes to allow extension.
/xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h456 #warning Using __builtin_clz() on an unknown architecture; it may not be constant-time.