Home
last modified time | relevance | path

Searched refs:past (Results 1 – 25 of 55) sorted by relevance

123

/titanic_44/usr/src/cmd/bnu/
H A Dlogent.c192 static time_t past; /* guaranteed 0 first time called */ in millitick() local
194 if (past == 0) { in millitick()
195 past = times(&tbuf); in millitick()
199 if (now - past > MAXLONG / 1000) /* would overflow */ in millitick()
200 rval = (now - past) / HZ * 1000; in millitick()
202 rval = (now - past) * 1000 / HZ; in millitick()
203 past = now; in millitick()
214 static past; /* guaranteed 0 first time called */ in millitick()
217 if (past == 0) { in millitick()
218 past++; in millitick()
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java467 Decision past; in veto() local
470 past = (Decision)decisions.get(current.getKey()); in veto()
471 if (past != null) in veto()
472 past.incrementUsage(); in veto()
473 if (past != null && past.getImprovement() < 0.0) { in veto()
475 " vetoed by decision " + past.describe()); in veto()
/titanic_44/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s120 / now points past args & @ envp
/titanic_44/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s110 leal (%ebp,%eax,4),%edi / now points past args & @ envp
/titanic_44/usr/src/lib/libsqlite/test/
H A Dbtree3.test23 # cursor pointing at the first entry past the one that was deleted.
H A Dbtree3rb.test23 # cursor pointing at the first entry past the one that was deleted.
H A Dversion.test16 # past or future file format version numbers and respond appropriately.
/titanic_44/usr/src/cmd/csh/
H A Dsh.func.c864 goto past; in getword()
893 goto past; in getword()
906 past: in getword()
/titanic_44/usr/src/data/zoneinfo/
H A DREADME59 The zoneinfo timezone data files do not transition past
H A Dafrica53 # I vaguely recall 'WAT' also being used for -01 in the past but
62 # the other abbreviations are rarer and are only in past timestamps,
759 # also been like that in the past.
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dsys95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dsys95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dsys95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dsys95 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/titanic_44/usr/src/cmd/oawk/
H A DEXPLAIN95 Non-existent fields (i.e., fields past NF) are
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s165 ! difference between the pointer past the last byte of src and the
331 ! %i2 points one byte past end of dst
/titanic_44/usr/src/lib/libast/common/features/
H A Dsys35 print #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/titanic_44/usr/src/lib/libcryptoutil/
H A DREADME45 past and create a project private util library.
/titanic_44/usr/src/psm/stand/bootblks/ufs/common/
H A Dufs.fth510 \ adjust len if reading past eof
/titanic_44/usr/src/lib/libmvec/common/vis/
H A D__vlog.S485 ! the computations in progress. This means we will load past the end
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg62 @ MSG_ERR_NOFIT "[%d: %s][%d]: New value would extend past end \
/titanic_44/usr/src/psm/stand/bootblks/hsfs/common/
H A Dhsfs.fth308 \ Check for end of directory, return true if we're past the EOF.
/titanic_44/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s880 ! which is in the past; we'll now load an initial step size, and loop
/titanic_44/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s1041 ! which is in the past; we'll now load an initial step size, and loop
/titanic_44/usr/src/cmd/vi/port/
H A Dex.news195 user types something if you are past column 80 before ^Z.
504 completely revamped. Now if you go past the margin (even in the
864 to get ctrl chars and spaces past various levels, and make ^T be

123