Home
last modified time | relevance | path

Searched refs:svalues (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std403 offsetof(svalues) = 6
H A Dntpdc_ops.c2881 s = ntohs(cl->svalues); in clkbug()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h881 u_short svalues; member
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A DChangeLog1120 Treat all svalues within a compound parm has reachable, and those
1200 compound svalues.
1865 attempts to purge unknown/poisoned svalues, as these svalues
2050 poisoned svalues with other svalues, so that we identify
2167 Fold subvalues of repeated svalues.
2703 svalues as appropriate.
2709 use it to get maybe-live svalues for dest_state, rather than
2710 definitely-live ones; use this when determining which svalues
2726 ctxt and use it to record mutable svalues at the unknown call.
2728 use it to mark any maybe-bound svalues as being reachable.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Danalyzer.texi282 svalues:
H A Dgccint.info45547 svalues:
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d9321 SignedLengthRange svalues; in version() local
9328 assertThrown!RangeError(svalues.enumerate!Enumerator(Enumerator.max)); in version()
9329 … assertNotThrown!RangeError(svalues.enumerate!Enumerator(Enumerator.max - values.length)); in version()
9330 … assertThrown!RangeError(svalues.enumerate!Enumerator(Enumerator.max - values.length + 1)); in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d10587 SignedLengthRange svalues;
10594 assertThrown!RangeError(svalues.enumerate!Enumerator(Enumerator.max));
10595 … assertNotThrown!RangeError(svalues.enumerate!Enumerator(Enumerator.max - values.length));
10596 … assertThrown!RangeError(svalues.enumerate!Enumerator(Enumerator.max - values.length + 1));