Home
last modified time | relevance | path

Searched defs:low (Results 1 – 5 of 5) sorted by relevance

/sof-2.7.6/src/include/sof/math/
Dnumbers.h75 #define merge_16b16b(high, low) (((uint32_t)(high) << 16) | \ argument
79 #define merge_4b4b(high, low) (((uint8_t)(high) << 4) | \ argument
/sof-2.7.6/src/arch/xtensa/drivers/
Dtimer.c66 uint32_t low; in arch_timer_get_system() local
/sof-2.7.6/src/drivers/intel/baytrail/
Dtimer.c116 uint32_t low; in platform_timer_get() local
/sof-2.7.6/zephyr/
Dwrapper.c389 uint32_t low; in platform_timer_get() local
/sof-2.7.6/src/arch/xtensa/include/xtensa/
Dc6x-compat.h256 int low = (((int)1 + (short) src1 + (short) src2) >> 1) & 0XFFFF; in _avg2() local