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

/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/keyDate/
H A DkeyDate.cpp60 float fdelta = 60.0 * 60.0 * 24.0 * deltaDays; local
61 cfTime += fdelta;
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c7516 uint32_t fdelta; local
7753 fdelta = vap->va_flags ^ ova.va_flags;
7755 fdelta = vap->va_flags;
7758 if (fdelta != 0) {
7769 if (fdelta & ~(UF_SETTABLE | SF_SETTABLE)) {
7775 if (fdelta & ~UF_SETTABLE) {

Completed in 164 milliseconds