|
|
| version 1.5, 2004/02/20 16:09:04 | version 1.8, 2011/01/15 17:17:23 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2002-2003 NONAKA Kimihiro | * Copyright (c) 2002-2003 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 12 | Line 10 |
| * 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 154 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 180 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 206 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 283 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 311 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 339 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); |