Home
last modified time | relevance | path

Searched refs:readInfo (Results 1 – 11 of 11) sorted by relevance

/external/quake/quake/src/QW/client/
Dcd_audio.c204 static union readInfo_u *readInfo; variable
251 readInfo->reset.code = WRITE_REQUEST_RESET; in CDAudio_Reset()
278 readInfo->reset.code = WRITE_REQUEST_EJECT; in CDAudio_Eject()
308 readInfo->audioTrackInfo.code = READ_REQUEST_AUDIO_TRACK_INFO; in CDAudio_GetAudioTrackInfo()
309 readInfo->audioTrackInfo.track = track; in CDAudio_GetAudioTrackInfo()
323 *start = readInfo->audioTrackInfo.start; in CDAudio_GetAudioTrackInfo()
324 control = readInfo->audioTrackInfo.control & AUDIO_CONTROL_MASK; in CDAudio_GetAudioTrackInfo()
351 readInfo->audioDiskInfo.code = READ_REQUEST_AUDIO_DISK_INFO; in CDAudio_GetAudioDiskInfo()
366 cd.lowTrack = readInfo->audioDiskInfo.lowTrack; in CDAudio_GetAudioDiskInfo()
367 cd.highTrack = readInfo->audioDiskInfo.highTrack; in CDAudio_GetAudioDiskInfo()
[all …]
/external/quake/quake/src/WinQuake/
Dcd_audio.cpp226 static union readInfo_u *readInfo; variable
272 readInfo->reset.code = WRITE_REQUEST_RESET; in CDAudio_Reset()
296 readInfo->reset.code = WRITE_REQUEST_EJECT; in CDAudio_Eject()
322 readInfo->audioTrackInfo.code = READ_REQUEST_AUDIO_TRACK_INFO; in CDAudio_GetAudioTrackInfo()
323 readInfo->audioTrackInfo.track = track; in CDAudio_GetAudioTrackInfo()
337 *start = readInfo->audioTrackInfo.start; in CDAudio_GetAudioTrackInfo()
338 control = readInfo->audioTrackInfo.control & AUDIO_CONTROL_MASK; in CDAudio_GetAudioTrackInfo()
359 readInfo->audioDiskInfo.code = READ_REQUEST_AUDIO_DISK_INFO; in CDAudio_GetAudioDiskInfo()
374 cd.lowTrack = readInfo->audioDiskInfo.lowTrack; in CDAudio_GetAudioDiskInfo()
375 cd.highTrack = readInfo->audioDiskInfo.highTrack; in CDAudio_GetAudioDiskInfo()
[all …]
/external/proguard/src/proguard/classfile/instruction/
DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) in readInfo() method in LookUpSwitchInstruction
DBranchInstruction.java115 protected void readInfo(byte[] code, int offset) in readInfo() method in BranchInstruction
DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) in readInfo() method in TableSwitchInstruction
DSimpleInstruction.java186 protected void readInfo(byte[] code, int offset) in readInfo() method in SimpleInstruction
DInstruction.java722 protected abstract void readInfo(byte[] code, int offset); in readInfo() method in Instruction
DConstantInstruction.java128 protected void readInfo(byte[] code, int offset) in readInfo() method in ConstantInstruction
DVariableInstruction.java256 protected void readInfo(byte[] code, int offset) in readInfo() method in VariableInstruction
DInstructionFactory.java295 instruction.readInfo(code, index); in create()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java1106 protected void readInfo(byte[] code, int offset) in readInfo() method in CodeAttributeEditor.CompositeInstruction