OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YR
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c
314
#define
YR
7 /* year digits (2) */
325
{DECIM9,
YR
}, /* 8 */
710
up->decvec[
YR
].radix = 10; /* years */
711
up->decvec[
YR
+ 1].radix = 10;
1953
wwv_corr4(peer, &up->decvec[
YR
+ 1], bcddld, bcd9);
2079
pp->year = up->decvec[
YR
].digit + up->decvec[
YR
+
2263
isleap = up->decvec[
YR
].digit & 0x3;
2299
temp = carry(&up->decvec[
YR
]); /* carry years */
2301
carry(&up->decvec[
YR
+ 1])
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp
287
SourceRange
YR
= Y.getRanges()[i];
288
if (XR !=
YR
) {
289
if (XR.getBegin() !=
YR
.getBegin())
290
return SM.isBeforeInTranslationUnit(XR.getBegin(),
YR
.getBegin());
291
return SM.isBeforeInTranslationUnit(XR.getEnd(),
YR
.getEnd());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp
1015
const CXCompletionResult &
YR
) const {
1019
= (CodeCompletionString *)
YR
.CompletionString;
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026