|
|
| version 1.5, 2004/02/20 16:09:04 | version 1.7, 2005/03/12 12:32:54 |
|---|---|
| Line 12 | Line 12 |
| * 2. Redistributions in binary form must reproduce the above copyright | * 2. Redistributions in binary form must reproduce the above copyright |
| * notice, this list of conditions and the following disclaimer in the | * notice, this list of conditions and the following disclaimer in the |
| * documentation and/or other materials provided with the distribution. | * documentation and/or other materials provided with the distribution. |
| * 3. The name of the author may not be used to endorse or promote products | |
| * derived from this software without specific prior written permission. | |
| * | * |
| * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| Line 158 Grp2_EbIb(void) | Line 156 Grp2_EbIb(void) |
| UINT8 *out; | UINT8 *out; |
| UINT32 madr; | UINT32 madr; |
| UINT32 op; | UINT32 op; |
| UINT cl; | UINT32 cl; |
| int idx; | int idx; |
| GET_PCBYTE(op); | GET_PCBYTE(op); |
| Line 184 Grp2_EwIb(void) | Line 182 Grp2_EwIb(void) |
| UINT16 *out; | UINT16 *out; |
| UINT32 madr; | UINT32 madr; |
| UINT32 op; | UINT32 op; |
| UINT cl; | UINT32 cl; |
| int idx; | int idx; |
| GET_PCBYTE(op); | GET_PCBYTE(op); |
| Line 210 Grp2_EdIb(void) | Line 208 Grp2_EdIb(void) |
| UINT32 *out; | UINT32 *out; |
| UINT32 madr; | UINT32 madr; |
| UINT32 op; | UINT32 op; |
| UINT cl; | UINT32 cl; |
| int idx; | int idx; |
| GET_PCBYTE(op); | GET_PCBYTE(op); |
| Line 287 Grp2_EbCL(void) | Line 285 Grp2_EbCL(void) |
| UINT8 *out; | UINT8 *out; |
| UINT32 madr; | UINT32 madr; |
| UINT32 op; | UINT32 op; |
| UINT cl; | UINT32 cl; |
| int idx; | int idx; |
| GET_PCBYTE(op); | GET_PCBYTE(op); |
| Line 315 Grp2_EwCL(void) | Line 313 Grp2_EwCL(void) |
| UINT16 *out; | UINT16 *out; |
| UINT32 madr; | UINT32 madr; |
| UINT32 op; | UINT32 op; |
| UINT cl; | UINT32 cl; |
| int idx; | int idx; |
| GET_PCBYTE(op); | GET_PCBYTE(op); |
| Line 343 Grp2_EdCL(void) | Line 341 Grp2_EdCL(void) |
| UINT32 *out; | UINT32 *out; |
| UINT32 madr; | UINT32 madr; |
| UINT32 op; | UINT32 op; |
| UINT cl; | UINT32 cl; |
| int idx; | int idx; |
| GET_PCBYTE(op); | GET_PCBYTE(op); |