| /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/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 */ 312 static_l_desc.extra_bits = extra_lbits; 314 static_d_desc.extra_bits = extra_dbits; 315 static_bl_desc.extra_bits = extra_blbits; 544 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/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/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;
|