OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tvbase
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
systime.c
626
struct timeval
tvbase
, tvlast;
local
629
tvbase
.tv_sec = basedate_get_erabase();
630
tvbase
.tv_usec = 0;
643
if (
tvbase
.tv_sec > tvlast.tv_sec) {
645
if (ntp_set_tod(&
tvbase
, NULL) != 0) {
659
lamport_violated = (
tvbase
.tv_sec < tvlast.tv_sec);
670
update_uwtmp(
tvbase
, tvlast);
673
tv_fmt_libbuf(&tvlast), tv_fmt_libbuf(&
tvbase
));
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
clone.d
420
auto
tvbase
= tv.baseElemOf();
421
if (
tvbase
.ty == Tstruct)
423
TypeStruct ts = cast(TypeStruct)
tvbase
;
429
if (
tvbase
.isfloating())
436
if (
tvbase
.ty == Tarray)
438
if (
tvbase
.ty == Taarray)
440
if (
tvbase
.ty == Tclass)
746
auto
tvbase
= tv.baseElemOf();
747
if (
tvbase
.ty == Tstruct)
749
TypeStruct ts = cast(TypeStruct)
tvbase
;
[
all
...]
Completed in 20 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026