Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/inc/cpu/cortexm4f/
DcpuMath.h20 #define U64_DIV_BY_CONST_U16(u64, u16) \ argument
23 const uint64_t _num = u64; \
/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp1247 mPendingEvents[sensorsid].u64.step_counter = *(uint32_t *)&data[0]; in processEvent()
1248 mPendingEvents[sensorsid].u64.step_counter += 0x100000000LL * (*(uint32_t *)&bias[0]); in processEvent()
1250 mPendingEvents[sensorsid].u64.step_counter); in processEvent()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp361 initEv(&nev[cnt++], timestamp, type, sensor)->u64.step_counter = mLastStepCount; in processSample()