Searched refs:ROUNDDOWN (Results 1 – 3 of 3) sorted by relevance
44 #if !defined(ROUNDDOWN)45 #define ROUNDDOWN(a, b) ((a) & ~((b) - 1)) macro430 …kdp_hw_shmem_dbg_bufsize -= (kdp_hw_shmem_dbg_bufsize % ROUNDDOWN(OPTIMAL_ASTRIS_READSIZE, cpuid_c… in shmem_stage_initialize()
195 #define ROUNDDOWN(x, y) (((x)/(y))*(y)) macro
147 #ifndef ROUNDDOWN148 #define ROUNDDOWN(x, y) (((x)/(y))*(y)) macro985 …offset_to_flush = ROUNDDOWN((panic_info->mph_panic_log_offset + panic_info->mph_panic_log_len), PA… in paniclog_flush_internal()992 …offset_to_flush = ROUNDDOWN((panic_info->mph_stackshot_offset + panic_info->mph_stackshot_len), PA… in paniclog_flush_internal()