/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 190 # Normalize state to avoid spurious differences 241 # Setup initial state 281 def create_blend_state(self, state): 282 # Normalize state to avoid spurious differences 283 if not state.logicop_enable: 284 del state.logicop_func 285 if not state.rt[0].blend_enable: 286 del state.rt[0].rgb_src_factor 287 del state.rt[0].rgb_dst_factor 288 del state [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.c | 73 * struct ef4_loopback_state - persistent state during a loopback selftest 291 struct ef4_loopback_state *state = efx->loopback_selftest; in ef4_loopback_rx_packet() local 298 if ((state == NULL) || state->flush) in ef4_loopback_rx_packet() 301 payload = &state->payload; in ef4_loopback_rx_packet() 306 if (state->offload_csum) in ef4_loopback_rx_packet() 363 atomic_inc(&state->rx_good); in ef4_loopback_rx_packet() 368 if (atomic_read(&state->rx_bad) == 0) { in ef4_loopback_rx_packet() 374 &state->payload.packet, EF4_LOOPBACK_PAYLOAD_LEN, in ef4_loopback_rx_packet() 378 atomic_inc(&state in ef4_loopback_rx_packet() 384 struct ef4_loopback_state *state = efx->loopback_selftest; ef4_iterate_state() local 421 struct ef4_loopback_state *state = efx->loopback_selftest; ef4_begin_loopback() local 473 struct ef4_loopback_state *state = efx->loopback_selftest; ef4_poll_loopback() local 482 struct ef4_loopback_state *state = efx->loopback_selftest; ef4_end_loopback() local 541 struct ef4_loopback_state *state = efx->loopback_selftest; ef4_test_loopback() local 629 struct ef4_loopback_state *state; ef4_test_loopbacks() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | selftest.c | 75 * struct efx_loopback_state - persistent state during a loopback selftest 288 struct efx_loopback_state *state = efx->loopback_selftest; in efx_loopback_rx_packet() local 295 if ((state == NULL) || state->flush) in efx_loopback_rx_packet() 298 payload = &state->payload; in efx_loopback_rx_packet() 303 if (state->offload_csum) in efx_loopback_rx_packet() 360 atomic_inc(&state->rx_good); in efx_loopback_rx_packet() 365 if (atomic_read(&state->rx_bad) == 0) { in efx_loopback_rx_packet() 371 &state->payload.packet, EFX_LOOPBACK_PAYLOAD_LEN, in efx_loopback_rx_packet() 375 atomic_inc(&state in efx_loopback_rx_packet() 381 struct efx_loopback_state *state = efx->loopback_selftest; efx_iterate_state() local 418 struct efx_loopback_state *state = efx->loopback_selftest; efx_begin_loopback() local 470 struct efx_loopback_state *state = efx->loopback_selftest; efx_poll_loopback() local 479 struct efx_loopback_state *state = efx->loopback_selftest; efx_end_loopback() local 538 struct efx_loopback_state *state = efx->loopback_selftest; efx_test_loopback() local 622 struct efx_loopback_state *state; efx_test_loopbacks() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | selftest.c | 76 * struct efx_loopback_state - persistent state during a loopback selftest 289 struct efx_loopback_state *state = efx->loopback_selftest; in efx_siena_loopback_rx_packet() local 296 if ((state == NULL) || state->flush) in efx_siena_loopback_rx_packet() 299 payload = &state->payload; in efx_siena_loopback_rx_packet() 304 if (state->offload_csum) in efx_siena_loopback_rx_packet() 361 atomic_inc(&state->rx_good); in efx_siena_loopback_rx_packet() 366 if (atomic_read(&state->rx_bad) == 0) { in efx_siena_loopback_rx_packet() 372 &state->payload.packet, EFX_LOOPBACK_PAYLOAD_LEN, in efx_siena_loopback_rx_packet() 376 atomic_inc(&state in efx_siena_loopback_rx_packet() 382 struct efx_loopback_state *state = efx->loopback_selftest; efx_iterate_state() local 419 struct efx_loopback_state *state = efx->loopback_selftest; efx_begin_loopback() local 471 struct efx_loopback_state *state = efx->loopback_selftest; efx_poll_loopback() local 480 struct efx_loopback_state *state = efx->loopback_selftest; efx_end_loopback() local 539 struct efx_loopback_state *state = efx->loopback_selftest; efx_test_loopback() local 627 struct efx_loopback_state *state; efx_test_loopbacks() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_apply_pipeline_layout.c | 50 convert_pointer_to_64_bit(nir_builder *b, apply_layout_state *state, nir_ssa_def *ptr) in convert_pointer_to_64_bit() argument 52 return nir_pack_64_2x32_split(b, ptr, nir_imm_int(b, state->address32_hi)); in convert_pointer_to_64_bit() 56 load_desc_ptr(nir_builder *b, apply_layout_state *state, unsigned set) in load_desc_ptr() argument 58 const struct radv_userdata_locations *user_sgprs_locs = &state->info->user_sgprs_locs; in load_desc_ptr() 60 nir_ssa_def *addr = get_scalar_arg(b, 1, state->args->descriptor_sets[0]); in load_desc_ptr() 61 addr = convert_pointer_to_64_bit(b, state, addr); in load_desc_ptr() 65 assert(state->args->descriptor_sets[set].used); in load_desc_ptr() 66 return get_scalar_arg(b, 1, state->args->descriptor_sets[set]); in load_desc_ptr() 70 visit_vulkan_resource_index(nir_builder *b, apply_layout_state *state, nir_intrinsic_instr *intrin) in visit_vulkan_resource_index() argument 74 struct radv_descriptor_set_layout *layout = state in visit_vulkan_resource_index() 108 visit_vulkan_resource_reindex(nir_builder *b, apply_layout_state *state, nir_intrinsic_instr *intrin) visit_vulkan_resource_reindex() argument 141 visit_load_vulkan_descriptor(nir_builder *b, apply_layout_state *state, nir_intrinsic_instr *intrin) visit_load_vulkan_descriptor() argument 159 load_inline_buffer_descriptor(nir_builder *b, apply_layout_state *state, nir_ssa_def *rsrc) load_inline_buffer_descriptor() argument 180 load_buffer_descriptor(nir_builder *b, apply_layout_state *state, nir_ssa_def *rsrc, unsigned access) load_buffer_descriptor() argument 205 visit_get_ssbo_size(nir_builder *b, apply_layout_state *state, nir_intrinsic_instr *intrin) visit_get_ssbo_size() argument 229 get_sampler_desc(nir_builder *b, apply_layout_state *state, nir_deref_instr *deref, enum ac_descriptor_type desc_type, bool non_uniform, nir_tex_instr *tex, bool write) get_sampler_desc() argument 359 update_image_intrinsic(nir_builder *b, apply_layout_state *state, nir_intrinsic_instr *intrin) update_image_intrinsic() argument 373 apply_layout_to_intrin(nir_builder *b, apply_layout_state *state, nir_intrinsic_instr *intrin) apply_layout_to_intrin() argument 440 apply_layout_to_tex(nir_builder *b, apply_layout_state *state, nir_tex_instr *tex) apply_layout_to_tex() argument 532 apply_layout_state state = { radv_nir_apply_pipeline_layout() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-phy.h | 13 int mxl1x1sf_soft_reset(struct mxl111sf_state *state); 14 int mxl1x1sf_set_device_mode(struct mxl111sf_state *state, int mode); 15 int mxl1x1sf_top_master_ctrl(struct mxl111sf_state *state, int onoff); 16 int mxl111sf_disable_656_port(struct mxl111sf_state *state); 17 int mxl111sf_init_tuner_demod(struct mxl111sf_state *state); 18 int mxl111sf_enable_usb_output(struct mxl111sf_state *state); 19 int mxl111sf_config_mpeg_in(struct mxl111sf_state *state, 25 int mxl111sf_config_i2s(struct mxl111sf_state *state, 27 int mxl111sf_init_i2s_port(struct mxl111sf_state *state, u8 sample_size); 28 int mxl111sf_disable_i2s_port(struct mxl111sf_state *state); [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-phy.h | 13 int mxl1x1sf_soft_reset(struct mxl111sf_state *state); 14 int mxl1x1sf_set_device_mode(struct mxl111sf_state *state, int mode); 15 int mxl1x1sf_top_master_ctrl(struct mxl111sf_state *state, int onoff); 16 int mxl111sf_disable_656_port(struct mxl111sf_state *state); 17 int mxl111sf_init_tuner_demod(struct mxl111sf_state *state); 18 int mxl111sf_enable_usb_output(struct mxl111sf_state *state); 19 int mxl111sf_config_mpeg_in(struct mxl111sf_state *state, 25 int mxl111sf_config_i2s(struct mxl111sf_state *state, 27 int mxl111sf_init_i2s_port(struct mxl111sf_state *state, u8 sample_size); 28 int mxl111sf_disable_i2s_port(struct mxl111sf_state *state); [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/ |
H A D | ls3a_ext_irq.c | 24 struct kvm_ls3a_extirq_state *state = &(s->ls3a_ext_irq); in ext_deactive_core_isr() local 26 ipnum = state->ext_sw_ipmap[irq_num]; in ext_deactive_core_isr() 28 bitmap_clear((void *)state->ext_isr.reg_u8, irq_num, 1); in ext_deactive_core_isr() 29 bitmap_clear((void *)state->ext_core_isr.reg_u8[vcpu_id], irq_num, 1); in ext_deactive_core_isr() 31 bitmap_clear((void *)state->ext_sw_ipisr[vcpu_id][ipnum + 2], irq_num, 1); in ext_deactive_core_isr() 32 found1 = find_next_bit((void *)state->ext_sw_ipisr[vcpu_id][ipnum + 2], EXTIOI_IRQS, 0); in ext_deactive_core_isr() 58 struct kvm_ls3a_extirq_state *state = &(s->ls3a_ext_irq); in ext_irq_update_core() local 61 vcpu_id = state->ext_sw_coremap[irq_num]; in ext_irq_update_core() 62 ipnum = state->ext_sw_ipmap[irq_num]; in ext_irq_update_core() 69 if (test_bit(irq_num, (void *)state in ext_irq_update_core() 111 struct kvm_ls3a_extirq_state *state = &(s->ls3a_ext_irq); msi_irq_handler() local 137 struct kvm_ls3a_extirq_state *state = NULL; ls3a_ext_intctl_readb() local 181 struct kvm_ls3a_extirq_state *state = NULL; ls3a_ext_intctl_readw() local 226 struct kvm_ls3a_extirq_state *state = NULL; ls3a_ext_intctl_readl() local 320 struct kvm_ls3a_extirq_state *state = NULL; ls3a_ext_intctl_writeb() local 432 struct kvm_ls3a_extirq_state *state = NULL; ls3a_ext_intctl_writew() local 537 struct kvm_ls3a_extirq_state *state = NULL; ls3a_ext_intctl_writel() local 757 kvm_set_ext_sw_ipmap(struct kvm_ls3a_extirq_state *state) kvm_set_ext_sw_ipmap() argument 790 kvm_set_ext_sw_coremap(struct kvm *kvm, struct kvm_ls3a_extirq_state *state) kvm_set_ext_sw_coremap() argument 804 kvm_set_ext_sw_ipisr(struct kvm *kvm, struct kvm_ls3a_extirq_state *state) kvm_set_ext_sw_ipisr() argument 822 kvm_get_ls3a_extirq(struct kvm *kvm, struct kvm_loongarch_ls3a_extirq_state *state) kvm_get_ls3a_extirq() argument 839 kvm_set_ls3a_extirq(struct kvm *kvm, struct kvm_loongarch_ls3a_extirq_state *state) kvm_set_ls3a_extirq() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | ripemd.c | 39 uint32_t state[10]; ///< current hash value member 41 void (*transform)(uint32_t *state, const uint8_t buffer[64]); 137 static void ripemd128_transform(uint32_t *state, const uint8_t buffer[64]) in ripemd128_transform() argument 143 a = e = state[0]; in ripemd128_transform() 144 b = f = state[1]; in ripemd128_transform() 145 c = g = state[2]; in ripemd128_transform() 146 d = h = state[3]; in ripemd128_transform() 187 h += c + state[1]; in ripemd128_transform() 188 state[1] = state[ in ripemd128_transform() 194 ripemd256_transform(uint32_t *state, const uint8_t buffer[64]) ripemd256_transform() argument 319 ripemd160_transform(uint32_t *state, const uint8_t buffer[64]) ripemd160_transform() argument 391 ripemd320_transform(uint32_t *state, const uint8_t buffer[64]) ripemd320_transform() argument [all...] |
H A D | sha.c | 39 uint32_t state[8]; ///< current hash value member 41 void (*transform)(uint32_t *state, const uint8_t buffer[64]); 65 static void sha1_transform(uint32_t state[5], const uint8_t buffer[64]) in sha1_transform() argument 70 a = state[0]; in sha1_transform() 71 b = state[1]; in sha1_transform() 72 c = state[2]; in sha1_transform() 73 d = state[3]; in sha1_transform() 74 e = state[4]; in sha1_transform() 150 state[0] += a; in sha1_transform() 151 state[ in sha1_transform() 203 sha256_transform(uint32_t *state, const uint8_t buffer[64]) sha256_transform() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/ |
H A D | tidss_crtc.c | 85 struct drm_atomic_state *state) in tidss_crtc_atomic_check() 87 struct drm_crtc_state *crtc_state = drm_atomic_get_new_crtc_state(state, in tidss_crtc_atomic_check() 116 * state. The untouched planes are added to the state in 124 struct drm_atomic_state *ostate = old_state->state; in tidss_crtc_position_planes() 126 struct drm_crtc_state *cstate = crtc->state; in tidss_crtc_position_planes() 163 struct drm_atomic_state *state) in tidss_crtc_atomic_flush() 165 struct drm_crtc_state *old_crtc_state = drm_atomic_get_old_crtc_state(state, in tidss_crtc_atomic_flush() 173 __func__, crtc->name, crtc->state->active ? "" : "not ", in tidss_crtc_atomic_flush() 174 drm_atomic_crtc_needs_modeset(crtc->state) in tidss_crtc_atomic_flush() 84 tidss_crtc_atomic_check(struct drm_crtc *crtc, struct drm_atomic_state *state) tidss_crtc_atomic_check() argument 162 tidss_crtc_atomic_flush(struct drm_crtc *crtc, struct drm_atomic_state *state) tidss_crtc_atomic_flush() argument 215 tidss_crtc_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *state) tidss_crtc_atomic_enable() argument 260 tidss_crtc_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *state) tidss_crtc_atomic_disable() argument 373 struct tidss_crtc_state *state, *current_state; tidss_crtc_duplicate_state() local [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tc90522.c | 46 reg_write(struct tc90522_state *state, const struct reg_val *regs, int num) in reg_write() argument 52 msg.addr = state->i2c_client->addr; in reg_write() 57 ret = i2c_transfer(state->i2c_client->adapter, &msg, 1); in reg_write() 66 static int reg_read(struct tc90522_state *state, u8 reg, u8 *val, u8 len) in reg_read() argument 70 .addr = state->i2c_client->addr, in reg_read() 76 .addr = state->i2c_client->addr, in reg_read() 84 ret = i2c_transfer(state->i2c_client->adapter, msgs, ARRAY_SIZE(msgs)); in reg_read() 126 struct tc90522_state *state; in tc90522s_read_status() local 130 state = fe->demodulator_priv; in tc90522s_read_status() 131 ret = reg_read(state, in tc90522s_read_status() 154 struct tc90522_state *state; tc90522t_read_status() local 198 struct tc90522_state *state; tc90522s_get_frontend() local 333 struct tc90522_state *state; tc90522t_get_frontend() local 479 struct tc90522_state *state; tc90522_set_frontend() local 541 struct tc90522_state *state; tc90522_set_if_agc() local 567 struct tc90522_state *state; tc90522_sleep() local 594 struct tc90522_state *state; tc90522_init() local 636 struct tc90522_state *state; tc90522_master_xfer() local 785 struct tc90522_state *state; tc90522_probe() local 824 struct tc90522_state *state; tc90522_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tc90522.c | 46 reg_write(struct tc90522_state *state, const struct reg_val *regs, int num) in reg_write() argument 52 msg.addr = state->i2c_client->addr; in reg_write() 57 ret = i2c_transfer(state->i2c_client->adapter, &msg, 1); in reg_write() 66 static int reg_read(struct tc90522_state *state, u8 reg, u8 *val, u8 len) in reg_read() argument 70 .addr = state->i2c_client->addr, in reg_read() 76 .addr = state->i2c_client->addr, in reg_read() 84 ret = i2c_transfer(state->i2c_client->adapter, msgs, ARRAY_SIZE(msgs)); in reg_read() 126 struct tc90522_state *state; in tc90522s_read_status() local 130 state = fe->demodulator_priv; in tc90522s_read_status() 131 ret = reg_read(state, in tc90522s_read_status() 154 struct tc90522_state *state; tc90522t_read_status() local 198 struct tc90522_state *state; tc90522s_get_frontend() local 333 struct tc90522_state *state; tc90522t_get_frontend() local 479 struct tc90522_state *state; tc90522_set_frontend() local 541 struct tc90522_state *state; tc90522_set_if_agc() local 567 struct tc90522_state *state; tc90522_sleep() local 594 struct tc90522_state *state; tc90522_init() local 636 struct tc90522_state *state; tc90522_master_xfer() local 785 struct tc90522_state *state; tc90522_probe() local 824 struct tc90522_state *state; tc90522_remove() local [all...] |
/third_party/node/lib/ |
H A D | dgram.js | 169 const state = socket[kStateSymbol]; 171 state.handle.onmessage = onMessage; 172 state.handle.onerror = onError; 173 state.handle.recvStart(); 174 state.receiving = true; 175 state.bindState = BIND_STATE_BOUND; 177 if (state.recvBufferSize) 178 bufferSize(socket, state.recvBufferSize, RECV_BUFFER); 180 if (state.sendBufferSize) 181 bufferSize(socket, state [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jchuff.c | 18 * back up to the start of the current MCU. To do this, we copy state 114 savable_state saved; /* Bit buffer & DC state at start of MCU */ 116 /* These fields are NOT loaded into local working state. */ 134 /* Working state while writing an MCU. 141 savable_state cur; /* Current bit buffer & DC state */ 340 #define emit_byte(state, val, action) { \ 341 *(state)->next_output_byte++ = (JOCTET)(val); \ 342 if (--(state)->free_in_buffer == 0) \ 343 if (!dump_buffer(state)) \ 349 dump_buffer(working_state *state) in LOCAL() 688 working_state state; METHODDEF() local 760 working_state state; finish_pass_huff() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | blake2b_generic.c | 164 struct blake2b_state *state = shash_desc_ctx(desc); in blake2b_init() local 167 memset(state, 0, sizeof(*state)); in blake2b_init() 168 memcpy(state->h, blake2b_IV, sizeof(state->h)); in blake2b_init() 171 state->h[0] ^= 0x01010000 | tctx->keylen << 8 | digestsize; in blake2b_init() 178 memcpy(state->buf, tctx->key, tctx->keylen); in blake2b_init() 179 state->buflen = BLAKE2B_BLOCKBYTES; in blake2b_init() 187 struct blake2b_state *state = shash_desc_ctx(desc); in blake2b_update() local 188 const size_t left = state in blake2b_update() 218 struct blake2b_state *state = shash_desc_ctx(desc); blake2b_final() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_offsets.c | 38 try_extract_const_addition(nir_builder *b, nir_ssa_scalar val, opt_offsets_state *state, unsigned *out_const, uint32_t max) in try_extract_const_addition() argument 64 if (!state->range_ht) { in try_extract_const_addition() 66 state->range_ht = _mesa_pointer_hash_table_create(NULL); in try_extract_const_addition() 70 uint32_t ub0 = nir_unsigned_upper_bound(b->shader, state->range_ht, src[0], NULL); in try_extract_const_addition() 71 uint32_t ub1 = nir_unsigned_upper_bound(b->shader, state->range_ht, src[1], NULL); in try_extract_const_addition() 86 return try_extract_const_addition(b, src[1 - i], state, out_const, max); in try_extract_const_addition() 92 src[0] = try_extract_const_addition(b, src[0], state, out_const, max); in try_extract_const_addition() 93 src[1] = try_extract_const_addition(b, src[1], state, out_const, max); in try_extract_const_addition() 107 opt_offsets_state *state, in try_fold_load_store() 126 val = try_extract_const_addition(b, val, state, in try_fold_load_store() 105 try_fold_load_store(nir_builder *b, nir_intrinsic_instr *intrin, opt_offsets_state *state, unsigned offset_src_idx, uint32_t max) try_fold_load_store() argument 147 try_fold_shared2(nir_builder *b, nir_intrinsic_instr *intrin, opt_offsets_state *state, unsigned offset_src_idx) try_fold_shared2() argument 217 opt_offsets_state state; nir_opt_offsets() local [all...] |
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-crc.c | 55 const struct pwm_state *state) in crc_pwm_apply() 61 if (state->period > PWM_MAX_PERIOD_NS) { in crc_pwm_apply() 66 if (state->polarity != PWM_POLARITY_NORMAL) in crc_pwm_apply() 69 if (pwm_is_enabled(pwm) && !state->enabled) { in crc_pwm_apply() 77 if (pwm_get_duty_cycle(pwm) != state->duty_cycle || in crc_pwm_apply() 78 pwm_get_period(pwm) != state->period) { in crc_pwm_apply() 79 u64 level = state->duty_cycle * PWM_MAX_LEVEL; in crc_pwm_apply() 81 do_div(level, state->period); in crc_pwm_apply() 90 if (pwm_is_enabled(pwm) && state->enabled && in crc_pwm_apply() 91 pwm_get_period(pwm) != state in crc_pwm_apply() 54 crc_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) crc_pwm_apply() argument 124 crc_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) crc_pwm_get_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-crc.c | 55 const struct pwm_state *state) in crc_pwm_apply() 61 if (state->period > PWM_MAX_PERIOD_NS) { in crc_pwm_apply() 66 if (state->polarity != PWM_POLARITY_NORMAL) in crc_pwm_apply() 69 if (pwm_is_enabled(pwm) && !state->enabled) { in crc_pwm_apply() 77 if (pwm_get_duty_cycle(pwm) != state->duty_cycle || in crc_pwm_apply() 78 pwm_get_period(pwm) != state->period) { in crc_pwm_apply() 79 u64 level = state->duty_cycle * PWM_MAX_LEVEL; in crc_pwm_apply() 81 do_div(level, state->period); in crc_pwm_apply() 90 if (pwm_is_enabled(pwm) && state->enabled && in crc_pwm_apply() 91 pwm_get_period(pwm) != state in crc_pwm_apply() 54 crc_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) crc_pwm_apply() argument 124 crc_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) crc_pwm_get_state() argument [all...] |
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | speex.c | 60 SpeexResamplerState *state; in speex_resample_float() local 67 state = r->impl.data; in speex_resample_float() 82 pa_assert_se(speex_resampler_process_interleaved_float(state, in, &inf, out, &outf) == 0); in speex_resample_float() 96 SpeexResamplerState *state; in speex_resample_int() local 103 state = r->impl.data; in speex_resample_int() 108 pa_assert_se(speex_resampler_process_interleaved_int(state, in, &inf, out, &outf) == 0); in speex_resample_int() 120 SpeexResamplerState *state; in speex_update_rates() local 123 state = r->impl.data; in speex_update_rates() 125 pa_assert_se(speex_resampler_set_rate(state, r->i_ss.rate, r->o_ss.rate) == 0); in speex_update_rates() 129 SpeexResamplerState *state; in speex_reset() local 139 SpeexResamplerState *state; speex_free() local 151 SpeexResamplerState *state; pa_resampler_speex_init() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 40 STATIC int xfs_da3_root_split(xfs_da_state_t *state, 43 STATIC int xfs_da3_node_split(xfs_da_state_t *state, 49 STATIC void xfs_da3_node_rebalance(xfs_da_state_t *state, 52 STATIC void xfs_da3_node_add(xfs_da_state_t *state, 59 STATIC int xfs_da3_root_join(xfs_da_state_t *state, 61 STATIC int xfs_da3_node_toosmall(xfs_da_state_t *state, int *retval); 62 STATIC void xfs_da3_node_remove(xfs_da_state_t *state, 64 STATIC void xfs_da3_node_unbalance(xfs_da_state_t *state, 71 STATIC int xfs_da3_blk_unlink(xfs_da_state_t *state, 76 struct kmem_cache *xfs_da_state_cache; /* anchor for dir/attr state */ 86 struct xfs_da_state *state; xfs_da_state_alloc() local 98 xfs_da_state_kill_altpath(xfs_da_state_t *state) xfs_da_state_kill_altpath() argument 111 xfs_da_state_free(xfs_da_state_t *state) xfs_da_state_free() argument 121 xfs_da_state_reset( struct xfs_da_state *state, struct xfs_da_args *args) xfs_da_state_reset() argument 483 xfs_da3_split( struct xfs_da_state *state) xfs_da3_split() argument 648 xfs_da3_root_split( struct xfs_da_state *state, struct xfs_da_state_blk *blk1, struct xfs_da_state_blk *blk2) xfs_da3_root_split() argument 778 xfs_da3_node_split( struct xfs_da_state *state, struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk, struct xfs_da_state_blk *addblk, int treelevel, int *result) xfs_da3_node_split() argument 875 xfs_da3_node_rebalance( struct xfs_da_state *state, struct xfs_da_state_blk *blk1, struct xfs_da_state_blk *blk2) xfs_da3_node_rebalance() argument 1016 xfs_da3_node_add( struct xfs_da_state *state, struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk) xfs_da3_node_add() argument 1074 xfs_da3_join( struct xfs_da_state *state) xfs_da3_join() argument 1183 xfs_da3_root_join( struct xfs_da_state *state, struct xfs_da_state_blk *root_blk) xfs_da3_root_join() argument 1252 xfs_da3_node_toosmall( struct xfs_da_state *state, int *action) xfs_da3_node_toosmall() argument 1394 xfs_da3_fixhashpath( struct xfs_da_state *state, struct xfs_da_state_path *path) xfs_da3_fixhashpath() argument 1449 xfs_da3_node_remove( struct xfs_da_state *state, struct xfs_da_state_blk *drop_blk) xfs_da3_node_remove() argument 1499 xfs_da3_node_unbalance( struct xfs_da_state *state, struct xfs_da_state_blk *drop_blk, struct xfs_da_state_blk *save_blk) xfs_da3_node_unbalance() argument 1583 xfs_da3_node_lookup_int( struct xfs_da_state *state, int *result) xfs_da3_node_lookup_int() argument 1804 xfs_da3_blk_link( struct xfs_da_state *state, struct xfs_da_state_blk *old_blk, struct xfs_da_state_blk *new_blk) xfs_da3_blk_link() argument 1897 xfs_da3_blk_unlink( struct xfs_da_state *state, struct xfs_da_state_blk *drop_blk, struct xfs_da_state_blk *save_blk) xfs_da3_blk_unlink() argument 1977 xfs_da3_path_shift( struct xfs_da_state *state, struct xfs_da_state_path *path, int forward, int release, int *result) xfs_da3_path_shift() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha256.c | 34 u64 *hash = (u64 *)sctx->state; in octeon_sha256_store_hash() 44 u64 *hash = (u64 *)sctx->state; in octeon_sha256_read_hash() 70 sctx->state[0] = SHA224_H0; in octeon_sha224_init() 71 sctx->state[1] = SHA224_H1; in octeon_sha224_init() 72 sctx->state[2] = SHA224_H2; in octeon_sha224_init() 73 sctx->state[3] = SHA224_H3; in octeon_sha224_init() 74 sctx->state[4] = SHA224_H4; in octeon_sha224_init() 75 sctx->state[5] = SHA224_H5; in octeon_sha224_init() 76 sctx->state[6] = SHA224_H6; in octeon_sha224_init() 77 sctx->state[ in octeon_sha224_init() 135 struct octeon_cop2_state state; octeon_sha256_update() local 161 struct octeon_cop2_state state; octeon_sha256_final() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_atomic.c | 26 if (!crtc->state->active) in vblank_get() 37 if (!crtc->state->active) in vblank_put() 139 static bool can_do_async(struct drm_atomic_state *state, in can_do_async() argument 148 if (!(state->legacy_cursor_update || state->async_update)) in can_do_async() 152 for_each_new_connector_in_state(state, connector, connector_state, i) in can_do_async() 155 for_each_new_crtc_in_state(state, crtc, crtc_state, i) { in can_do_async() 170 * effected crtcs without needing to preserve the atomic state. 172 static unsigned get_crtc_mask(struct drm_atomic_state *state) in get_crtc_mask() argument 178 for_each_new_crtc_in_state(state, crt in get_crtc_mask() 184 msm_atomic_check(struct drm_device *dev, struct drm_atomic_state *state) msm_atomic_check() argument 202 msm_atomic_commit_tail(struct drm_atomic_state *state) msm_atomic_commit_tail() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_task.c | 29 * state will move out of busy if task returns a non zero value 30 * in do_task(). If state is already busy it is raised to armed 34 * Returns: true if state transitioned from idle to busy else false. 40 if (task->state == TASK_STATE_IDLE) { in __reserve_if_idle() 42 task->state = TASK_STATE_BUSY; in __reserve_if_idle() 47 if (task->state == TASK_STATE_BUSY) in __reserve_if_idle() 48 task->state = TASK_STATE_ARMED; in __reserve_if_idle() 65 if (task->state == TASK_STATE_IDLE || in __is_done() 66 task->state == TASK_STATE_DRAINED) { in __is_done() 114 if (task->state > in do_task() [all...] |
/third_party/elfutils/libelf/ |
H A D | elf32_newphdr.c | 79 if (unlikely (elf->state.ELFW(elf,LIBELFBITS).ehdr == NULL)) in ElfW2() 90 if (elf->state.ELFW(elf,LIBELFBITS).phdr != NULL) in ElfW2() 92 if (elf->state.ELFW(elf,LIBELFBITS).phdr_flags & ELF_F_MALLOCED) in ElfW2() 93 free (elf->state.ELFW(elf,LIBELFBITS).phdr); in ElfW2() 96 elf->state.ELFW(elf,LIBELFBITS).phdr = NULL; in ElfW2() 98 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = 0; in ElfW2() 100 if (elf->state.ELFW(elf,LIBELFBITS).scns.cnt > 0) in ElfW2() 101 elf->state.ELFW(elf,LIBELFBITS).scns.data[0] in ElfW2() 104 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = in ElfW2() 107 elf->state in ElfW2() [all...] |