Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Drunetype.h43 #ifndef UINT32_C
45 #define UINT32_C(c) ((uint32_t)(c##U)) macro
60 #define _RUNETYPE_A UINT32_C(0x00000100) /* Alpha */
61 #define _RUNETYPE_C UINT32_C(0x00000200) /* Control */
62 #define _RUNETYPE_D UINT32_C(0x00000400) /* Digit */
63 #define _RUNETYPE_G UINT32_C(0x00000800) /* Graph */
64 #define _RUNETYPE_L UINT32_C(0x00001000) /* Lower */
65 #define _RUNETYPE_P UINT32_C(0x00002000) /* Punct */
66 #define _RUNETYPE_S UINT32_C(0x00004000) /* Space */
67 #define _RUNETYPE_U UINT32_C(0x00008000) /* Upper */
[all …]
/device/google/contexthub/firmware/os/inc/
Dsensors_priv.h62 #define SENSOR_RATE_OFF UINT32_C(0x00000000) /* used in sensor state machine */
63 #define SENSOR_RATE_POWERING_ON UINT32_C(0xFFFFFFF0) /* used in sensor state machine */
64 #define SENSOR_RATE_POWERING_OFF UINT32_C(0xFFFFFFF1) /* used in sensor state machine */
65 #define SENSOR_RATE_FW_UPLOADING UINT32_C(0xFFFFFFF2) /* used in sensor state machine */
66 #define SENSOR_RATE_IMPOSSIBLE UINT32_C(0xFFFFFFF3) /* used in rate calc to indicate impossible …
Dseos.h102 #define SEG_STATE_INVALID UINT32_C(0xFFFFFFFF)
103 #define SEG_SIZE_MAX UINT32_C(0x00FFFFFF)
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dint_const.h55 #define UINT32_C(c) c ## U macro
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
Dint_const.h55 #define UINT32_C(c) c ## U macro
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dint_const.h55 #define UINT32_C(c) c ## U macro
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dint_const.h55 #define UINT32_C(c) c ## U macro
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dint_const.h56 #define UINT32_C(c) c ## U macro
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
D_stdint.h50 #define UINT32_C(c) (c ## U) macro
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h45 #define APP_SEQ_ID_ANY UINT32_C(0xFFFFFF)
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c310 info->minInterval = (UINT32_C(1024000000) / max) * UINT64_C(1000); in osChreSensorGetInfo()
354 status->interval = (UINT32_C(1024000000) / rate) * UINT64_C(1000); in osChreSensorGetSamplingStatus()
401 rate = UINT32_C(1024000000) / interval_us; in osChreSensorConfigure()
/device/google/fuchsia/bioniccompat/include/
Dstdint.h267 #define UINT32_C(c) __UINT32_C(c) macro
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
Dchre_app.c217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
Dfp_lib.h58 #define REP_C UINT32_C
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1567 cmd->rate = UINT32_C(0); in initConfigCmd()