Searched refs:Amount (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h1284 BusLogic_IncrementByteCounter increments Byte Counter by Amount.
1288 *ByteCounter, unsigned int Amount)
1290 ByteCounter->Units += Amount;
1298 BusLogic_IncrementSizeBucket increments the Bucket for Amount.
1301 static inline void BusLogic_IncrementSizeBucket(BusLogic_CommandSizeBuckets_T CommandSizeBuckets, unsigned int Amount) argument
1304 if (Amount < 8 * 1024) {
1305 if (Amount < 2 * 1024)
1306 Index = (Amount < 1 * 1024 ? 0 : 1);
1308 Index = (Amount < 4 * 1024 ? 2 : 3);
1309 } else if (Amount < 12
1287 BusLogic_IncrementByteCounter(struct BusLogic_ByteCounter *ByteCounter, unsigned int Amount) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex5729 % Amount to narrow the margins by for @lisp.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex5945 % Amount to narrow the margins by for @lisp.

Completed in 157 milliseconds