Searched refs:op0 (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dsparc-dis.c804 struct sparc_opcode *op0 = * (struct sparc_opcode **) a; local
806 unsigned long int match0 = op0->match, match1 = op1->match;
807 unsigned long int lose0 = op0->lose, lose1 = op1->lose;
815 if (op0->architecture & current_arch_mask)
824 else if (op0->architecture != op1->architecture)
825 return op0->architecture - op1->architecture;
836 op0->name, match0, lose0);
837 op0->lose &= ~op0->match;
838 lose0 = op0
[all...]
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_predict.c240 PredictorDecodeRow(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
247 if ((*sp->coderow)(tif, op0, occ0, s)) {
248 (*sp->pfunc)(tif, op0, occ0);
262 PredictorDecodeTile(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
268 if ((*sp->codetile)(tif, op0, occ0, s)) {
273 (*sp->pfunc)(tif, op0, (tsize_t) rowsize);
275 op0 += rowsize;
H A Dtif_lzw.c315 LZWDecode(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
318 char *op = (char*) op0;
497 LZWDecodeCompat(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
500 char *op = (char*) op0;
/haiku-fatelf/src/libs/tiff/
H A Dtif_predict.c389 PredictorDecodeRow(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
397 if ((*sp->decoderow)(tif, op0, occ0, s)) {
398 (*sp->decodepfunc)(tif, op0, occ0);
412 PredictorDecodeTile(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
419 if ((*sp->decodetile)(tif, op0, occ0, s)) {
424 (*sp->decodepfunc)(tif, op0, (tsize_t) rowsize);
426 op0 += rowsize;
H A Dtif_lzw.c350 LZWDecode(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
353 char *op = (char*) op0;
561 LZWDecodeCompat(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
564 char *op = (char*) op0;
/haiku-fatelf/src/bin/coreutils/src/
H A Djoin.c892 bool op0 = (operand_status[0] == MUST_BE_OPERAND); local
893 char *arg = names[op0];
894 switch (operand_status[op0])
914 if (!op0)
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dmsp430.h200 int op0; /* Opcode for first word of short jump. */ member in struct:hcodes_s
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-modules.c2225 { "op0", 11, -1, 0, 0, 0, 0, 0, 0 },
9093 int op0 = (insn[0] >> 4) & 0xf;
9094 return length_table[op0];
9079 int op0 = (insn[0] >> 4) & 0xf; local

Completed in 97 milliseconds