Searched refs:BP1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_fg.c256 #define BP1(x) (( bpt[x] & 240 ) >> 4) macro
258 pp->year = BP1(2) * 10 + BP2(2);
274 pp->day = 100 * BP2(3) + 10 * BP1(4) + BP2(4);
284 pp->hour = BP1(6)*10 + BP2(6);
286 pp->hour = BP1(5)*10 + BP2(5);
289 pp->minute = BP1(7)*10 + BP2(7);
290 pp->second = BP1(8)*10 + BP2(8);
291 pp->nsec = (BP1(9)*10 + BP2(9)) * 1000000;
292 pp->nsec += BP1(10) * 1000;
294 pp->hour = BP1(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp405 const Value *BP1 = GetPointerBaseWithConstantOffset(P1, EarlierOff, DL); local
409 if (BP1 != BP2)
/freebsd-11-stable/sys/dev/isp/
H A Dispreg.h706 #define BP1 RISC_BLOCK+0x44 /* RW : Processor Brkpt #1 */ macro

Completed in 185 milliseconds