Searched defs:num_commands (Results 1 - 3 of 3) sorted by relevance

/external/selinux/policycoreutils/semodule/
H A Dsemodule.c42 static int num_commands = 0; variable
65 while (--num_commands >= 0) {
66 free(commands[num_commands].arg);
157 if ((c = realloc(commands, sizeof(*c) * (num_commands + 1))) == NULL) {
163 commands[num_commands].mode = new_mode;
164 commands[num_commands].arg = NULL;
165 num_commands++;
172 commands[num_commands - 1].arg = s;
296 if ((build || reload) && num_commands) {
302 if (num_commands
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c78 VGint num_commands; member in struct:stroke_iterator
97 if (itr->position >= itr->num_commands)
124 if (itr->position >= itr->num_commands)
157 if (it->position == it->num_commands -1)
166 return itr->position < (itr->num_commands - 1);
201 itr->num_commands = cmds->num_elements;
227 itr->position = itr->num_commands - 1;
294 || itr->position < (itr->num_commands - 1);
307 if (itr->curve_index <= -1 && itr->position >= itr->num_commands)
/external/lldb/source/Target/
H A DTarget.cpp2252 uint32_t num_commands = m_commands.GetSize(); local
2253 for (uint32_t i = 0; i < num_commands; i++)

Completed in 128 milliseconds