Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_fg.c265 #define BP1(x) (( bpt[x] & 240 ) >> 4) in fg_receive() macro
267 pp->year = BP1(2)*10 + BP2(2); in fg_receive()
284 pp->day = 100 * BP2(3) + 10 * BP1(4) + BP2(4); in fg_receive()
294 pp->hour = BP1(6)*10 + BP2(6); in fg_receive()
296 pp->hour = BP1(5)*10 + BP2(5); in fg_receive()
300 pp->minute = BP1(7)*10 + BP2(7); in fg_receive()
301 pp->second = BP1(8)*10 + BP2(8); in fg_receive()
302 pp->nsec = (BP1(9)*10 + BP2(9)) * 1000000; in fg_receive()
303 pp->nsec += BP1(10) * 1000; in fg_receive()
305 pp->hour = BP1(5)*10 + BP2(5); in fg_receive()
[all …]
/trueos/sys/gnu/dts/arm/
HDimx35-eukrea-mbimxsd35-baseboard.dts30 label = "BP1";
HDimx25-eukrea-mbimxsd25-baseboard.dts30 label = "BP1";
HDimx51-eukrea-mbimxsd51-baseboard.dts41 label = "BP1";
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDDeadStoreElimination.cpp400 const Value *BP1 = GetPointerBaseWithConstantOffset(P1, EarlierOff, TD); in isOverwrite() local
404 if (BP1 != BP2) in isOverwrite()
/trueos/sys/dev/isp/
HDispreg.h723 #define BP1 RISC_BLOCK+0x44 /* RW : Processor Brkpt #1 */ macro