Home
last modified time | relevance | path

Searched refs:state_shift (Results 1 – 25 of 67) sorted by relevance

123

/dports/emulators/aranym/aranym-1.1.0/src/
H A Djoypads.cpp131 int state_mask = 0, state_shift = 0, i; in handleRead() local
139 state_shift = multiplexer0[i][2]; in handleRead()
149 state_shift = multiplexer1[i][2]; in handleRead()
157 if (state_shift<0) { in handleRead()
158 value = ~((state<<(-state_shift)) & state_mask); in handleRead()
160 value = ~((state>>state_shift) & state_mask); in handleRead()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_MemoryPool.hpp82 uint32_t sb_state_size, uint32_t state_shift,
93 enum : uint32_t { state_shift = CB::state_shift }; enumerator
211 const uint32_t block_count_lg2 = (*sb_state_ptr) >> state_shift; in get_usage_statistics()
246 m_sb_state_size, state_shift, in print_state()
429 const uint32_t block_state = block_count_lg2 << state_shift; in MemoryPool()
509 const uint32_t block_state = block_count_lg2 << state_shift; in allocate()
567 const uint32_t count_lg2 = sb_state >> state_shift; in allocate()
661 (used < (1u << (state >> state_shift)))) { in allocate()
761 m_sb_size_lg2 - (block_state >> state_shift); in deallocate()
822 const uint32_t block_count_lg2 = state >> state_shift; in superblock_state()
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_MemoryPool.hpp82 uint32_t sb_state_size, uint32_t state_shift,
93 enum : uint32_t { state_shift = CB::state_shift }; enumerator
211 const uint32_t block_count_lg2 = (*sb_state_ptr) >> state_shift; in get_usage_statistics()
246 m_sb_state_size, state_shift, in print_state()
429 const uint32_t block_state = block_count_lg2 << state_shift; in MemoryPool()
509 const uint32_t block_state = block_count_lg2 << state_shift; in allocate()
567 const uint32_t count_lg2 = sb_state >> state_shift; in allocate()
661 (used < (1u << (state >> state_shift)))) { in allocate()
761 m_sb_size_lg2 - (block_state >> state_shift); in deallocate()
822 const uint32_t block_count_lg2 = state >> state_shift; in superblock_state()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_MemoryPool.hpp82 uint32_t sb_state_size, uint32_t state_shift,
93 enum : uint32_t { state_shift = CB::state_shift }; enumerator
211 const uint32_t block_count_lg2 = (*sb_state_ptr) >> state_shift; in get_usage_statistics()
246 m_sb_state_size, state_shift, in print_state()
429 const uint32_t block_state = block_count_lg2 << state_shift; in MemoryPool()
509 const uint32_t block_state = block_count_lg2 << state_shift; in allocate()
567 const uint32_t count_lg2 = sb_state >> state_shift; in allocate()
661 (used < (1u << (state >> state_shift)))) { in allocate()
761 m_sb_size_lg2 - (block_state >> state_shift); in deallocate()
822 const uint32_t block_count_lg2 = state >> state_shift; in superblock_state()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/detail/
H A Dcombined_tagged_state.hpp29 static const std::size_t state_shift = 56; // 8th byte member in hpx::threads::detail::combined_tagged_state
45 return (i >> state_shift) & state_mask; in extract_state()
60 return (state << state_shift) | (state_ex << state_ex_shift) | tag; in pack_state()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/dvda/algorithms/
H A Dread_iir_parameters.pfl18 VAR state_shift "state shift";
32 state_shift <- read 4 unsigned;
35 iir_state[s][c][i] <- (read (state_bits) signed) * 2 ^ state_shift;
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_ConcurrentBitset.hpp78 enum : uint32_t { state_shift = 26 }; enumerator
79 enum : uint32_t { state_used_mask = (1 << state_shift) - 1 };
80 enum : uint32_t { state_header_mask = uint32_t(0x001f) << state_shift };
H A DKokkos_MemoryPool.cpp114 uint32_t sb_state_size, uint32_t state_shift, in _print_memory_pool_state() argument
121 const uint32_t block_count_lg2 = (*sb_state_ptr) >> state_shift; in _print_memory_pool_state()
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_ConcurrentBitset.hpp78 enum : uint32_t { state_shift = 26 }; enumerator
79 enum : uint32_t { state_used_mask = (1 << state_shift) - 1 };
80 enum : uint32_t { state_header_mask = uint32_t(0x001f) << state_shift };
H A DKokkos_MemoryPool.cpp114 uint32_t sb_state_size, uint32_t state_shift, in _print_memory_pool_state() argument
121 const uint32_t block_count_lg2 = (*sb_state_ptr) >> state_shift; in _print_memory_pool_state()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_ConcurrentBitset.hpp78 enum : uint32_t { state_shift = 26 }; enumerator
79 enum : uint32_t { state_used_mask = (1 << state_shift) - 1 };
80 enum : uint32_t { state_header_mask = uint32_t(0x001f) << state_shift };
H A DKokkos_MemoryPool.cpp114 uint32_t sb_state_size, uint32_t state_shift, in _print_memory_pool_state() argument
121 const uint32_t block_count_lg2 = (*sb_state_ptr) >> state_shift; in _print_memory_pool_state()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmlpdec.c697 int state_bits, state_shift; in read_filter_params() local
706 state_shift = get_bits(gbp, 4); in read_filter_params()
711 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) << state_shift : 0; in read_filter_params()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmlpdec.c696 int state_bits, state_shift; in read_filter_params() local
705 state_shift = get_bits(gbp, 4); in read_filter_params()
710 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) * (1 << state_shift) : 0; in read_filter_params()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c696 int state_bits, state_shift; in read_filter_params() local
705 state_shift = get_bits(gbp, 4); in read_filter_params()
710 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) * (1 << state_shift) : 0; in read_filter_params()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmlpdec.c697 int state_bits, state_shift; in read_filter_params() local
706 state_shift = get_bits(gbp, 4); in read_filter_params()
711 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) << state_shift : 0; in read_filter_params()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c696 int state_bits, state_shift; in read_filter_params() local
705 state_shift = get_bits(gbp, 4); in read_filter_params()
710 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) * (1 << state_shift) : 0; in read_filter_params()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmlpdec.c697 int state_bits, state_shift; in read_filter_params() local
706 state_shift = get_bits(gbp, 4); in read_filter_params()
711 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) * (1 << state_shift) : 0; in read_filter_params()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmlpdec.c697 int state_bits, state_shift; in read_filter_params() local
706 state_shift = get_bits(gbp, 4); in read_filter_params()
711 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) * (1 << state_shift) : 0; in read_filter_params()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgenautomata.c328 static state_t state_shift (state_t, reserv_sets_t);
4211 state_shift (state_t state, reserv_sets_t reservs) in state_shift() function
5835 state2 = state_shift (state, reservs_matter); in make_automaton()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenautomata.c327 static state_t state_shift (state_t, reserv_sets_t);
4203 state_shift (state_t state, reserv_sets_t reservs) in state_shift() function
5770 state2 = state_shift (state, reservs_matter); in make_automaton()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenautomata.c327 static state_t state_shift (state_t, reserv_sets_t);
4203 state_shift (state_t state, reserv_sets_t reservs) in state_shift() function
5770 state2 = state_shift (state, reservs_matter); in make_automaton()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenautomata.c3903 state_shift (state_t state, reserv_sets_t reservs) in state_shift() function
5611 state2 = state_shift (state, reservs_matter); in make_automaton()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenautomata.c3903 state_shift (state_t state, reserv_sets_t reservs) in state_shift() function
5611 state2 = state_shift (state, reservs_matter); in make_automaton()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenautomata.c3903 state_shift (state_t state, reserv_sets_t reservs) in state_shift() function
5611 state2 = state_shift (state, reservs_matter); in make_automaton()

123