HomeSort by: relevance | last modified time | path
    Searched defs:offsetbits (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c 2942 static const unsigned char offsetbits[] = local
2950 (int)(sizeof(offsetbits)/sizeof(offsetbits[0]))
3076 if(offsetbits[offssymbol] > 0)
3080 if(offsetbits[offssymbol] > 4) {
3081 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol] - 4))
3083 offs += rar_br_bits(br, offsetbits[offssymbol] - 4) << 4;
3084 rar_br_consume(br, offsetbits[offssymbol] - 4);
3110 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol]))
3112 offs += rar_br_bits(br, offsetbits[offssymbol])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 1606 int offsetbits = (TARGET_RDNA2_PLUS ? 11 : 12); local
1608 && INTVAL (offset) >= -(1 << offsetbits)
1609 && INTVAL (offset) < (1 << offsetbits));
1739 int offsetbits = (TARGET_RDNA2_PLUS ? 11 : 12); local
1742 && INTVAL (offset) >= -(1 << offsetbits)
1743 && INTVAL (offset) < (1 << offsetbits)
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 20498 unsigned offsetbits = inst.operands[1].imm * 2;
20518 inst.instruction |= offsetbits;
20493 unsigned offsetbits = inst.operands[1].imm * 2; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 20501 unsigned offsetbits = inst.operands[1].imm * 2;
20521 inst.instruction |= offsetbits;
20496 unsigned offsetbits = inst.operands[1].imm * 2; local

Completed in 74 milliseconds