Home
last modified time | relevance | path

Searched refs:state_count (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/dports/graphics/geomview/geomview-1.9.5/src/lib/oogl/util/
H A Dfsa.c74 int state_count; member
102 while (fsa->state_count--) { in fsa_initialize()
108 fsa->state_count = 0; in fsa_initialize()
126 while (fsa->state_count--) { in fsa_delete()
128 OOGLFree((char*)(fsa->state[fsa->state_count])); in fsa_delete()
314 if (fsa->state_count == 0) { in new_state()
317 else if ((fsa->state_count % BLKSIZ == 0)) { in new_state()
321 (fsa->state_count/BLKSIZ+1)*BLKSIZ, in new_state()
328 fsa->state[fsa->state_count]->tlist = NULL; in new_state()
329 ++fsa->state_count; in new_state()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/
H A Dzink_pipeline.c204 unsigned state_count = 4; in zink_create_gfx_pipeline() local
208 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
213 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
215 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
217 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
222 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
223 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
227 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
246 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
251 assert(state_count < ARRAY_SIZE(dynamicStateEnables)); in zink_create_gfx_pipeline()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/client/
H A Dsimulate_crash_mac.cc80 mach_msg_type_number_t state_count; in DeliverException() local
85 state_count = x86_THREAD_STATE_COUNT; in DeliverException()
90 state_count = cpu_context.tsh.count; in DeliverException()
95 state_count = cpu_context.tsh.count; in DeliverException()
101 state_count = ARM_UNIFIED_THREAD_STATE_COUNT; in DeliverException()
105 state_count = cpu_context.ash.count; in DeliverException()
121 state_count = 0; in DeliverException()
133 state_count = 0; in DeliverException()
136 state_count = THREAD_STATE_MAX; in DeliverException()
137 kr = thread_get_state(thread, flavor, old_state, &state_count); in DeliverException()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c183 unsigned state_count = 4; in zink_create_gfx_pipeline() local
187 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline()
189 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT; in zink_create_gfx_pipeline()
192 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline()
194 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_OP_EXT; in zink_create_gfx_pipeline()
196 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_FRONT_FACE_EXT; in zink_create_gfx_pipeline()
201 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT; in zink_create_gfx_pipeline()
202 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR; in zink_create_gfx_pipeline()
206 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VERTEX_INPUT_EXT; in zink_create_gfx_pipeline()
221 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_LINE_STIPPLE_EXT; in zink_create_gfx_pipeline()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A Dmkdfa.c216 int state_count = 0; variable
231 state->num = state_count++; in mkstate()
419 while (base < state_count) { in mktranstables()
425 assert(base < state_count); in mktranstables()
464 for (i = 0; i < state_count; i++) in mktables()
473 for (i = 0; i < state_count; i++) in mktables()
481 for (i = 0; i < state_count; i++) in mktables()
490 for (i = 0; i < state_count; i++) in mktables()
502 for (i = 0; i < state_count; i++) { in mktables()
506 for (i = 0; i < (state_count + char_count); i++) { in mktables()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpuidle/
H A Dcpuidle-psci-domain.c51 int state_count) in psci_pd_parse_state_nodes() argument
56 for (i = 0; i < state_count; i++) { in psci_pd_parse_state_nodes()
81 struct genpd_power_state **states, int *state_count) in psci_pd_parse_states() argument
91 ret = psci_pd_parse_state_nodes(*states, *state_count); in psci_pd_parse_states()
99 unsigned int state_count) in psci_pd_free_states() argument
103 for (i = 0; i < state_count; i++) in psci_pd_free_states()
114 int ret = -ENOMEM, state_count = 0; in psci_pd_init() local
132 ret = psci_pd_parse_states(np, &states, &state_count); in psci_pd_init()
139 pd->state_count = state_count; in psci_pd_init()
149 pd_gov = state_count > 0 ? &pm_domain_cpu_gov : NULL; in psci_pd_init()
[all …]
H A Dcpuidle-cps.c98 .state_count = STATE_COUNT,
122 cps_driver.state_count = STATE_CLOCK_GATED + 1; in cps_cpuidle_init()
124 cps_driver.state_count = STATE_NC_WAIT + 1; in cps_cpuidle_init()
126 cps_driver.state_count = STATE_WAIT + 1; in cps_cpuidle_init()
129 if (cps_driver.state_count < STATE_COUNT) { in cps_cpuidle_init()
131 switch (cps_driver.state_count - 1) { in cps_cpuidle_init()
149 for (i = STATE_NC_WAIT; i < cps_driver.state_count; i++) in cps_cpuidle_init()
H A Dcpuidle-psci.c182 unsigned int state_count, int cpu) in psci_dt_cpu_init_topology() argument
197 drv->states[state_count - 1].enter = psci_enter_domain_idle_state; in psci_dt_cpu_init_topology()
198 drv->states[state_count - 1].enter_s2idle = psci_enter_s2idle_domain_idle_state; in psci_dt_cpu_init_topology()
206 unsigned int state_count, int cpu) in psci_dt_cpu_init_idle() argument
213 state_count++; /* Add WFI state too */ in psci_dt_cpu_init_idle()
214 psci_states = devm_kcalloc(dev, state_count, sizeof(*psci_states), in psci_dt_cpu_init_idle()
219 for (i = 1; i < state_count; i++) { in psci_dt_cpu_init_idle()
233 if (i != state_count) in psci_dt_cpu_init_idle()
237 ret = psci_dt_cpu_init_topology(drv, data, state_count, cpu); in psci_dt_cpu_init_idle()
247 unsigned int cpu, unsigned int state_count) in psci_cpu_init_idle() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpuidle/
H A Dcpuidle-psci-domain.c51 int state_count) in psci_pd_parse_state_nodes() argument
56 for (i = 0; i < state_count; i++) { in psci_pd_parse_state_nodes()
81 struct genpd_power_state **states, int *state_count) in psci_pd_parse_states() argument
91 ret = psci_pd_parse_state_nodes(*states, *state_count); in psci_pd_parse_states()
99 unsigned int state_count) in psci_pd_free_states() argument
103 for (i = 0; i < state_count; i++) in psci_pd_free_states()
114 int ret = -ENOMEM, state_count = 0; in psci_pd_init() local
132 ret = psci_pd_parse_states(np, &states, &state_count); in psci_pd_init()
139 pd->state_count = state_count; in psci_pd_init()
149 pd_gov = state_count > 0 ? &pm_domain_cpu_gov : NULL; in psci_pd_init()
[all …]
H A Dcpuidle-cps.c98 .state_count = STATE_COUNT,
122 cps_driver.state_count = STATE_CLOCK_GATED + 1; in cps_cpuidle_init()
124 cps_driver.state_count = STATE_NC_WAIT + 1; in cps_cpuidle_init()
126 cps_driver.state_count = STATE_WAIT + 1; in cps_cpuidle_init()
129 if (cps_driver.state_count < STATE_COUNT) { in cps_cpuidle_init()
131 switch (cps_driver.state_count - 1) { in cps_cpuidle_init()
149 for (i = STATE_NC_WAIT; i < cps_driver.state_count; i++) in cps_cpuidle_init()
H A Dcpuidle-psci.c182 unsigned int state_count, int cpu) in psci_dt_cpu_init_topology() argument
197 drv->states[state_count - 1].enter = psci_enter_domain_idle_state; in psci_dt_cpu_init_topology()
198 drv->states[state_count - 1].enter_s2idle = psci_enter_s2idle_domain_idle_state; in psci_dt_cpu_init_topology()
206 unsigned int state_count, int cpu) in psci_dt_cpu_init_idle() argument
213 state_count++; /* Add WFI state too */ in psci_dt_cpu_init_idle()
214 psci_states = devm_kcalloc(dev, state_count, sizeof(*psci_states), in psci_dt_cpu_init_idle()
219 for (i = 1; i < state_count; i++) { in psci_dt_cpu_init_idle()
233 if (i != state_count) in psci_dt_cpu_init_idle()
237 ret = psci_dt_cpu_init_topology(drv, data, state_count, cpu); in psci_dt_cpu_init_idle()
247 unsigned int cpu, unsigned int state_count) in psci_cpu_init_idle() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpuidle/
H A Dcpuidle-psci-domain.c51 int state_count) in psci_pd_parse_state_nodes() argument
56 for (i = 0; i < state_count; i++) { in psci_pd_parse_state_nodes()
81 struct genpd_power_state **states, int *state_count) in psci_pd_parse_states() argument
91 ret = psci_pd_parse_state_nodes(*states, *state_count); in psci_pd_parse_states()
99 unsigned int state_count) in psci_pd_free_states() argument
103 for (i = 0; i < state_count; i++) in psci_pd_free_states()
114 int ret = -ENOMEM, state_count = 0; in psci_pd_init() local
132 ret = psci_pd_parse_states(np, &states, &state_count); in psci_pd_init()
139 pd->state_count = state_count; in psci_pd_init()
149 pd_gov = state_count > 0 ? &pm_domain_cpu_gov : NULL; in psci_pd_init()
[all …]
H A Dcpuidle-cps.c98 .state_count = STATE_COUNT,
122 cps_driver.state_count = STATE_CLOCK_GATED + 1; in cps_cpuidle_init()
124 cps_driver.state_count = STATE_NC_WAIT + 1; in cps_cpuidle_init()
126 cps_driver.state_count = STATE_WAIT + 1; in cps_cpuidle_init()
129 if (cps_driver.state_count < STATE_COUNT) { in cps_cpuidle_init()
131 switch (cps_driver.state_count - 1) { in cps_cpuidle_init()
149 for (i = STATE_NC_WAIT; i < cps_driver.state_count; i++) in cps_cpuidle_init()
H A Dcpuidle-psci.c182 unsigned int state_count, int cpu) in psci_dt_cpu_init_topology() argument
197 drv->states[state_count - 1].enter = psci_enter_domain_idle_state; in psci_dt_cpu_init_topology()
198 drv->states[state_count - 1].enter_s2idle = psci_enter_s2idle_domain_idle_state; in psci_dt_cpu_init_topology()
206 unsigned int state_count, int cpu) in psci_dt_cpu_init_idle() argument
213 state_count++; /* Add WFI state too */ in psci_dt_cpu_init_idle()
214 psci_states = devm_kcalloc(dev, state_count, sizeof(*psci_states), in psci_dt_cpu_init_idle()
219 for (i = 1; i < state_count; i++) { in psci_dt_cpu_init_idle()
233 if (i != state_count) in psci_dt_cpu_init_idle()
237 ret = psci_dt_cpu_init_topology(drv, data, state_count, cpu); in psci_dt_cpu_init_idle()
247 unsigned int cpu, unsigned int state_count) in psci_cpu_init_idle() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/client/
H A Dsimulate_crash_mac.cc79 mach_msg_type_number_t state_count; in DeliverException() local
84 state_count = x86_THREAD_STATE_COUNT; in DeliverException()
89 state_count = cpu_context.tsh.count; in DeliverException()
94 state_count = cpu_context.tsh.count; in DeliverException()
111 state_count = 0; in DeliverException()
123 state_count = 0; in DeliverException()
126 state_count = THREAD_STATE_MAX; in DeliverException()
127 kr = thread_get_state(thread, flavor, old_state, &state_count); in DeliverException()
143 std::min(state_count, implicit_cast<unsigned int>(THREAD_STATE_MAX)); in DeliverException()
156 state_count, in DeliverException()
/dports/devel/openocd/openocd-0.11.0/src/jtag/minidummy/
H A Dminidummy.c122 int state_count; in interface_jtag_add_pathmove() local
125 state_count = 0; in interface_jtag_add_pathmove()
130 if (tap_state_transition(cur_state, false) == path[state_count]) in interface_jtag_add_pathmove()
132 else if (tap_state_transition(cur_state, true) == path[state_count]) in interface_jtag_add_pathmove()
136 tap_state_name(cur_state), tap_state_name(path[state_count])); in interface_jtag_add_pathmove()
142 cur_state = path[state_count]; in interface_jtag_add_pathmove()
143 state_count++; in interface_jtag_add_pathmove()
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/Servers/
H A D__init__.py107 state_count = {'UNKNOWN': 0,
117 state_count['UNKNOWN'] += server.unknown
118 state_count['INFORMATION'] += server.information
119 state_count['WARNING'] += server.warning
120 state_count['AVERAGE'] += server.average
121 state_count['HIGH'] += server.high
122 state_count['CRITICAL'] += server.critical
123 state_count['DISASTER'] += server.disaster
124 state_count['UNREACHABLE'] += server.unreachable
125 state_count['DOWN'] += server.down
[all …]

12345678910>>...40