Home
last modified time | relevance | path

Searched refs:LONGLONG (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h71 (InterlockedCompareExchange64((LONGLONG volatile *)Ptr, (LONGLONG)NewV, \
72 (LONGLONG)OldV) == (LONGLONG)OldV)
74 (DomType *)InterlockedExchangeAdd64((LONGLONG volatile *)&PtrVar, \
75 (LONGLONG)sizeof(DomType) * PtrIncr)
/freebsd/lib/libc/stdio/
H A Dvfscanf.c75 #define LONGLONG 0x400 /* ll: long long (+ deprecated q: quad) */ macro
545 flags |= LONGLONG; in __svfscanf()
550 flags |= LONGLONG; /* not quite */ in __svfscanf()
565 flags &= ~(SHORTSHORT|SHORT|LONG|LONGLONG|SIZET|INTMAXT|PTRDIFFT); in __svfscanf()
588 flags |= LONGLONG; in __svfscanf()
696 else if (flags & LONGLONG) in __svfscanf()
826 else if (flags & LONGLONG) in __svfscanf()
H A Dvfwscanf.c71 #define LONGLONG 0x400 /* ll: long long (+ deprecated q: quad) */ macro
527 flags |= LONGLONG; in __vfwscanf()
532 flags |= LONGLONG; /* not quite */ in __vfwscanf()
547 flags &= ~(SHORTSHORT|SHORT|LONG|LONGLONG|SIZET|INTMAXT|PTRDIFFT); in __vfwscanf()
570 flags |= LONGLONG; in __vfwscanf()
689 else if (flags & LONGLONG) in __vfwscanf()
804 else if (flags & LONGLONG) in __vfwscanf()
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dtime.c70 i->interval = (LONGLONG)seconds * INTERVALS_PER_S in isc_interval_set()
207 LONGLONG i3; in isc_time_microdiff()
232 LONGLONG i3; in isc_time_seconds()
/freebsd/contrib/sqlite3/
H A Dshell.c7583 LONGLONG intervals; in writeFile()
/freebsd/contrib/ntp/
H A DCommitLog123529 removing many (LONGLONG) casts of ULONGLONGs in particular.