Home
last modified time | relevance | path

Searched refs:state_size (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom.tcc191 for (int __i = 1; __i < state_size; ++__i) in seed()
200 _M_p = state_size; in seed()
212 for (int __i = 0; __i < state_size; ++__i) in seed()
215 _M_p = state_size; in seed()
229 if (_M_p >= state_size) in operator ()()
Drandom477 * @var state_size The degree of recursion.
501 static const int state_size = __n;
560 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
625 _UIntType _M_x[state_size];
/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c950 uint32_t state_size; in dmub_fw_state_show() local
959 state_size = fb_info->fb[DMUB_WINDOW_6_FW_STATE].size; in dmub_fw_state_show()
961 return seq_write(m, state_base, state_size); in dmub_fw_state_show()
/openbsd/src/sys/dev/pci/drm/radeon/
Dsi_dpm.c5215 size_t state_size = struct_size(smc_state, levels, in si_upload_sw_state() local
5218 memset(smc_state, 0, state_size); in si_upload_sw_state()
5225 state_size, si_pi->sram_end); in si_upload_sw_state()
5240 u32 state_size = sizeof(struct SISLANDS_SMC_SWSTATE_SINGLE); in si_upload_ulv_state() local
5242 memset(smc_state, 0, state_size); in si_upload_ulv_state()
5247 state_size, si_pi->sram_end); in si_upload_ulv_state()
Dni_dpm.c2694 size_t state_size = struct_size(smc_state, levels, in ni_upload_sw_state() local
2698 smc_state = kzalloc(state_size, GFP_KERNEL); in ni_upload_sw_state()
2706 ret = rv770_copy_bytes_to_smc(rdev, address, (u8 *)smc_state, state_size, pi->sram_end); in ni_upload_sw_state()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgnu-nat.c373 mach_msg_type_number_t state_size = THREAD_STATE_SIZE; in proc_get_state() local
376 (thread_state_t) &proc->state, &state_size); in proc_get_state()
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c7029 state = alloca (state_size ()); in frv_insn_unit()
7402 frv_packet.dfa_state = alloca (state_size ()); in frv_for_each_packet()
7496 dfa_size = state_size (); in frv_sort_insn_group_1()
7562 dfa_size = state_size (); in frv_sort_insn_group()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dhaifa-sched.c2421 dfa_state_size = state_size ();
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c8689 tmp_state = alloca (state_size ()); in mips_sim_wait_units()
8691 || (memcpy (tmp_state, state->dfa_state, state_size ()), in mips_sim_wait_units()
8846 mips_sim_init (&state, alloca (state_size ())); in vr4130_align_insns()
/openbsd/src/gnu/llvm/libcxx/include/
Drandom87 static constexpr size_t state_size = n;
/openbsd/src/gnu/gcc/gcc/
Dhaifa-sched.c2826 dfa_state_size = state_size (); in sched_init()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/
Dfrv.c8721 frv_state = (state_t) xmalloc (state_size ()); in frv_pack_insns()
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dia64.c8267 dfa_state_size = state_size (); in ia64_init_dfa_pre_cycle_insn()