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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
hw_ddc.h 36 const struct ddc_sh_mask *shifts; member in struct:hw_ddc
hw_generic.h 37 const struct generic_sh_mask *shifts; member in struct:hw_generic
hw_hpd.h 36 const struct hpd_sh_mask *shifts; member in struct:hw_hpd
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_cm_common.h 72 struct xfer_func_shift shifts; member in struct:xfer_func_reg
87 struct cm_color_matrix_shift shifts; member in struct:color_matrices_reg
dcn10_hubbub.h 298 const struct dcn_hubbub_shift *shifts; member in struct:dcn10_hubbub
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_hubbub.h 81 const struct dcn_hubbub_shift *shifts; member in struct:dcn20_hubbub
dcn20_vmid.h 86 const struct dcn20_vmid_shift *shifts; member in struct:dcn20_vmid
  /src/external/gpl2/xcvs/dist/src/
scramble.c 55 shifts[] = { variable
104 s[i] = shifts[(unsigned char)(s[i])];
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_audio.h 129 const struct dce_audio_shift *shifts; member in struct:dce_audio
137 const struct dce_audio_shift *shifts,
dce_mem_input.h 336 const struct dce_mem_input_shift *shifts; member in struct:dce_mem_input
dce_i2c_hw.h 274 const struct dce_i2c_shift *shifts; member in struct:dce_i2c_hw
283 const struct dce_i2c_shift *shifts,
291 const struct dce_i2c_shift *shifts,
299 const struct dce_i2c_shift *shifts,
307 const struct dce_i2c_shift *shifts,
315 const struct dce_i2c_shift *shifts,
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_gcd.c 553 int i, j, top, rlen, glen, m, bit = 1, delta = 1, cond = 0, shifts = 0, ret = 0; local
582 /* find shared powers of two, i.e. "shifts" >= 1 */
587 shifts += bit;
592 /* subtract shared powers of two; shifts >= 1 */
593 if (!BN_rshift(r, r, shifts)
594 || !BN_rshift(g, g, shifts))
637 if (!BN_lshift(r, r, shifts)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_gcd.c 553 int i, j, top, rlen, glen, m, bit = 1, delta = 1, cond = 0, shifts = 0, ret = 0; local
582 /* find shared powers of two, i.e. "shifts" >= 1 */
587 shifts += bit;
592 /* subtract shared powers of two; shifts >= 1 */
593 if (!BN_rshift(r, r, shifts)
594 || !BN_rshift(g, g, shifts))
637 if (!BN_lshift(r, r, shifts)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer_private.h 150 const struct dce_hwseq_shift *shifts; member in struct:dce_hwseq
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
des.c 226 int shifts[16] = { 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1 }; local
255 ROTATE_LEFT28(c, shifts[i]);
256 ROTATE_LEFT28(d, shifts[i]);
  /src/external/lgpl3/mpfr/dist/src/
sum.c 468 mpfr_size_t shifts; local
490 shifts = shiftq / GMP_NUMB_BITS;
493 shiftq, (mpfr_prec_t) shifts, shiftc));
495 mpn_lshift (wp + shifts, wp, ws - shifts, shiftc);
497 mpn_copyd (wp + shifts, wp, ws - shifts);
498 MPN_ZERO (wp, shifts);
  /src/external/bsd/bzip2/dist/
blocksort.c 994 Int32 shifts = 0; local
996 while ((bbSize >> shifts) > 65534) shifts++;
1000 UInt16 qVal = (UInt16)(j >> shifts);
1005 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
  /src/external/bsd/byacc/dist/
defs.h 252 /* the structure used to record shifts */
254 typedef struct shifts shifts; typedef in typeref:struct:shifts
255 struct shifts struct
257 struct shifts *next;
399 extern shifts *first_shift;
403 extern shifts **shift_table;
  /src/external/gpl3/gdb/dist/gdbsupport/
unordered_dense.h 927 [[nodiscard]] static constexpr auto calc_num_buckets(uint8_t shifts) -> size_t {
928 return (std::min)(max_bucket_count(), size_t{1} << (64U - shifts));
932 auto shifts = initial_shifts; variable
933 while (shifts > 0 && static_cast<size_t>(static_cast<float>(calc_num_buckets(shifts)) * max_load_factor()) < s) {
934 --shifts;
936 return shifts;
1423 auto shifts = calc_shifts_for_size(container.size()); local
1424 if (0 == m_num_buckets || shifts < m_shifts || container.get_allocator() != m_values.get_allocator()) {
1425 m_shifts = shifts;
1850 auto shifts = calc_shifts_for_size((std::max)(count, size())); local
1866 auto shifts = calc_shifts_for_size((std::max)(capa, size())); local
    [all...]
  /src/sys/dev/pci/
pccbb.c 1950 int shifts = 0; local
1954 ++shifts;
1957 mask = (1 << shifts);
2686 * pcic. this is intentionally signed. The masks and shifts below
  /src/external/bsd/nsd/dist/
options.c 2671 uint8_t shifts[] = {0x0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff}; local
2672 *addr_bytes = shifts[subnet_bits];
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 545 widening multiply, shifts and additions. */
556 int *shifts = XALLOCAVEC (int, nunits * 4); local
557 int *pre_shifts = shifts + nunits;
578 of two and it is possible to expand it using shifts (or for remainder
580 and pre and post shifts if the division is to be expanded using
581 widening or high part multiplication plus shifts. */
597 shifts[i] = tree_log2 (cst);
598 if (shifts[i] != shifts[0]
741 (type) (((uns_type) (op0 >> (prec - 1))) >> (prec - shifts[i])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 582 widening multiply, shifts and additions. */
593 int *shifts = XALLOCAVEC (int, nunits * 4); local
594 int *pre_shifts = shifts + nunits;
615 of two and it is possible to expand it using shifts (or for remainder
617 and pre and post shifts if the division is to be expanded using
618 widening or high part multiplication plus shifts. */
634 shifts[i] = tree_log2 (cst);
635 if (shifts[i] != shifts[0]
778 (type) (((uns_type) (op0 >> (prec - 1))) >> (prec - shifts[i])
    [all...]

Completed in 51 milliseconds