| /src/sbin/newfs_lfs/ |
| newfs.c | 170 int debug, force, fsi, fso, lfs_segsize, maxpartitions, bitwidth; local 190 start = debug = force = lfs_segsize = bitwidth = 0; 254 bitwidth = strtoint("bit width", optarg, 32, 64); 266 if (bitwidth != 32 && bitwidth != 64 && bitwidth != 0) { 268 bitwidth); 270 if (bitwidth == 64 && version < 2) { 364 if (bitwidth == 0) { 366 bitwidth = 64 [all...] |
| make_lfs.c | 392 u_int32_t roll_id, int bitwidth) 424 is64 = (bitwidth == 64); 644 printf("Creating a version %d LFS%d", lfs_sb_getversion(fs), bitwidth); 648 if (bitwidth == 64) {
|
| /src/usr.sbin/cpuctl/arch/ |
| aarch64.c | 67 unsigned char bitwidth; member in struct:fieldinfo 129 .bitwidth = _bitwidth, \ 240 { .bitwidth = 0 } /* end of table */ 287 { .bitwidth = 0 } /* end of table */ 386 { .bitwidth = 0 } /* end of table */ 501 { .bitwidth = 0 } /* end of table */ 604 { .bitwidth = 0 } /* end of table */ 696 { .bitwidth = 0 } /* end of table */ 759 { .bitwidth = 0 } /* end of table */ 816 { .bitwidth = 0 } /* end of table * [all...] |
| /src/sys/arch/aarch64/aarch64/ |
| db_trace.c | 188 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) 190 const uint64_t signbit = ((uint64_t)1 << (bitwidth - 1)); 199 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) 206 rotate(int bitwidth, uint64_t v, int n) 210 n &= (bitwidth - 1); 211 result = (((v << (bitwidth - n)) | (v >> n))); 212 if (bitwidth < 64) 213 result &= ((1ULL << bitwidth) - 1); 220 const int bitwidth = (sf == 0) ? 32 : 64; local 229 while (esize < bitwidth) { [all...] |
| kobj_machdep.c | 103 checkoverflow(Elf_Addr addr, int bitwidth, Elf_Addr targetaddr, 106 const Elf_Addr mask = ~__BITS(bitwidth - 1, 0); 111 (uintptr_t)targetaddr, where, off, bitwidth, bitscale);
|
| disasm.c | 647 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) 649 const uint64_t signbit = ((uint64_t)1 << (bitwidth - 1)); 658 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) 665 rotate(int bitwidth, uint64_t v, int n) 669 n &= (bitwidth - 1); 670 result = (((v << (bitwidth - n)) | (v >> n))); 671 if (bitwidth < 64) 672 result &= ((1ULL << bitwidth) - 1); 699 const int bitwidth = (sf == 0) ? 32 : 64; local 708 while (esize < bitwidth) { 759 const uint64_t bitwidth = (sf == 0) ? 32 : 64; local 1231 const uint64_t bitwidth = (sf == 0) ? 32 : 64; local 1424 const uint64_t bitwidth = (sf == 0) ? 32 : 64; local 2349 const uint64_t bitwidth = (sf == 0) ? 32 : 64; local [all...] |
| db_interface.c | 274 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) 276 const uint64_t signbit = ((uint64_t)1 << (bitwidth - 1));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtlanal.cc | 5393 unsigned int bitwidth = GET_MODE_PRECISION (mode); 5402 if (bitwidth <= HOST_BITS_PER_WIDE_INT 5403 && (nonzero & (HOST_WIDE_INT_1U << (bitwidth - 1))) != 0) 5406 return (nonzero == 0 ? bitwidth : bitwidth - floor_log2 (nonzero) - 1); 5416 if (bitwidth < xmode_width) 5420 return MAX (1, num0 - (int) (xmode_width - bitwidth)); 5423 if (bitwidth > xmode_width) 5478 return MAX (1, ((int) bitwidth - (int) xmode_width + 1)); 5490 return MAX ((int) bitwidth - (int) xmode_width + 1, num0) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| rtlanal.cc | 5373 unsigned int bitwidth = GET_MODE_PRECISION (mode); 5382 if (bitwidth <= HOST_BITS_PER_WIDE_INT 5383 && (nonzero & (HOST_WIDE_INT_1U << (bitwidth - 1))) != 0) 5386 return (nonzero == 0 ? bitwidth : bitwidth - floor_log2 (nonzero) - 1); 5396 if (bitwidth < xmode_width) 5400 return MAX (1, num0 - (int) (xmode_width - bitwidth)); 5403 if (bitwidth > xmode_width) 5458 return MAX (1, ((int) bitwidth - (int) xmode_width + 1)); 5470 return MAX ((int) bitwidth - (int) xmode_width + 1, num0) [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 589 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See 593 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See 597 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See 601 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See 605 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See 609 (** [integer_type c n] returns an integer type of bitwidth [n] in the context 977 None is returned if this is not an integer constant, or bitwidth exceeds 64.
|
| /src/sys/dev/pci/ |
| if_ixl.c | 6296 int bitwidth; local 6298 bitwidth = reg_hi == 0 ? 32 : 48; 6302 if (bitwidth > 32) { 6309 delta += ((uint64_t)1 << bitwidth);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 739 unsigned HOST_WIDE_INT bitwidth = bitwidths[op_flags - O_U1]; local 746 || tree_to_uhwi (arg) > (HOST_WIDE_INT_1U << bitwidth) - 1 770 argnum, decl, (HOST_WIDE_INT_1U << bitwidth) - 1); 779 int bitwidth = bitwidths[op_flags - O_S2]; 782 || tree_to_shwi (arg) < -(HOST_WIDE_INT_1 << (bitwidth - 1)) 783 || tree_to_shwi (arg) > ((HOST_WIDE_INT_1 << (bitwidth - 1)) - 1)) 787 -(HOST_WIDE_INT_1 << (bitwidth - 1)), 788 (HOST_WIDE_INT_1 << (bitwidth - 1)) - 1);
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 798 unsigned HOST_WIDE_INT bitwidth = bitwidths[op_flags - O_U1]; local 805 || tree_to_uhwi (arg) > (HOST_WIDE_INT_1U << bitwidth) - 1 829 argnum, decl, (HOST_WIDE_INT_1U << bitwidth) - 1); 838 int bitwidth = bitwidths[op_flags - O_S2]; 841 || tree_to_shwi (arg) < -(HOST_WIDE_INT_1 << (bitwidth - 1)) 842 || tree_to_shwi (arg) > ((HOST_WIDE_INT_1 << (bitwidth - 1)) - 1)) 846 -(HOST_WIDE_INT_1 << (bitwidth - 1)), 847 (HOST_WIDE_INT_1 << (bitwidth - 1)) - 1);
|