Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c189 static time_t past; /* guaranteed 0 first time called */ in millitick() local
191 if (past == 0) { in millitick()
192 past = times(&tbuf); in millitick()
196 if (now - past > MAXLONG / 1000) /* would overflow */ in millitick()
197 rval = (now - past) / HZ * 1000; in millitick()
199 rval = (now - past) * 1000 / HZ; in millitick()
200 past = now; in millitick()
211 static past; /* guaranteed 0 first time called */ in millitick()
214 if (past == 0) { in millitick()
215 past++; in millitick()
/illumos-gate/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()
/illumos-gate/usr/src/contrib/zlib/
H A Dgzguts.h189 int past; /* true if read requested past end */ member
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.S119 / now points past args & @ envp
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-sou.c56 void *past; member
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.S115 leal (%ebp,%eax,4),%edi / now points past args & @ envp
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree3rb.test21 # cursor pointing at the first entry past the one that was deleted.
H A Dbtree3.test21 # cursor pointing at the first entry past the one that was deleted.
H A Dversion.test14 # past or future file format version numbers and respond appropriately.
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME59 The zoneinfo timezone data files do not transition past
H A Dantarctica78 # be on the same time zone as Hobart. Some past dates too for this 3 hour
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c875 goto past; in getword()
904 goto past; in getword()
917 past: in getword()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c1407 Dwarf_CU_Context past = 0; in insert_into_cu_context_list() local
1436 past = 0; in insert_into_cu_context_list()
1441 past = cur; in insert_into_cu_context_list()
1449 past->cc_next = icu_context; in insert_into_cu_context_list()
1453 past = cur; in insert_into_cu_context_list()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsys103 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsys103 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsys103 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsys103 #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt7 [ from Latin: spars(us) scattered, past participle of
/illumos-gate/usr/src/tools/smatch/src/
H A DREADME8 [ from Latin: spars(us) scattered, past participle of
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN93 Non-existent fields (i.e., fields past NF) are
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys43 print #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME45 past and create a project private util library.
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg62 @ MSG_ERR_NOFIT "[%d: %s][%d]: New value would extend past end \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S485 ! the computations in progress. This means we will load past the end

123