Searched defs:low (Results 1 – 5 of 5) sorted by relevance
75 #define merge_16b16b(high, low) (((uint32_t)(high) << 16) | \ argument79 #define merge_4b4b(high, low) (((uint8_t)(high) << 4) | \ argument
66 uint32_t low; in arch_timer_get_system() local
116 uint32_t low; in platform_timer_get() local
389 uint32_t low; in platform_timer_get() local
256 int low = (((int)1 + (short) src1 + (short) src2) >> 1) & 0XFFFF; in _avg2() local