| /src/external/gpl3/binutils/dist/include/opcode/ |
| ft32.h | 473 int jtype = (code15[i] >> 9) & 15; local 477 if (jtype < 14) 479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19); 480 else if (jtype == 14)
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| ft32.h | 473 int jtype = (code15[i] >> 9) & 15; local 477 if (jtype < 14) 479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19); 480 else if (jtype == 14)
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| ft32.h | 473 int jtype = (code15[i] >> 9) & 15; local 477 if (jtype < 14) 479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19); 480 else if (jtype == 14)
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| ft32.h | 473 int jtype = (code15[i] >> 9) & 15; local 477 if (jtype < 14) 479 0x00200000 | ((jtype >> 1) << 22) | ((jtype & 1) << 19); 480 else if (jtype == 14)
|
| /src/external/bsd/libpcap/dist/ |
| gencode.c | 1113 * with the test specified by "jtype"; if "reverse" is true, the test 1114 * should test the opposite of "jtype". 1118 u_int size, bpf_u_int32 mask, int jtype, int reverse, 1132 b = new_block(cstate, JMP(jtype)); 1135 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE)) 9743 bpf_u_int32 jvalue, int jtype, int reverse) 9755 0xffffffffU, jtype, reverse, jvalue); 9764 0xffffffffU, jtype, reverse, jvalue); 9771 0x0fU, jtype, reverse, jvalue) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-decl.cc | 3577 tree ctype, rtype, itype, jtype; local 3591 jtype = gfc_get_int_type (ikinds[jkind]); 3592 if (itype && jtype) 3598 jtype, 2, jtype, itype);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-decl.cc | 3625 tree ctype, rtype, itype, jtype; local 3639 jtype = gfc_get_int_type (ikinds[jkind]); 3640 if (itype && jtype) 3646 jtype, 2, jtype, itype);
|