Searched refs:last_cmd (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dstroker.h54 VGPathCommand last_cmd; member in struct:stroker
H A Dstroker.c757 stroker->last_cmd == cmd) {
784 } else if (stroker->last_cmd == VG_CUBIC_TO_ABS &&
793 stroker->last_cmd = cmd;
1295 stroker->last_cmd = (VGPathCommand)0;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.h54 VGPathCommand last_cmd; member in struct:stroker
H A Dstroker.c757 stroker->last_cmd == cmd) {
784 } else if (stroker->last_cmd == VG_CUBIC_TO_ABS &&
793 stroker->last_cmd = cmd;
1295 stroker->last_cmd = (VGPathCommand)0;
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c51 UINT8 *p_old = nfc_cb.last_cmd;
161 UINT8 *p_old = nfc_cb.last_cmd;
301 UINT8 *p_old = nfc_cb.last_cmd;
/external/chromium_org/v8/src/
H A Dd8.js125 var last_cmd = ''; variable
340 last_cmd = cmd;
1110 last_cmd = 'info break';
1114 last_cmd = 'info locals';
1118 last_cmd = 'info args';
1467 if (last_cmd === 'info locals') {
1479 } else if (last_cmd === 'info args') {
1529 if (last_cmd == 'p' || last_cmd == 'print') {
/external/v8/src/
H A Dd8.js125 var last_cmd = ''; variable
344 last_cmd = cmd;
1164 last_cmd = 'info break';
1168 last_cmd = 'info locals';
1172 last_cmd = 'info args';
2056 if (last_cmd === 'info locals') {
2068 } else if (last_cmd === 'info args') {
2118 if (last_cmd == 'p' || last_cmd == 'print') {
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h181 UINT8 last_cmd[NFC_SAVED_CMD_SIZE];/* part of last NCI command payload */ member in struct:__anon20282
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_int.h200 BOOLEAN last_cmd; member in struct:__anon1577
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h369 UINT8 last_cmd[NFC_HAL_SAVED_CMD_SIZE];/* part of last NCI command payload */ member in struct:__anon19875
/external/qemu/hw/
H A Dbt-hci.c39 int last_cmd; /* Note: Always little-endian */ member in struct:bt_hci_s
475 .opcode = hci->last_cmd,
492 params->opcode = hci->last_cmd;
1127 hci->last_cmd = 0;
1473 memcpy(&hci->last_cmd, data, 2);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c714 memcpy(nfc_hal_cb.ncit_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_HAL_SAVED_CMD_SIZE);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c280 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE);

Completed in 231 milliseconds