Lines Matching defs:dwords
101 int app_name_len, dwords;
108 dwords = 5 + app_name_len / sizeof(uint32_t);
109 dword_out(aub, CMD_MEM_TRACE_VERSION | (dwords - 1));
122 int comment_len, comment_dwords, dwords;
128 dwords = 13 + comment_dwords;
129 dword_out(aub, CMD_AUB_HEADER | (dwords - 2));
201 uint32_t dwords = ALIGN(len, sizeof(uint32_t)) / sizeof(uint32_t);
209 dword_out(aub, CMD_MEM_TRACE_MEMORY_WRITE | (5 + dwords - 1));
219 uint32_t dwords = 1;
226 dword_out(aub, CMD_MEM_TRACE_REGISTER_WRITE | (5 + dwords - 1));