/third_party/backends/backend/ |
H A D | plustek-pp_io.c | 94 Byte bData, tmp; in ioDataFromSPPFast() local 103 bData = _INB_STATUS( ps ); in ioDataFromSPPFast() 104 bData &= 0xf0; in ioDataFromSPPFast() 113 bData |= (tmp >> 4); in ioDataFromSPPFast() 118 return bData; in ioDataFromSPPFast() 123 Byte bData, tmp; in ioDataFromSPPMiddle() local 133 bData = _INB_STATUS( ps ); in ioDataFromSPPMiddle() 134 bData &= 0xf0; in ioDataFromSPPMiddle() 144 bData |= (tmp >> 4); in ioDataFromSPPMiddle() 149 return bData; in ioDataFromSPPMiddle() 154 Byte bData, tmp; ioDataFromSPPSlow() local 187 Byte bData, tmp; ioDataFromSPPSlowest() local 847 Byte bData; IODataRegisterFromScanner() local [all...] |
H A D | plustek-pp_motor.c | 367 Byte bData; in motorSetRunPositionRegister() local 371 bData = ps->AsicReg.RD_Motor0Control & ~_MotorDirForward; in motorSetRunPositionRegister() 373 bData = ps->AsicReg.RD_Motor0Control | _MotorDirForward; in motorSetRunPositionRegister() 376 IOCmdRegisterToScanner( ps, ps->RegMotor0Control, bData ); in motorSetRunPositionRegister() 381 bData = ps->Asic96Reg.RD_MotorControl & ~_MotorDirForward; in motorSetRunPositionRegister() 383 bData = ps->Asic96Reg.RD_MotorControl | _MotorDirForward; in motorSetRunPositionRegister() 386 IOCmdRegisterToScanner( ps, ps->RegMotorControl, bData ); in motorSetRunPositionRegister() 2338 Byte bState, bData; local 2386 bData = 0; 2403 bData 2509 Byte bOld1ScanState, bData; global() local 2968 Byte bData; global() local [all...] |
H A D | niash_core.c | 421 unsigned char bData; in WaitReadyBit() local 425 NiashReadReg (iHandle, 0x03, &bData); in WaitReadyBit() 427 while ((bData & 8) == 0); in WaitReadyBit() 724 unsigned char bData, bData2; in XferBufferGetLine() local 750 NiashReadReg (iHandle, 0x20, &bData); in XferBufferGetLine() 761 (int) bData, iLines * p->iBytesPerLine, (int) bData2); in XferBufferGetLine() 1175 unsigned char bData; in GetLamp() local 1177 NiashReadReg (pHWParams->iXferHandle, 0x03, &bData); in GetLamp() 1178 *pfLampIsOn = ((bData & 0x01) != 0); in GetLamp() 1186 unsigned char bData; in SetLamp() local [all...] |
H A D | plustek-pp_procs.h | 211 _LOC void IODataToRegister ( pScanData ps, Byte bReg, Byte bData ); 214 _LOC void IODataRegisterToDAC ( pScanData ps, Byte bReg, Byte bData ); 217 _LOC void IOCmdRegisterToScanner ( pScanData ps, Byte bReg, Byte bData );
|
H A D | niash_xfer.c | 195 NiashWriteReg (int iHandle, unsigned char bReg, unsigned char bData) in NiashWriteReg() argument 206 parusb_write_reg (iHandle, EPP_DATA_WRITE, bData); in NiashWriteReg()
|
H A D | niash_xfer.h | 81 unsigned char bData);
|
H A D | plustek-pp_image.c | 940 Byte bData, bFifoCount; in imageP96ReadOneImageLine() local 953 bData = IOGetScanState( ps, _FALSE); in imageP96ReadOneImageLine() 955 if (!(bData & _SCANSTATE_STOP)) { in imageP96ReadOneImageLine() 956 if (bData < ps->bCurrentLineCount) in imageP96ReadOneImageLine() 957 bData += _NUMBER_OF_SCANSTEPS; in imageP96ReadOneImageLine() 958 if ((bData - ps->bCurrentLineCount) < _SCANSTATE_BYTES) in imageP96ReadOneImageLine()
|
H A D | plustek-pp_p9636.c | 232 Byte bData; in p9636Init98001() local 240 bData = IODataRegisterFromScanner( ps, ps->RegConfiguration ); in p9636Init98001() 242 ps->Device.bCCDID = bData; in p9636Init98001() 244 DBG( DBG_HIGH, "bData = 0x%04X, PCB-ID = 0x%02X\n", bData, (bData >> 4)); in p9636Init98001()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedNegative.cpp | 64 glw::GLboolean bData; in iterate() local 133 gl.getBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData); in iterate() 134 success &= ExpectedError(GL_INVALID_VALUE, "glGetBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData)"); in iterate()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb.h | 593 uByte bData[sizeof((uint8_t []){m})]; \ 597 .bData = { m }, \ 603 uByte bData[2]; member
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | matrix_utils_unittest.cpp | 2425 float *bData = b.data(); in TEST() local 2428 bData[i] += 0.09f; in TEST() 2435 bData[i] -= 2 * 0.09f; in TEST()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 221046 int bData = 0; global() local [all...] |