Searched refs:offsetbits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_format_rar.c | 2710 static const unsigned char offsetbits[] = in expand() local 2718 (int)(sizeof(offsetbits)/sizeof(offsetbits[0])) in expand() 2846 if(offsetbits[offssymbol] > 0) in expand() 2850 if(offsetbits[offssymbol] > 4) { in expand() 2851 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol] - 4)) in expand() 2853 offs += rar_br_bits(br, offsetbits[offssymbol] - 4) << 4; in expand() 2854 rar_br_consume(br, offsetbits[offssymbol] - 4); in expand() 2880 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol])) in expand() 2882 offs += rar_br_bits(br, offsetbits[offssymbol]); in expand() 2883 rar_br_consume(br, offsetbits[offssymbol]); in expand()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64BranchFixupPass.cpp | 124 ImmBranch(MachineInstr *mi, unsigned offsetbits, bool cond) in ImmBranch() 125 : MI(mi), OffsetBits(offsetbits), IsCond(cond) {} in ImmBranch()
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-arm.c | 13485 unsigned offsetbits = inst.operands[1].imm * 2; in do_neon_ldm_stm() local 13505 inst.instruction |= offsetbits; in do_neon_ldm_stm()
|