HomeSort by: relevance | last modified time | path
    Searched defs:lastref (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_datum.c 137 l_fp lastref; /* reference time (Datum time) */ member in struct:datum_pts_unit
630 &datum_pts->lastref.l_ui) ) {
632 datum_pts->lastref.l_uf = 0;
633 error = datum_pts->lastref.l_ui - datum_pts->lastrec.l_ui;
658 ** sets yearstart and lastref.l_ui. We will have to set astref.l_uf (i.e.,
671 &datum_pts->lastref.l_ui) ) {
677 printf("GMT %d, lastrec %d, yearstart %d, lastref %d\n",
681 datum_pts->lastref.l_ui);
701 ** We have datum_pts->lastref.l_ui set (which is the integer part of the
705 TVUTOTSF(datum_pts->usec, datum_pts->lastref.l_uf)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_refclock.h 167 l_fp lastref; /* reference timestamp */ member in struct:refclockproc
  /src/bin/ksh/
vi.c 1368 static int lastref; /* argument to last refresh() */ variable
1461 lastref = 1;
1759 leftside = lastref;
1761 lastref = leftside;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 3245 gfc_ref *lastref = NULL; local
3250 lastref = ref;
3254 if (lastref && lastref->type == REF_COMPONENT)
3256 gfc_component *c = lastref->u.c.component;
3619 && lastref
3620 && lastref->type == REF_COMPONENT
3621 && lastref->u.c.component->ts.type != BT_CLASS
3622 && lastref->u.c.component->ts.type != BT_DERIVED
3623 && !lastref->u.c.component->attr.dimension
    [all...]
openmp.cc 8423 gfc_ref *lastref = NULL, *lastslice = NULL; local
8427 lastref = n->expr->ref;
8438 lastref = ref;
8445 lastref = ref;
8483 if (lastref
8488 && lastref
8489 && lastref->type == REF_SUBSTRING)
8493 && lastref
8494 && lastref->type == REF_INQUIRY)
8496 gcc_assert (lastref->u.i == INQUIRY_R
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 3048 gfc_ref *lastref = NULL; local
3053 lastref = ref;
3057 if (lastref && lastref->type == REF_COMPONENT)
3059 gfc_component *c = lastref->u.c.component;
3325 && lastref
3326 && lastref->type == REF_COMPONENT
3327 && lastref->u.c.component->ts.type != BT_CLASS
3328 && lastref->u.c.component->ts.type != BT_DERIVED
3329 && !lastref->u.c.component->attr.dimension
    [all...]
openmp.cc 6919 gfc_ref *lastref = NULL, *lastslice = NULL; local
6923 lastref = n->expr->ref;
6934 lastref = ref;
6941 lastref = ref;
6963 if (lastref
6968 && lastref
6969 && lastref->type == REF_SUBSTRING)
6973 && lastref
6974 && lastref->type == REF_INQUIRY)
6976 gcc_assert (lastref->u.i == INQUIRY_R
    [all...]

Completed in 52 milliseconds