Searched refs:NAME_ALIGN (Results 1 – 2 of 2) sorted by relevance
188 #define NAME_ALIGN 64 macro
169 static const char zero_buf[NAME_ALIGN]; in write_padded()179 (PERF_ALIGN((strlen(str) + 1), NAME_ALIGN) + sizeof(u32))188 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string()
Completed in 13 milliseconds