/illumos-gate/usr/src/cmd/bnu/ |
H A D | logent.c | 192 static time_t past; /* guaranteed 0 first time called */ local 194 if (past == 0) { 195 past = times(&tbuf); 199 if (now - past > MAXLONG / 1000) /* would overflow */ 200 rval = (now - past) / HZ * 1000; 202 rval = (now - past) * 1000 / HZ; 203 past = now; 214 static past; /* guaranteed 0 first time called */ local 217 if (past == 0) { 218 past [all...] |
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 467 Decision past; 470 past = (Decision)decisions.get(current.getKey()); 471 if (past != null) 472 past.incrementUsage(); 473 if (past != null && past.getImprovement() < 0.0) { 475 " vetoed by decision " + past.describe());
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot.s | 120 / now points past args & @ envp
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | gzguts.h | 180 int past; /* true if read requested past end */ member in struct:__anon107
|
H A D | gzlib.c | 84 state->past = 0; /* have not read past end yet */ 404 state->past = 0; 527 return state->mode == GZ_READ ? state->past : 0; 567 state->past = 0;
|
H A D | gzread.c | 342 state->past = 1; /* tried to read past end */ 459 state->past = 0; 481 state->past = 0; 523 state->past = 1; /* read past end */
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot.s | 115 leal (%ebp,%eax,4),%edi / now points past args & @ envp
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | config.c | 942 conferr("Date in the past <%s>\n", str);
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 165 ! 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/cmd/csh/ |
H A D | sh.func.c | 104 * Bp2 is one past the end. 705 * Sp2 is one past the end. 864 goto past; 893 goto past; 906 past:
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 485 ! the computations in progress. This means we will load past the end
|
H A D | __vlog_ultra3.S | 2702 ! the computations in progress. This means we will load past the end
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 1080 ! which is in the past; we'll now load an initial step size, and loop
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 919 ! which is in the past; we'll now load an initial step size, and loop
|
H A D | niagara_copy.s | 1943 sub %i3, 8, %i3 ! insure we don't load past end of src 4312 sub %i3, 8, %i3 ! insure we don't load past end of src 6506 sub %i3, 8, %i3 ! insure we don't load past end of src
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 619 ! Be careful not to read past end of SRC
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcpy.s | 636 ! Be careful not to read past end of SRC
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 2082 sub %o5, 8, %o5 ! insure we don't load past end of src
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 453 * past skips past the terminator to the next token 462 skip(register char* s, register int t1, register int t2, register int t3, register int n, register int b, int past, int version) argument 542 return past && *(s - 1) ? next(s, version) : s - 1;
|