/external/qemu/android/protocol/ |
ui-commands-proxy.c | 149 const size_t cmd_size = sizeof(UICmdChangeDispBrightness) + strlen(light) + 1; local 152 (UICmdChangeDispBrightness*)qemu_malloc(cmd_size); 156 _uiCmdProxy_send_command(AUICMD_CHANGE_DISP_BRIGHTNESS, cmd, cmd_size);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.h | 44 radeon->query.queryobj.cmd_size = (SZ);
|
radeon_ioctl.h | 111 rmesa->hw.ATOM.cmd_size * 4) 116 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
|
radeon_queryobj.c | 201 return atom->cmd_size;
|
radeon_common_context.h | 130 int cmd_size; /* size in bytes */ member in struct:radeon_state_atom
|
radeon_state_init.c | 191 return FLAG ? atom->cmd_size + (ADD) : 0; \ 198 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 397 // if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) { 455 uint32_t dwords = atom->cmd_size; 516 rmesa->hw.ATOM.cmd_size = SZ; \ [all...] |
radeon_common.c | 445 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size); 448 if (dwords > state->cmd_size) 449 dwords = state->cmd_size;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.h | 44 radeon->query.queryobj.cmd_size = (SZ);
|
radeon_ioctl.h | 111 rmesa->hw.ATOM.cmd_size * 4) 116 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
|
radeon_queryobj.c | 201 return atom->cmd_size;
|
radeon_common_context.h | 130 int cmd_size; /* size in bytes */ member in struct:radeon_state_atom
|
radeon_state_init.c | 191 return FLAG ? atom->cmd_size + (ADD) : 0; \ 198 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 397 // if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) { 455 uint32_t dwords = atom->cmd_size; 516 rmesa->hw.ATOM.cmd_size = SZ; \ [all...] |
radeon_common.c | 445 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size); 448 if (dwords > state->cmd_size) 449 dwords = state->cmd_size;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_ioctl.h | 104 rmesa->hw.ATOM.cmd_size * 4) 110 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
|
r200_state_init.c | 226 return (FLAG) ? atom->cmd_size + (ADD) : 0; \ 233 return (!rmesa->radeon.TclFallback && !ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 240 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 248 return (!rmesa->radeon.TclFallback && ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 331 return atom->cmd_size; 339 return atom->cmd_size; 429 if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) 516 if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) { 526 uint32_t dwords = atom->cmd_size + 2; 570 if (!r200->state.texture.unit[i].unitneeded && !(dwords <= atom->cmd_size)) [all...] |
r200_vertprog.c | 142 /* hack up the cmd_size so not the whole state atom is emitted always. */ 143 rmesa->hw.vpp[0].cmd_size = 149 rmesa->hw.vpp[1].cmd_size = 1 + 4 * (paramList->NumParameters - 96); [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_ioctl.h | 104 rmesa->hw.ATOM.cmd_size * 4) 110 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
|
r200_state_init.c | 226 return (FLAG) ? atom->cmd_size + (ADD) : 0; \ 233 return (!rmesa->radeon.TclFallback && !ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 240 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 248 return (!rmesa->radeon.TclFallback && ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 331 return atom->cmd_size; 339 return atom->cmd_size; 429 if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) 516 if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) { 526 uint32_t dwords = atom->cmd_size + 2; 570 if (!r200->state.texture.unit[i].unitneeded && !(dwords <= atom->cmd_size)) [all...] |
r200_vertprog.c | 142 /* hack up the cmd_size so not the whole state atom is emitted always. */ 143 rmesa->hw.vpp[0].cmd_size = 149 rmesa->hw.vpp[1].cmd_size = 1 + 4 * (paramList->NumParameters - 96); [all...] |
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_api.c | 577 UINT16 cmd_size, 594 if ((cmd_size && (p_data == NULL)) || (cmd_size > NFA_MAX_HCI_CMD_LEN)) 596 NFA_TRACE_API1 ("NFA_HciSendCommand (): Invalid cmd size:0x%02x", cmd_size); 610 p_msg->cmd_len = cmd_size; 612 if (cmd_size) 613 memcpy (p_msg->data, p_data, cmd_size); [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
calibrator.c | 102 static int cmd_size; variable 109 _cmd = (const struct cmd *)((char *)_cmd + cmd_size)) 489 cmd_size = abs((long)&__section_set - (long)&__section_get);
|
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_api.h | 492 UINT16 cmd_size,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 160 def cmd_size(self, arg): member in class:DummyFTPHandler
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 160 def cmd_size(self, arg): member in class:DummyFTPHandler
|