/third_party/backends/backend/ |
H A D | plustek-pp_tpa.c | 84 ULong dwHilightOff, ULong dwShadowOff ) in tpaP98SubNoise() 86 ULong dwPixels, dwLines, dwSum; in tpaP98SubNoise() 99 dwSum += (ULong) *pw; in tpaP98SubNoise() 104 dwSum += (ULong) *pw; in tpaP98SubNoise() 120 ULong dw; in tpaP98ShadingWaveformSum() 165 ULong dw, dw1; in tpaP98GetNegativeTempRamData() 337 ULong dw, dw1; in tpaP98RecalculateNegativeShadingGain() 556 ULong dw; in tpaP98RecalculateShadingGainandData() 788 ULong in TPAP98003FindCenterPointer() [all...] |
H A D | plustek-pp_scandata.h | 105 ULong dwVxdFlag; 106 ULong dwScanFlag; 111 ULong dwAppLinesPerArea; 112 ULong dwAppPixelsPerLine; 113 ULong dwAppPhyBytesPerLine; 114 ULong dwAppBytesPerLine; 115 ULong dwAsicPixelsPerPlane; 116 ULong dwAsicBytesPerPlane; 117 ULong dwAsicBytesPerLine; 131 ULong dwPhysBytesPerLin [all...] |
H A D | plustek-pp_types.h | 27 * 0.44 - define Long and ULong types to use int32_t, so 91 typedef unsigned long ULong; 96 typedef uint32_t ULong; typedef 97 typedef ULong *pULong; 165 ULong Red; 166 ULong Green; 167 ULong Blue; 182 ULong dwValue;
|
H A D | plustek-pp_hwdefs.h | 219 ULong dwFullSpeed; 279 typedef void (*pFnDataProcess)(pScanData, pVoid, pVoid, ULong); 280 typedef Bool (*pFnReadData)(pScanData, pUChar, ULong); 283 typedef void (*pFnDACOffs)(pScanData, pDACTblDef, ULong); 284 typedef void (*pFnDACDark)(pScanData, pDACTblDef, ULong, UShort); 523 ULong RD_BufFullSize; /* 0x54, ASIC 98003 */ 625 ULong dwModelOriginY; 671 ULong dwDiv; 677 ULong shadingBytes; 715 ULong dwLinesToRea [all...] |
H A D | plustek-pp_procs.h | 152 _LOC void DacP98003AdjustGain(pScanData ps, ULong color, Byte hilight ); 153 _LOC Byte DacP98003SumGains ( pUChar pb, ULong pixelsLine ); 162 _LOC void MotorP98GoFullStep ( pScanData ps, ULong dwStep ); 165 _LOC void MotorP96ConstantMoveProc ( pScanData ps, ULong dwLines ); 172 _LOC void MotorP98003PositionYProc ( pScanData ps, ULong steps); 199 _LOC Bool IOReadOneShadingLine ( pScanData ps, pUChar pBuf, ULong len ); 200 _LOC ULong IOReadFifoLength ( pScanData ps ); 202 _LOC void IOReadColorData ( pScanData ps, pUChar pBuf, ULong len ); 208 _LOC void IOMoveDataToScanner ( pScanData ps, pUChar pBuffer, ULong size ); 220 _LOC void IOReadScannerImageData ( pScanData ps, pUChar pBuf, ULong siz [all...] |
H A D | plustek-pp_io.c | 68 static Bool fnEPPRead ( pScanData ps, pUChar pBuffer, ULong ulSize ); 69 static Bool fnSPPRead ( pScanData ps, pUChar pBuffer, ULong ulSize ); 70 static Bool fnBiDirRead( pScanData ps, pUChar pBuffer, ULong ulSize ); 223 static Bool fnSPPRead( pScanData ps, pUChar pBuffer, ULong ulSize ) in fnSPPRead() 254 static Bool fnEPPRead( pScanData ps, pUChar pBuffer, ULong ulSize ) in fnEPPRead() 256 register ULong i; in fnEPPRead() 276 static Bool fnBiDirRead( pScanData ps, pUChar pBuffer, ULong ulSize ) in fnBiDirRead() 358 _LOC void ioP98001EstablishScannerConnection( pScanData ps, ULong delTime ) in ioP98001EstablishScannerConnection() 378 static void ioP98003EstablishScannerConnection( pScanData ps, ULong delTime ) in ioP98003EstablishScannerConnection() 424 ULong d in ioP98OpenScanPath() [all...] |
H A D | plustek-pp_map.c | 105 ULong i; in mapSetDitherMap() 127 ULong dw, size; in mapInvertMap() 148 ULong dw; in mapInvertDitherMap() 164 ULong i; in mapBuildLinearMap() 217 ULong i, tabLen, dw; in MapAdjust() 218 ULong *pdw; in MapAdjust()
|
H A D | plustek-pp_motor.c | 218 if ((ULong)(bScanState & _SCANSTATE_MASK) != ps->dwScanStateCount ) in motorCheckMotorPresetLength() 262 ULong dw; in motorClearColorByteTableLoop0() 266 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount + bColors - in motorClearColorByteTableLoop0() 269 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount + bColors); in motorClearColorByteTableLoop0() 281 pb = a_bHalfStepTable + (ULong)(ps->bCurrentLineCount + in motorClearColorByteTableLoop0() 285 (ULong)(ps->bCurrentLineCount + ps->bCurrentSpeed / 2 + 1); in motorClearColorByteTableLoop0() 316 ULong dw = _NUMBER_OF_SCANSTEPS - 1; in motorClearColorByteTableLoop1() 321 dw -= (ULong)ps->bNewGap; in motorClearColorByteTableLoop1() 328 (ULong)(ps->bCurrentLineCount+ps->bNewGap+1-_NUMBER_OF_SCANSTEPS); in motorClearColorByteTableLoop1() 331 (ULong)(p in motorClearColorByteTableLoop1() [all...] |
H A D | plustek-pp_dac.c | 76 static ULong dwADCPipeLine = 4 * 4; 77 static ULong dwReadyLen; 86 ULong dw, dw1; in dacP98AdjustGainAverage() 227 ULong dwPos, dw, dwSum; in dacP98FillChannelDarkLevelControl() 237 dwSum += (ULong)(*p.pw); in dacP98FillChannelDarkLevelControl() 244 dwSum += (ULong)(*p.pw); in dacP98FillChannelDarkLevelControl() 251 dwSum += (ULong)(*p.pw); in dacP98FillChannelDarkLevelControl() 262 ULong dw; in dacP98AdjustGain() 296 ULong dw; in dacP98CheckLastGain() 373 ULong d in dacP98FillRGBMap() [all...] |
H A D | plustek-pp_p48xx.c | 114 ULong adder, ul, cntr; in p48xxDoTest() 142 for (ul = 0; ul < _TEST_SZ / sizeof(ULong); ul++) in p48xxDoTest() 160 for (ul = 0; ul < _TEST_SZ / sizeof(ULong); ul++) { in p48xxDoTest() 167 if (ul != _TEST_SZ / sizeof (ULong)) { in p48xxDoTest() 181 for( ul = 0; ul < _TEST_SZ / sizeof(ULong); ul++ ) { in p48xxDoTest() 187 if (ul != _TEST_SZ / sizeof(ULong)) { in p48xxDoTest() 189 (ULong)(_TEST_SZ / sizeof(ULong))); in p48xxDoTest() 193 adder += _TEST_SZ / sizeof(ULong); in p48xxDoTest() 299 ULong u in p48xxCheck4800Memory() [all...] |
H A D | plustek-pp_image.c | 282 static void fnP96GrayDirect( pScanData ps, pVoid pBuf, pVoid pImg, ULong bl ) in fnP96GrayDirect() 300 static void fnDataDirect( pScanData ps, pVoid pBuf, pVoid pImg, ULong bl ) in fnDataDirect() 309 static void fnHalftoneDirect0( pScanData ps, pVoid pb, pVoid pImg, ULong bL ) in fnHalftoneDirect0() 312 ULong dw; in fnHalftoneDirect0() 335 static void fnHalftoneDirect1( pScanData ps, pVoid pb, pVoid pImg, ULong bL ) in fnHalftoneDirect1() 339 ULong dw; in fnHalftoneDirect1() 362 static void fnP98ColorDirect( pScanData ps, pVoid pb, pVoid pImg, ULong bL ) in fnP98ColorDirect() 378 static void fnP96ColorDirect( pScanData ps, pVoid pb, pVoid pImg, ULong bL ) in fnP96ColorDirect() 397 static void fnP98Color48( pScanData ps, pVoid pb, pVoid pImg, ULong bL ) in fnP98Color48() 402 register ULong in fnP98Color48() [all...] |
H A D | plustek-pp_scale.c | 71 register ULong i, j, x; in ScaleX() 134 for( j = 0; j < (ULong)step; j++ ) { in ScaleX()
|
H A D | plustek-pp_p12.c | 208 ULong channel; in p12SetupScanningCondition() 262 lGreen = (ULong)(-lGreen * ps->DataInf.dwAsicBytesPerPlane); in p12SetupScanningCondition() 267 ps->Scan.dwMinReadFifo += (ULong)lGreen; in p12SetupScanningCondition() 268 ps->Scan.dwMaxReadFifo += (ULong)lGreen; in p12SetupScanningCondition() 325 ps->AsicReg.RD_MotorTotalSteps = (ULong)ps->DataInf.crImage.cy * 4 + in p12SetupScanningCondition() 436 (ULong)ps->Device.wNumCCDRegs * ps->Shade.bIntermediate; in p12ProgramCCD() 481 ps->sCaps.dwFlag |= ((ULong)(ps->Device.bCCDID | ps->Device.bPCBID) << 16); in p12Init98003() 517 ULong i; in p12PutToIdleMode()
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | gdtoaimp.h | 291 typedef union { double d; ULong L[2]; } U; 491 ULong x[1]; 501 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 503 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 596 extern void ULtof ANSI((ULong*, ULong*, Long, int)); 597 extern void ULtod ANSI((ULong*, ULong*, Long, int)); 598 extern void ULtodd ANSI((ULong*, ULong*, Lon [all...] |
H A D | hexnan.c | 36 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() 38 L_shift(ULong *x, ULong *x1, int i) 55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan() 57 hexnan( CONST char **sp, FPI *fpi, ULong *x0) 60 ULong c, h, *x, *x1, *xe; 139 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
|
H A D | strtord.c | 36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod() 38 ULtod(ULong *L, ULong *bits, Long exp, int k) 81 ULong bits[2]; 92 ULtod((ULong*)d, bits, exp, k);
|
H A D | smisc.c | 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() 39 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 135 copybits(c, n, b) ULong *c; int n; Bigint *b; in copybits() 137 copybits(ULong *c, int n, Bigint *b) 140 ULong *ce, *x, *xe; 163 ULong 171 ULong *x, *x0, x1, x2;
|
H A D | misc.c | 66 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong)); 68 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) 112 (y) ULong *y; in lo0bits() 114 (ULong *y) 118 ULong x = *y; 167 ULong *x; 170 ULong carry, *x, y; 172 ULong xi, z; 217 (x) ULong x; in hi0bits_D2A() 219 (ULong [all...] |
H A D | strtodg.c | 54 ULong *x, *xe; 57 ULong carry = 1, y; 64 if (*x < (ULong)0xffffffffL) { 99 ULong *x, *xe; 101 ULong borrow = 1, y; 131 ULong *x, *xe; 151 ULong *x, *xe; 175 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK() 177 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv) 181 ULong carr [all...] |
H A D | gdtoa.h | 41 #ifndef ULong 42 typedef unsigned Long ULong; typedef 108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, 113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
|
H A D | gmisc.c | 41 ULong *x, *x1, *xe, y; 74 ULong L, *x, *xe;
|
H A D | strtof.c | 44 ULong bits[1]; 47 union { ULong L[1]; float f; } u;
|
H A D | sum.c | 42 ULong carry, *xc, *xa, *xb, *xe, y; 44 ULong z;
|
/third_party/python/Python/ |
H A D | dtoa.c | 159 typedef uint32_t ULong; typedef 184 typedef union { double d; ULong L[2]; } U; 329 ULong x[1]; 370 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc() 420 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc() 456 ULong *x; in multadd() 467 *x++ = (ULong)(y & FFFFFFFF); in multadd() 481 b->x[wds++] = (ULong)carry; in multadd() 494 s2b(const char *s, int nd0, int nd, ULong y9) in s2b() 529 hi0bits(ULong [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | int.rs | 40 ULong, 96 Bool | UChar | UShort | UInt | ULong | ULongLong | U8 | U16 | in is_signed()
|