Searched refs:last_cmd (Results 1 - 11 of 11) 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.js102 var last_cmd = ''; variable
313 last_cmd = cmd;
1083 last_cmd = 'info break';
1087 last_cmd = 'info locals';
1091 last_cmd = 'info args';
1440 if (last_cmd === 'info locals') {
1452 } else if (last_cmd === 'info args') {
1502 if (last_cmd == 'p' || last_cmd == 'print') {
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h182 UINT8 last_cmd[NFC_SAVED_CMD_SIZE];/* part of last NCI command payload */ member in struct:__anon24361
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_int.h200 BOOLEAN last_cmd; member in struct:__anon1720
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h372 UINT8 last_cmd[NFC_HAL_SAVED_CMD_SIZE];/* part of last NCI command payload */ member in struct:__anon23952
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c807 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.c282 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE);

Completed in 244 milliseconds