| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| hgcd_appr.c | 82 the GMP_NUMB_BITS * s - extra_bits as the current target size. */ 87 unsigned extra_bits = 0; local 112 if (GMP_NUMB_BITS * (n + 1) + 2 * extra_bits <= 2*GMP_NUMB_BITS * s) 114 mp_size_t p = (GMP_NUMB_BITS * (2*s - n) - 2*extra_bits) / GMP_NUMB_BITS; 116 if (extra_bits == 0) 126 extra_bits = GMP_NUMB_BITS - 1; 131 extra_bits--; 141 if (extra_bits > 0) 151 ap[0] = mpn_rshift (ap+1, ap+1, n, GMP_NUMB_BITS - extra_bits); 152 bp[0] = mpn_rshift (bp+1, bp+1, n, GMP_NUMB_BITS - extra_bits); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_cik_sdma.c | 142 u32 extra_bits = (ib->vm ? ib->vm->ids[ib->ring].id : 0) & 0xf; local 159 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); 178 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | local 187 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); 239 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; local 241 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_SEMAPHORE, 0, extra_bits)); 955 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | local 999 radeon_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits));
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| trees.c | 123 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 124 int extra_base; /* base index for extra_bits */ 254 static_l_desc.extra_bits = extra_lbits; 256 static_d_desc.extra_bits = extra_dbits; 257 static_bl_desc.extra_bits = extra_blbits; 497 const intf *extra = desc->stat_desc->extra_bits;
|
| /src/external/gpl3/binutils/dist/zlib/ |
| trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 120 int extra_base; /* base index for extra_bits */ 310 static_l_desc.extra_bits = extra_lbits; 312 static_d_desc.extra_bits = extra_dbits; 313 static_bl_desc.extra_bits = extra_blbits; 542 const intf *extra = desc->stat_desc->extra_bits;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 120 int extra_base; /* base index for extra_bits */ 249 static_l_desc.extra_bits = extra_lbits; 251 static_d_desc.extra_bits = extra_dbits; 252 static_bl_desc.extra_bits = extra_blbits; 493 const intf *extra = desc->stat_desc->extra_bits;
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 120 int extra_base; /* base index for extra_bits */ 249 static_l_desc.extra_bits = extra_lbits; 251 static_d_desc.extra_bits = extra_dbits; 252 static_bl_desc.extra_bits = extra_blbits; 493 const intf *extra = desc->stat_desc->extra_bits;
|
| /src/external/gpl3/gdb/dist/zlib/ |
| trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 120 int extra_base; /* base index for extra_bits */ 310 static_l_desc.extra_bits = extra_lbits; 312 static_d_desc.extra_bits = extra_dbits; 313 static_bl_desc.extra_bits = extra_blbits; 542 const intf *extra = desc->stat_desc->extra_bits;
|
| /src/common/dist/zlib/ |
| trees.c | 121 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 122 int extra_base; /* base index for extra_bits */ 313 static_l_desc.extra_bits = extra_lbits; 315 static_d_desc.extra_bits = extra_dbits; 316 static_bl_desc.extra_bits = extra_blbits; 546 const intf *extra = desc->stat_desc->extra_bits;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_cik_sdma.c | 233 u32 extra_bits = vmid & 0xf; local 238 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_INDIRECT_BUFFER, 0, extra_bits)); 254 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(1) | local 263 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits)); 866 u32 extra_bits = (SDMA_POLL_REG_MEM_EXTRA_OP(0) | local 871 amdgpu_ring_write(ring, SDMA_PACKET(SDMA_OPCODE_POLL_REG_MEM, 0, extra_bits));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| memory_resource.cc | 327 if (const size_type extra_bits = num_blocks % bits_per_word) 328 _M_words[last_word] = word(-1) << extra_bits; 373 if (const size_type extra_bits = size() % bits_per_word) 374 last <<= (bits_per_word - extra_bits);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| memory_resource.cc | 327 if (const size_type extra_bits = num_blocks % bits_per_word) 328 _M_words[last_word] = word(-1) << extra_bits; 373 if (const size_type extra_bits = size() % bits_per_word) 374 last <<= (bits_per_word - extra_bits);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int.cc | 2319 wide_int extra_bits = wi::bit_and_not (val, mask); 2320 if (extra_bits == 0) 2323 /* Get a mask that includes the top bit in EXTRA_BITS and is all 1s 2326 wide_int lower_mask = wi::mask (precision - wi::clz (extra_bits), 2345 wide_int extra_bits = wi::bit_and_not (val, mask); 2346 if (extra_bits == 0) 2349 /* Get a mask that is all 1s above the top bit in EXTRA_BITS. */ 2351 wide_int upper_mask = wi::mask (precision - wi::clz (extra_bits), 2354 /* Get the bits of the mask that are above the top bit in EXTRA_BITS. */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.cc | 2199 wide_int extra_bits = wi::bit_and_not (val, mask); 2200 if (extra_bits == 0) 2203 /* Get a mask that includes the top bit in EXTRA_BITS and is all 1s 2206 wide_int lower_mask = wi::mask (precision - wi::clz (extra_bits), 2225 wide_int extra_bits = wi::bit_and_not (val, mask); 2226 if (extra_bits == 0) 2229 /* Get a mask that is all 1s above the top bit in EXTRA_BITS. */ 2231 wide_int upper_mask = wi::mask (precision - wi::clz (extra_bits), 2234 /* Get the bits of the mask that are above the top bit in EXTRA_BITS. */
|
| /src/external/mpl/dhcp/dist/server/ |
| mdb6.c | 2200 int extra_bits; local 2227 extra_bits = mask_bits % 8; 2233 if (extra_bits) { 2234 *addrp &= bitmasks[extra_bits];
|
| /src/sys/net/ |
| zlib.c | 2223 const intf *extra_bits; /* extra bits for each code or NULL */ member in struct:static_tree_desc_s 2224 int extra_base; /* base index for extra_bits */ 2352 static_l_desc.extra_bits = extra_lbits; 2354 static_d_desc.extra_bits = extra_dbits; 2355 static_bl_desc.extra_bits = extra_blbits; 2591 const intf *extra = desc->stat_desc->extra_bits;
|