Home
last modified time | relevance | path

Searched refs:rd10 (Results 1 - 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DlogicalAndOperatorWithEveryType.js58 var rd10 = undefined && a4; variable
182 var rd10 = undefined && a4; variable
H A DlogicalOrOperatorWithEveryType.js60 var rd10 = undefined || a4; // undefined || string is string variable
186 var rd10 = undefined || a4; // undefined || string is string variable
H A DarithmeticOperatorWithEnum.js65 var rd10 = a - E.b; variable
212 var rd10 = a - E.b; variable
H A DarithmeticOperatorWithEnumUnion.js69 var rd10 = a - E.b; variable
221 var rd10 = a - E.b; variable
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c2653 struct scsicmd_read10_s *rd10 = (struct scsicmd_read10_s *)cdb; in usbhost_readcdb10() local
2656 rd10->opcode = SCSI_CMD_READ10; in usbhost_readcdb10()
2657 usbhost_putbe32(rd10->lba, startsector); in usbhost_readcdb10()
2658 usbhost_putbe16(rd10->xfrlen, nsectors); in usbhost_readcdb10()

Completed in 9 milliseconds