Home
last modified time | relevance | path

Searched refs:state (Results 26 - 50 of 20529) sorted by relevance

12345678910>>...822

/third_party/node/deps/zlib/
H A Dinfback.c28 struct inflate_state FAR *state; in inflateBackInit_() local
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
53 if (state == Z_NULL) return Z_MEM_ERROR; in inflateBackInit_()
55 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
56 state->dmax = 32768U; in inflateBackInit_()
57 state->wbits = (uInt)windowBits; in inflateBackInit_()
58 state->wsize = 1U << windowBits; in inflateBackInit_()
59 state->window = window; in inflateBackInit_()
60 state in inflateBackInit_()
76 fixedtables(struct inflate_state FAR *state) fixedtables() argument
244 struct inflate_state FAR *state; inflateBack() local
[all...]
H A Dgzlib.c71 /* Reset gzip file state */
72 local void gz_reset(gz_statep state) { in gz_reset() argument
73 state->x.have = 0; /* no output data available */ in gz_reset()
74 if (state->mode == GZ_READ) { /* for reading ... */ in gz_reset()
75 state->eof = 0; /* not at end of file */ in gz_reset()
76 state->past = 0; /* have not read past end yet */ in gz_reset()
77 state->how = LOOK; /* look for gzip header */ in gz_reset()
80 state->reset = 0; /* no deflateReset pending */ in gz_reset()
81 state->seek = 0; /* no seek request pending */ in gz_reset()
82 gz_error(state, Z_O in gz_reset()
89 gz_statep state; gz_open() local
298 gz_statep state; gzbuffer() local
322 gz_statep state; gzrewind() local
345 gz_statep state; gzseek64() local
424 gz_statep state; gztell64() local
448 gz_statep state; gzoffset64() local
476 gz_statep state; gzeof() local
491 gz_statep state; gzerror() local
509 gz_statep state; gzclearerr() local
532 gz_error(gz_statep state, int err, const char *msg) gz_error() argument
[all...]
/third_party/zlib/
H A Dinfback.c28 struct inflate_state FAR *state; in inflateBackInit_() local
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
53 if (state == Z_NULL) return Z_MEM_ERROR; in inflateBackInit_()
55 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
56 state->dmax = 32768U; in inflateBackInit_()
57 state->wbits = (uInt)windowBits; in inflateBackInit_()
58 state->wsize = 1U << windowBits; in inflateBackInit_()
59 state->window = window; in inflateBackInit_()
60 state in inflateBackInit_()
76 fixedtables(struct inflate_state FAR *state) fixedtables() argument
244 struct inflate_state FAR *state; inflateBack() local
[all...]
H A Dgzlib.c70 /* Reset gzip file state */
71 local void gz_reset(gz_statep state) in gz_reset() argument
73 state->x.have = 0; /* no output data available */ in gz_reset()
74 if (state->mode == GZ_READ) { /* for reading ... */ in gz_reset()
75 state->eof = 0; /* not at end of file */ in gz_reset()
76 state->past = 0; /* have not read past end yet */ in gz_reset()
77 state->how = LOOK; /* look for gzip header */ in gz_reset()
80 state->reset = 0; /* no deflateReset pending */ in gz_reset()
81 state->seek = 0; /* no seek request pending */ in gz_reset()
82 gz_error(state, Z_O in gz_reset()
90 gz_statep state; gz_open() local
303 gz_statep state; gzbuffer() local
327 gz_statep state; gzrewind() local
351 gz_statep state; gzseek64() local
432 gz_statep state; gztell64() local
458 gz_statep state; gzoffset64() local
487 gz_statep state; gzeof() local
502 gz_statep state; gzerror() local
520 gz_statep state; gzclearerr() local
543 gz_error(gz_statep state, int err, const char *msg) gz_error() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DVertexStateValidationTests.cpp23 const utils::ComboVertexState& state, in CreatePipeline()
34 descriptor.vertex.bufferCount = state.vertexBufferCount; in CreatePipeline()
35 descriptor.vertex.buffers = &state.cVertexBuffers[0]; in CreatePipeline()
55 utils::ComboVertexState state; in TEST_F() local
56 CreatePipeline(true, state, kDummyVertexShader); in TEST_F()
61 utils::ComboVertexState state; in TEST_F() local
63 state.vertexBufferCount = 1; in TEST_F()
64 state.cVertexBuffers[0].arrayStride = 0; in TEST_F()
65 state.cVertexBuffers[0].attributeCount = 0; in TEST_F()
66 state in TEST_F()
22 CreatePipeline(bool success, const utils::ComboVertexState& state, const char* vertexSource) CreatePipeline() argument
90 utils::ComboVertexState state; TEST_F() local
130 utils::ComboVertexState state; TEST_F() local
145 utils::ComboVertexState state; TEST_F() local
166 utils::ComboVertexState state; TEST_F() local
183 utils::ComboVertexState state; TEST_F() local
200 utils::ComboVertexState state; TEST_F() local
214 utils::ComboVertexState state; TEST_F() local
228 utils::ComboVertexState state; TEST_F() local
244 utils::ComboVertexState state; TEST_F() local
269 utils::ComboVertexState state; TEST_F() local
283 utils::ComboVertexState state; TEST_F() local
297 utils::ComboVertexState state; TEST_F() local
336 utils::ComboVertexState state; TEST_F() local
345 utils::ComboVertexState state; TEST_F() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c108 void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state) in trace_dump_rasterizer_state() argument
113 if (!state) { in trace_dump_rasterizer_state()
120 trace_dump_member(bool, state, flatshade); in trace_dump_rasterizer_state()
121 trace_dump_member(bool, state, light_twoside); in trace_dump_rasterizer_state()
122 trace_dump_member(bool, state, clamp_vertex_color); in trace_dump_rasterizer_state()
123 trace_dump_member(bool, state, clamp_fragment_color); in trace_dump_rasterizer_state()
124 trace_dump_member(uint, state, front_ccw); in trace_dump_rasterizer_state()
125 trace_dump_member(uint, state, cull_face); in trace_dump_rasterizer_state()
126 trace_dump_member(uint, state, fill_front); in trace_dump_rasterizer_state()
127 trace_dump_member(uint, state, fill_bac in trace_dump_rasterizer_state()
175 trace_dump_poly_stipple(const struct pipe_poly_stipple *state) trace_dump_poly_stipple() argument
197 trace_dump_viewport_state(const struct pipe_viewport_state *state) trace_dump_viewport_state() argument
216 trace_dump_scissor_state(const struct pipe_scissor_state *state) trace_dump_scissor_state() argument
237 trace_dump_clip_state(const struct pipe_clip_state *state) trace_dump_clip_state() argument
265 trace_dump_shader_state(const struct pipe_shader_state *state) trace_dump_shader_state() argument
327 trace_dump_compute_state(const struct pipe_compute_state *state) trace_dump_compute_state() argument
359 trace_dump_depth_stencil_alpha_state(const struct pipe_depth_stencil_alpha_state *state) trace_dump_depth_stencil_alpha_state() argument
402 trace_dump_rt_blend_state(const struct pipe_rt_blend_state *state) trace_dump_rt_blend_state() argument
421 trace_dump_blend_state(const struct pipe_blend_state *state) trace_dump_blend_state() argument
455 trace_dump_blend_color(const struct pipe_blend_color *state) trace_dump_blend_color() argument
472 trace_dump_stencil_ref(const struct pipe_stencil_ref *state) trace_dump_stencil_ref() argument
489 trace_dump_framebuffer_state(const struct pipe_framebuffer_state *state) trace_dump_framebuffer_state() argument
507 trace_dump_framebuffer_state_deep(const struct pipe_framebuffer_state *state) trace_dump_framebuffer_state_deep() argument
526 trace_dump_sampler_state(const struct pipe_sampler_state *state) trace_dump_sampler_state() argument
559 trace_dump_sampler_view_template(const struct pipe_sampler_view *state) trace_dump_sampler_view_template() argument
616 trace_dump_surface_template(const struct pipe_surface *state, enum pipe_texture_target target) trace_dump_surface_template() argument
663 trace_dump_transfer(const struct pipe_transfer *state) trace_dump_transfer() argument
692 trace_dump_vertex_buffer(const struct pipe_vertex_buffer *state) trace_dump_vertex_buffer() argument
713 trace_dump_vertex_element(const struct pipe_vertex_element *state) trace_dump_vertex_element() argument
739 trace_dump_constant_buffer(const struct pipe_constant_buffer *state) trace_dump_constant_buffer() argument
757 trace_dump_shader_buffer(const struct pipe_shader_buffer *state) trace_dump_shader_buffer() argument
775 trace_dump_image_view(const struct pipe_image_view *state) trace_dump_image_view() argument
815 trace_dump_memory_info(const struct pipe_memory_info *state) trace_dump_memory_info() argument
835 trace_dump_draw_info(const struct pipe_draw_info *state) trace_dump_draw_info() argument
863 trace_dump_draw_vertex_state_info(struct pipe_draw_vertex_state_info state) trace_dump_draw_vertex_state_info() argument
874 trace_dump_draw_start_count(const struct pipe_draw_start_count_bias *state) trace_dump_draw_start_count() argument
886 trace_dump_draw_indirect_info(const struct pipe_draw_indirect_info *state) trace_dump_draw_indirect_info() argument
1070 trace_dump_grid_info(const struct pipe_grid_info *state) trace_dump_grid_info() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddrxk_hard.c25 static int power_down_dvbt(struct drxk_state *state, bool set_power_mode);
26 static int power_down_qam(struct drxk_state *state);
27 static int set_dvbt_standard(struct drxk_state *state,
29 static int set_qam_standard(struct drxk_state *state,
31 static int set_qam(struct drxk_state *state, u16 intermediate_freqk_hz,
33 static int set_dvbt_standard(struct drxk_state *state,
35 static int dvbt_start(struct drxk_state *state);
36 static int set_dvbt(struct drxk_state *state, u16 intermediate_freqk_hz,
38 static int get_qam_lock_status(struct drxk_state *state, u32 *p_lock_status);
39 static int get_dvbt_lock_status(struct drxk_state *state, u3
43 is_dvbt(struct drxk_state *state) is_dvbt() argument
48 is_qam(struct drxk_state *state) is_qam() argument
191 drxk_i2c_lock(struct drxk_state *state) drxk_i2c_lock() argument
199 drxk_i2c_unlock(struct drxk_state *state) drxk_i2c_unlock() argument
208 drxk_i2c_transfer(struct drxk_state *state, struct i2c_msg *msgs, unsigned len) drxk_i2c_transfer() argument
217 i2c_read1(struct drxk_state *state, u8 adr, u8 *val) i2c_read1() argument
226 i2c_write(struct drxk_state *state, u8 adr, u8 *data, int len) i2c_write() argument
249 i2c_read(struct drxk_state *state, u8 adr, u8 *msg, int len, u8 *answ, int alen) i2c_read() argument
283 read16_flags(struct drxk_state *state, u32 reg, u16 *data, u8 flags) read16_flags() argument
312 read16(struct drxk_state *state, u32 reg, u16 *data) read16() argument
317 read32_flags(struct drxk_state *state, u32 reg, u32 *data, u8 flags) read32_flags() argument
347 read32(struct drxk_state *state, u32 reg, u32 *data) read32() argument
352 write16_flags(struct drxk_state *state, u32 reg, u16 data, u8 flags) write16_flags() argument
376 write16(struct drxk_state *state, u32 reg, u16 data) write16() argument
381 write32_flags(struct drxk_state *state, u32 reg, u32 data, u8 flags) write32_flags() argument
407 write32(struct drxk_state *state, u32 reg, u32 data) write32() argument
412 write_block(struct drxk_state *state, u32 address, const int block_size, const u8 p_block[]) write_block() argument
469 power_up_device(struct drxk_state *state) power_up_device() argument
517 init_state(struct drxk_state *state) init_state() argument
752 drxx_open(struct drxk_state *state) drxx_open() argument
785 get_device_capabilities(struct drxk_state *state) get_device_capabilities() argument
985 hi_command(struct drxk_state *state, u16 cmd, u16 *p_result) hi_command() argument
1026 hi_cfg_command(struct drxk_state *state) hi_cfg_command() argument
1070 init_hi(struct drxk_state *state) init_hi() argument
1082 mpegts_configure_pins(struct drxk_state *state, bool mpeg_enable) mpegts_configure_pins() argument
1241 mpegts_disable(struct drxk_state *state) mpegts_disable() argument
1248 bl_chain_cmd(struct drxk_state *state, u16 rom_offset, u16 nr_of_elements, u32 time_out) bl_chain_cmd() argument
1293 download_microcode(struct drxk_state *state, const u8 p_mc_image[], u32 length) download_microcode() argument
1357 dvbt_enable_ofdm_token_ring(struct drxk_state *state, bool enable) dvbt_enable_ofdm_token_ring() argument
1395 mpegts_stop(struct drxk_state *state) mpegts_stop() argument
1426 scu_command(struct drxk_state *state, u16 cmd, u8 parameter_len, u16 *parameter, u8 result_len, u16 *result) scu_command() argument
1526 set_iqm_af(struct drxk_state *state, bool active) set_iqm_af() argument
1560 ctrl_power_mode(struct drxk_state *state, enum drx_power_mode *mode) ctrl_power_mode() argument
1666 power_down_dvbt(struct drxk_state *state, bool set_power_mode) power_down_dvbt() argument
1723 setoperation_mode(struct drxk_state *state, enum operation_mode o_mode) setoperation_mode() argument
1804 start(struct drxk_state *state, s32 offset_freq, s32 intermediate_frequency) start() argument
1855 shut_down(struct drxk_state *state) shut_down() argument
1863 get_lock_status(struct drxk_state *state, u32 *p_lock_status) get_lock_status() argument
1895 mpegts_start(struct drxk_state *state) mpegts_start() argument
1916 mpegts_dto_init(struct drxk_state *state) mpegts_dto_init() argument
1963 mpegts_dto_setup(struct drxk_state *state, enum operation_mode o_mode) mpegts_dto_setup() argument
2100 mpegts_configure_polarity(struct drxk_state *state) mpegts_configure_polarity() argument
2135 set_agc_rf(struct drxk_state *state, struct s_cfg_agc *p_agc_cfg, bool is_dtv) set_agc_rf() argument
2288 set_agc_if(struct drxk_state *state, struct s_cfg_agc *p_agc_cfg, bool is_dtv) set_agc_if() argument
2416 get_qam_signal_to_noise(struct drxk_state *state, s32 *p_signal_to_noise) get_qam_signal_to_noise() argument
2465 get_dvbt_signal_to_noise(struct drxk_state *state, s32 *p_signal_to_noise) get_dvbt_signal_to_noise() argument
2569 get_signal_to_noise(struct drxk_state *state, s32 *p_signal_to_noise) get_signal_to_noise() argument
2731 ConfigureI2CBridge(struct drxk_state *state, bool b_enable_bridge) ConfigureI2CBridge() argument
2769 set_pre_saw(struct drxk_state *state, struct s_cfg_pre_saw *p_pre_saw_cfg) set_pre_saw() argument
2787 bl_direct_cmd(struct drxk_state *state, u32 target_addr, u16 rom_offset, u16 nr_of_elements, u32 time_out) bl_direct_cmd() argument
2838 adc_sync_measurement(struct drxk_state *state, u16 *count) adc_sync_measurement() argument
2876 adc_synchronization(struct drxk_state *state) adc_synchronization() argument
2920 set_frequency_shifter(struct drxk_state *state, u16 intermediate_freqk_hz, s32 tuner_freq_offset, bool is_dtv) set_frequency_shifter() argument
2986 init_agc(struct drxk_state *state, bool is_dtv) init_agc() argument
3180 dvbtqam_get_acc_pkt_err(struct drxk_state *state, u16 *packet_err) dvbtqam_get_acc_pkt_err() argument
3195 dvbt_sc_command(struct drxk_state *state, u16 cmd, u16 subcmd, u16 param0, u16 param1, u16 param2, u16 param3, u16 param4) dvbt_sc_command() argument
3316 power_up_dvbt(struct drxk_state *state) power_up_dvbt() argument
3328 dvbt_ctrl_set_inc_enable(struct drxk_state *state, bool *enabled) dvbt_ctrl_set_inc_enable() argument
3343 dvbt_ctrl_set_fr_enable(struct drxk_state *state, bool *enabled) dvbt_ctrl_set_fr_enable() argument
3363 dvbt_ctrl_set_echo_threshold(struct drxk_state *state, struct drxk_cfg_dvbt_echo_thres_t *echo_thres) dvbt_ctrl_set_echo_threshold() argument
3398 dvbt_ctrl_set_sqi_speed(struct drxk_state *state, enum drxk_cfg_dvbt_sqi_speed *speed) dvbt_ctrl_set_sqi_speed() argument
3431 dvbt_activate_presets(struct drxk_state *state) dvbt_activate_presets() argument
3471 set_dvbt_standard(struct drxk_state *state, enum operation_mode o_mode) set_dvbt_standard() argument
3680 dvbt_start(struct drxk_state *state) dvbt_start() argument
3717 set_dvbt(struct drxk_state *state, u16 intermediate_freqk_hz, s32 tuner_freq_offset) set_dvbt() argument
4068 get_dvbt_lock_status(struct drxk_state *state, u32 *p_lock_status) get_dvbt_lock_status() argument
4109 power_up_qam(struct drxk_state *state) power_up_qam() argument
4124 power_down_qam(struct drxk_state *state) power_down_qam() argument
4172 set_qam_measurement(struct drxk_state *state, enum e_drxk_constellation modulation, u32 symbol_rate) set_qam_measurement() argument
4247 set_qam16(struct drxk_state *state) set_qam16() argument
4441 set_qam32(struct drxk_state *state) set_qam32() argument
4637 set_qam64(struct drxk_state *state) set_qam64() argument
4832 set_qam128(struct drxk_state *state) set_qam128() argument
5029 set_qam256(struct drxk_state *state) set_qam256() argument
5225 qam_reset_qam(struct drxk_state *state) qam_reset_qam() argument
5253 qam_set_symbolrate(struct drxk_state *state) qam_set_symbolrate() argument
5323 get_qam_lock_status(struct drxk_state *state, u32 *p_lock_status) get_qam_lock_status() argument
5364 qam_demodulator_command(struct drxk_state *state, int number_of_parameters) qam_demodulator_command() argument
5422 set_qam(struct drxk_state *state, u16 intermediate_freqk_hz, s32 tuner_freq_offset) set_qam() argument
5682 set_qam_standard(struct drxk_state *state, enum operation_mode o_mode) set_qam_standard() argument
5854 write_gpio(struct drxk_state *state) write_gpio() argument
5941 switch_antenna_to_qam(struct drxk_state *state) switch_antenna_to_qam() argument
5966 switch_antenna_to_dvbt(struct drxk_state *state) switch_antenna_to_dvbt() argument
5992 power_down_device(struct drxk_state *state) power_down_device() argument
6030 init_drxk(struct drxk_state *state) init_drxk() argument
6258 struct drxk_state *state = context; load_firmware_cb() local
6286 struct drxk_state *state = fe->demodulator_priv; drxk_release() local
6296 struct drxk_state *state = fe->demodulator_priv; drxk_sleep() local
6311 struct drxk_state *state = fe->demodulator_priv; drxk_gate_ctrl() local
6325 struct drxk_state *state = fe->demodulator_priv; drxk_set_parameters() local
6393 get_strength(struct drxk_state *state, u64 *strength) get_strength() argument
6497 struct drxk_state *state = fe->demodulator_priv; drxk_get_stats() local
6620 struct drxk_state *state = fe->demodulator_priv; drxk_read_status() local
6637 struct drxk_state *state = fe->demodulator_priv; drxk_read_signal_strength() local
6653 struct drxk_state *state = fe->demodulator_priv; drxk_read_snr() local
6674 struct drxk_state *state = fe->demodulator_priv; drxk_read_ucblocks() local
6692 struct drxk_state *state = fe->demodulator_priv; drxk_get_tune_settings() local
6752 struct drxk_state *state = NULL; drxk_attach() local
[all...]
H A Dstv0910.c141 static int write_reg(struct stv *state, u16 reg, u8 val) in write_reg() argument
143 struct i2c_adapter *adap = state->base->i2c; in write_reg()
145 struct i2c_msg msg = {.addr = state->base->adr, .flags = 0, in write_reg()
150 state->base->adr, reg, val); in write_reg()
173 static int read_reg(struct stv *state, u16 reg, u8 *val) in read_reg() argument
175 return i2c_read_regs16(state->base->i2c, state->base->adr, in read_reg()
179 static int read_regs(struct stv *state, u16 reg, u8 *val, int len) in read_regs() argument
181 return i2c_read_regs16(state->base->i2c, state in read_regs()
185 write_shared_reg(struct stv *state, u16 reg, u8 mask, u8 val) write_shared_reg() argument
198 write_field(struct stv *state, u32 field, u8 val) write_field() argument
442 get_optim_cloop(struct stv *state, enum fe_stv0910_mod_cod mod_cod, u32 pilots) get_optim_cloop() argument
469 get_cur_symbol_rate(struct stv *state, u32 *p_symbol_rate) get_cur_symbol_rate() argument
510 get_signal_parameters(struct stv *state) get_signal_parameters() argument
550 tracking_optimization(struct stv *state) tracking_optimization() argument
640 get_signal_to_noise(struct stv *state, s32 *signal_to_noise) get_signal_to_noise() argument
673 get_bit_error_rate_s(struct stv *state, u32 *bernumerator, u32 *berdenominator) get_bit_error_rate_s() argument
748 get_bit_error_rate_s2(struct stv *state, u32 *bernumerator, u32 *berdenominator) get_bit_error_rate_s2() argument
782 get_bit_error_rate(struct stv *state, u32 *bernumerator, u32 *berdenominator) get_bit_error_rate() argument
801 set_mclock(struct stv *state, u32 master_clock) set_mclock() argument
864 stop(struct stv *state) stop() argument
884 set_pls(struct stv *state, u32 pls_code) set_pls() argument
899 set_isi(struct stv *state, u32 isi) set_isi() argument
916 set_stream_modes(struct stv *state, struct dtv_frontend_properties *p) set_stream_modes() argument
923 init_search_param(struct stv *state, struct dtv_frontend_properties *p) init_search_param() argument
941 enable_puncture_rate(struct stv *state, enum fe_code_rate rate) enable_puncture_rate() argument
970 set_vth_default(struct stv *state) set_vth_default() argument
987 set_vth(struct stv *state) set_vth() argument
1019 start(struct stv *state, struct dtv_frontend_properties *p) start() argument
1135 init_diseqc(struct stv *state) init_diseqc() argument
1148 probe(struct stv *state) probe() argument
1234 struct stv *state = fe->demodulator_priv; gate_ctrl() local
1275 struct stv *state = fe->demodulator_priv; release() local
1288 struct stv *state = fe->demodulator_priv; set_parameters() local
1299 manage_matype_info(struct stv *state) manage_matype_info() argument
1322 struct stv *state = fe->demodulator_priv; read_snr() local
1338 struct stv *state = fe->demodulator_priv; read_ber() local
1354 struct stv *state = fe->demodulator_priv; read_signal_strength() local
1381 struct stv *state = fe->demodulator_priv; read_status() local
1553 struct stv *state = fe->demodulator_priv; get_frontend() local
1620 struct stv *state = fe->demodulator_priv; tune() local
1648 struct stv *state = fe->demodulator_priv; set_tone() local
1662 wait_dis(struct stv *state, u8 flag, u8 val) wait_dis() argument
1680 struct stv *state = fe->demodulator_priv; send_master_cmd() local
1696 struct stv *state = fe->demodulator_priv; send_burst() local
1718 struct stv *state = fe->demodulator_priv; sleep() local
1762 stv0910_init_stats(struct stv *state) stv0910_init_stats() argument
1780 struct stv *state; stv0910_attach() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddrxk_hard.c25 static int power_down_dvbt(struct drxk_state *state, bool set_power_mode);
26 static int power_down_qam(struct drxk_state *state);
27 static int set_dvbt_standard(struct drxk_state *state,
29 static int set_qam_standard(struct drxk_state *state,
31 static int set_qam(struct drxk_state *state, u16 intermediate_freqk_hz,
33 static int set_dvbt_standard(struct drxk_state *state,
35 static int dvbt_start(struct drxk_state *state);
36 static int set_dvbt(struct drxk_state *state, u16 intermediate_freqk_hz,
38 static int get_qam_lock_status(struct drxk_state *state, u32 *p_lock_status);
39 static int get_dvbt_lock_status(struct drxk_state *state, u3
43 is_dvbt(struct drxk_state *state) is_dvbt() argument
48 is_qam(struct drxk_state *state) is_qam() argument
191 drxk_i2c_lock(struct drxk_state *state) drxk_i2c_lock() argument
199 drxk_i2c_unlock(struct drxk_state *state) drxk_i2c_unlock() argument
208 drxk_i2c_transfer(struct drxk_state *state, struct i2c_msg *msgs, unsigned len) drxk_i2c_transfer() argument
217 i2c_read1(struct drxk_state *state, u8 adr, u8 *val) i2c_read1() argument
226 i2c_write(struct drxk_state *state, u8 adr, u8 *data, int len) i2c_write() argument
244 i2c_read(struct drxk_state *state, u8 adr, u8 *msg, int len, u8 *answ, int alen) i2c_read() argument
269 read16_flags(struct drxk_state *state, u32 reg, u16 *data, u8 flags) read16_flags() argument
298 read16(struct drxk_state *state, u32 reg, u16 *data) read16() argument
303 read32_flags(struct drxk_state *state, u32 reg, u32 *data, u8 flags) read32_flags() argument
333 read32(struct drxk_state *state, u32 reg, u32 *data) read32() argument
338 write16_flags(struct drxk_state *state, u32 reg, u16 data, u8 flags) write16_flags() argument
362 write16(struct drxk_state *state, u32 reg, u16 data) write16() argument
367 write32_flags(struct drxk_state *state, u32 reg, u32 data, u8 flags) write32_flags() argument
393 write32(struct drxk_state *state, u32 reg, u32 data) write32() argument
398 write_block(struct drxk_state *state, u32 address, const int block_size, const u8 p_block[]) write_block() argument
450 power_up_device(struct drxk_state *state) power_up_device() argument
498 init_state(struct drxk_state *state) init_state() argument
733 drxx_open(struct drxk_state *state) drxx_open() argument
766 get_device_capabilities(struct drxk_state *state) get_device_capabilities() argument
966 hi_command(struct drxk_state *state, u16 cmd, u16 *p_result) hi_command() argument
1007 hi_cfg_command(struct drxk_state *state) hi_cfg_command() argument
1051 init_hi(struct drxk_state *state) init_hi() argument
1063 mpegts_configure_pins(struct drxk_state *state, bool mpeg_enable) mpegts_configure_pins() argument
1222 mpegts_disable(struct drxk_state *state) mpegts_disable() argument
1229 bl_chain_cmd(struct drxk_state *state, u16 rom_offset, u16 nr_of_elements, u32 time_out) bl_chain_cmd() argument
1274 download_microcode(struct drxk_state *state, const u8 p_mc_image[], u32 length) download_microcode() argument
1338 dvbt_enable_ofdm_token_ring(struct drxk_state *state, bool enable) dvbt_enable_ofdm_token_ring() argument
1376 mpegts_stop(struct drxk_state *state) mpegts_stop() argument
1407 scu_command(struct drxk_state *state, u16 cmd, u8 parameter_len, u16 *parameter, u8 result_len, u16 *result) scu_command() argument
1507 set_iqm_af(struct drxk_state *state, bool active) set_iqm_af() argument
1541 ctrl_power_mode(struct drxk_state *state, enum drx_power_mode *mode) ctrl_power_mode() argument
1647 power_down_dvbt(struct drxk_state *state, bool set_power_mode) power_down_dvbt() argument
1704 setoperation_mode(struct drxk_state *state, enum operation_mode o_mode) setoperation_mode() argument
1785 start(struct drxk_state *state, s32 offset_freq, s32 intermediate_frequency) start() argument
1836 shut_down(struct drxk_state *state) shut_down() argument
1844 get_lock_status(struct drxk_state *state, u32 *p_lock_status) get_lock_status() argument
1876 mpegts_start(struct drxk_state *state) mpegts_start() argument
1897 mpegts_dto_init(struct drxk_state *state) mpegts_dto_init() argument
1944 mpegts_dto_setup(struct drxk_state *state, enum operation_mode o_mode) mpegts_dto_setup() argument
2081 mpegts_configure_polarity(struct drxk_state *state) mpegts_configure_polarity() argument
2116 set_agc_rf(struct drxk_state *state, struct s_cfg_agc *p_agc_cfg, bool is_dtv) set_agc_rf() argument
2269 set_agc_if(struct drxk_state *state, struct s_cfg_agc *p_agc_cfg, bool is_dtv) set_agc_if() argument
2397 get_qam_signal_to_noise(struct drxk_state *state, s32 *p_signal_to_noise) get_qam_signal_to_noise() argument
2446 get_dvbt_signal_to_noise(struct drxk_state *state, s32 *p_signal_to_noise) get_dvbt_signal_to_noise() argument
2550 get_signal_to_noise(struct drxk_state *state, s32 *p_signal_to_noise) get_signal_to_noise() argument
2712 ConfigureI2CBridge(struct drxk_state *state, bool b_enable_bridge) ConfigureI2CBridge() argument
2750 set_pre_saw(struct drxk_state *state, struct s_cfg_pre_saw *p_pre_saw_cfg) set_pre_saw() argument
2768 bl_direct_cmd(struct drxk_state *state, u32 target_addr, u16 rom_offset, u16 nr_of_elements, u32 time_out) bl_direct_cmd() argument
2819 adc_sync_measurement(struct drxk_state *state, u16 *count) adc_sync_measurement() argument
2857 adc_synchronization(struct drxk_state *state) adc_synchronization() argument
2901 set_frequency_shifter(struct drxk_state *state, u16 intermediate_freqk_hz, s32 tuner_freq_offset, bool is_dtv) set_frequency_shifter() argument
2967 init_agc(struct drxk_state *state, bool is_dtv) init_agc() argument
3161 dvbtqam_get_acc_pkt_err(struct drxk_state *state, u16 *packet_err) dvbtqam_get_acc_pkt_err() argument
3176 dvbt_sc_command(struct drxk_state *state, u16 cmd, u16 subcmd, u16 param0, u16 param1, u16 param2, u16 param3, u16 param4) dvbt_sc_command() argument
3298 power_up_dvbt(struct drxk_state *state) power_up_dvbt() argument
3310 dvbt_ctrl_set_inc_enable(struct drxk_state *state, bool *enabled) dvbt_ctrl_set_inc_enable() argument
3325 dvbt_ctrl_set_fr_enable(struct drxk_state *state, bool *enabled) dvbt_ctrl_set_fr_enable() argument
3345 dvbt_ctrl_set_echo_threshold(struct drxk_state *state, struct drxk_cfg_dvbt_echo_thres_t *echo_thres) dvbt_ctrl_set_echo_threshold() argument
3380 dvbt_ctrl_set_sqi_speed(struct drxk_state *state, enum drxk_cfg_dvbt_sqi_speed *speed) dvbt_ctrl_set_sqi_speed() argument
3413 dvbt_activate_presets(struct drxk_state *state) dvbt_activate_presets() argument
3453 set_dvbt_standard(struct drxk_state *state, enum operation_mode o_mode) set_dvbt_standard() argument
3662 dvbt_start(struct drxk_state *state) dvbt_start() argument
3699 set_dvbt(struct drxk_state *state, u16 intermediate_freqk_hz, s32 tuner_freq_offset) set_dvbt() argument
4037 get_dvbt_lock_status(struct drxk_state *state, u32 *p_lock_status) get_dvbt_lock_status() argument
4078 power_up_qam(struct drxk_state *state) power_up_qam() argument
4093 power_down_qam(struct drxk_state *state) power_down_qam() argument
4141 set_qam_measurement(struct drxk_state *state, enum e_drxk_constellation modulation, u32 symbol_rate) set_qam_measurement() argument
4216 set_qam16(struct drxk_state *state) set_qam16() argument
4410 set_qam32(struct drxk_state *state) set_qam32() argument
4606 set_qam64(struct drxk_state *state) set_qam64() argument
4801 set_qam128(struct drxk_state *state) set_qam128() argument
4998 set_qam256(struct drxk_state *state) set_qam256() argument
5194 qam_reset_qam(struct drxk_state *state) qam_reset_qam() argument
5222 qam_set_symbolrate(struct drxk_state *state) qam_set_symbolrate() argument
5292 get_qam_lock_status(struct drxk_state *state, u32 *p_lock_status) get_qam_lock_status() argument
5333 qam_demodulator_command(struct drxk_state *state, int number_of_parameters) qam_demodulator_command() argument
5391 set_qam(struct drxk_state *state, u16 intermediate_freqk_hz, s32 tuner_freq_offset) set_qam() argument
5651 set_qam_standard(struct drxk_state *state, enum operation_mode o_mode) set_qam_standard() argument
5823 write_gpio(struct drxk_state *state) write_gpio() argument
5910 switch_antenna_to_qam(struct drxk_state *state) switch_antenna_to_qam() argument
5935 switch_antenna_to_dvbt(struct drxk_state *state) switch_antenna_to_dvbt() argument
5961 power_down_device(struct drxk_state *state) power_down_device() argument
5999 init_drxk(struct drxk_state *state) init_drxk() argument
6227 struct drxk_state *state = context; load_firmware_cb() local
6255 struct drxk_state *state = fe->demodulator_priv; drxk_release() local
6265 struct drxk_state *state = fe->demodulator_priv; drxk_sleep() local
6280 struct drxk_state *state = fe->demodulator_priv; drxk_gate_ctrl() local
6294 struct drxk_state *state = fe->demodulator_priv; drxk_set_parameters() local
6362 get_strength(struct drxk_state *state, u64 *strength) get_strength() argument
6466 struct drxk_state *state = fe->demodulator_priv; drxk_get_stats() local
6589 struct drxk_state *state = fe->demodulator_priv; drxk_read_status() local
6606 struct drxk_state *state = fe->demodulator_priv; drxk_read_signal_strength() local
6622 struct drxk_state *state = fe->demodulator_priv; drxk_read_snr() local
6643 struct drxk_state *state = fe->demodulator_priv; drxk_read_ucblocks() local
6661 struct drxk_state *state = fe->demodulator_priv; drxk_get_tune_settings() local
6721 struct drxk_state *state = NULL; drxk_attach() local
[all...]
H A Dstv0910.c132 static int write_reg(struct stv *state, u16 reg, u8 val) in write_reg() argument
134 struct i2c_adapter *adap = state->base->i2c; in write_reg()
136 struct i2c_msg msg = {.addr = state->base->adr, .flags = 0, in write_reg()
141 state->base->adr, reg, val); in write_reg()
164 static int read_reg(struct stv *state, u16 reg, u8 *val) in read_reg() argument
166 return i2c_read_regs16(state->base->i2c, state->base->adr, in read_reg()
170 static int read_regs(struct stv *state, u16 reg, u8 *val, int len) in read_regs() argument
172 return i2c_read_regs16(state->base->i2c, state in read_regs()
176 write_shared_reg(struct stv *state, u16 reg, u8 mask, u8 val) write_shared_reg() argument
189 write_field(struct stv *state, u32 field, u8 val) write_field() argument
433 get_optim_cloop(struct stv *state, enum fe_stv0910_mod_cod mod_cod, u32 pilots) get_optim_cloop() argument
460 get_cur_symbol_rate(struct stv *state, u32 *p_symbol_rate) get_cur_symbol_rate() argument
501 get_signal_parameters(struct stv *state) get_signal_parameters() argument
541 tracking_optimization(struct stv *state) tracking_optimization() argument
631 get_signal_to_noise(struct stv *state, s32 *signal_to_noise) get_signal_to_noise() argument
664 get_bit_error_rate_s(struct stv *state, u32 *bernumerator, u32 *berdenominator) get_bit_error_rate_s() argument
739 get_bit_error_rate_s2(struct stv *state, u32 *bernumerator, u32 *berdenominator) get_bit_error_rate_s2() argument
773 get_bit_error_rate(struct stv *state, u32 *bernumerator, u32 *berdenominator) get_bit_error_rate() argument
792 set_mclock(struct stv *state, u32 master_clock) set_mclock() argument
855 stop(struct stv *state) stop() argument
875 set_pls(struct stv *state, u32 pls_code) set_pls() argument
890 set_isi(struct stv *state, u32 isi) set_isi() argument
907 set_stream_modes(struct stv *state, struct dtv_frontend_properties *p) set_stream_modes() argument
914 init_search_param(struct stv *state, struct dtv_frontend_properties *p) init_search_param() argument
932 enable_puncture_rate(struct stv *state, enum fe_code_rate rate) enable_puncture_rate() argument
961 set_vth_default(struct stv *state) set_vth_default() argument
978 set_vth(struct stv *state) set_vth() argument
1010 start(struct stv *state, struct dtv_frontend_properties *p) start() argument
1126 init_diseqc(struct stv *state) init_diseqc() argument
1139 probe(struct stv *state) probe() argument
1225 struct stv *state = fe->demodulator_priv; gate_ctrl() local
1266 struct stv *state = fe->demodulator_priv; release() local
1279 struct stv *state = fe->demodulator_priv; set_parameters() local
1290 manage_matype_info(struct stv *state) manage_matype_info() argument
1313 struct stv *state = fe->demodulator_priv; read_snr() local
1329 struct stv *state = fe->demodulator_priv; read_ber() local
1345 struct stv *state = fe->demodulator_priv; read_signal_strength() local
1372 struct stv *state = fe->demodulator_priv; read_status() local
1544 struct stv *state = fe->demodulator_priv; get_frontend() local
1611 struct stv *state = fe->demodulator_priv; tune() local
1639 struct stv *state = fe->demodulator_priv; set_tone() local
1653 wait_dis(struct stv *state, u8 flag, u8 val) wait_dis() argument
1671 struct stv *state = fe->demodulator_priv; send_master_cmd() local
1687 struct stv *state = fe->demodulator_priv; send_burst() local
1709 struct stv *state = fe->demodulator_priv; sleep() local
1753 stv0910_init_stats(struct stv *state) stv0910_init_stats() argument
1771 struct stv *state; stv0910_attach() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp62 static void Bm_function_Fopen_read(benchmark::State &state) in Bm_function_Fopen_read() argument
64 for (auto _ : state) { in Bm_function_Fopen_read()
70 state.PauseTiming(); in Bm_function_Fopen_read()
74 state.ResumeTiming(); in Bm_function_Fopen_read()
78 static void Bm_function_Fopen_write(benchmark::State &state) in Bm_function_Fopen_write() argument
80 for (auto _ : state) { in Bm_function_Fopen_write()
86 state.PauseTiming(); in Bm_function_Fopen_write()
90 state.ResumeTiming(); in Bm_function_Fopen_write()
94 static void Bm_function_Fopen_append(benchmark::State &state) in Bm_function_Fopen_append() argument
96 for (auto _ : state) { in Bm_function_Fopen_append()
110 Bm_function_Fopen_rplus(benchmark::State &state) Bm_function_Fopen_rplus() argument
126 Bm_function_Fopen_wplus(benchmark::State &state) Bm_function_Fopen_wplus() argument
142 Bm_function_Fopen_append_plus(benchmark::State &state) Bm_function_Fopen_append_plus() argument
158 Bm_function_Fopen_rb(benchmark::State &state) Bm_function_Fopen_rb() argument
174 Bm_function_Fopen_wb(benchmark::State &state) Bm_function_Fopen_wb() argument
190 Bm_function_Fopen_ab(benchmark::State &state) Bm_function_Fopen_ab() argument
206 Bm_function_Fopen_rb_plus(benchmark::State &state) Bm_function_Fopen_rb_plus() argument
222 Bm_function_Fopen_wb_plus(benchmark::State &state) Bm_function_Fopen_wb_plus() argument
238 Bm_function_Fopen_ab_plus(benchmark::State &state) Bm_function_Fopen_ab_plus() argument
254 Bm_function_Fclose(benchmark::State &state) Bm_function_Fclose() argument
270 Bm_function_Fdopen(benchmark::State &state) Bm_function_Fdopen() argument
287 Bm_function_Vfprintf_str(benchmark::State &state) Bm_function_Vfprintf_str() argument
300 Bm_function_Vfprintf_int(benchmark::State &state) Bm_function_Vfprintf_int() argument
313 Bm_function_Vfprintf_float(benchmark::State &state) Bm_function_Vfprintf_float() argument
326 Bm_function_Vfprintf_longdouble(benchmark::State &state) Bm_function_Vfprintf_longdouble() argument
339 Bm_function_Vfprintf_unsigned(benchmark::State &state) Bm_function_Vfprintf_unsigned() argument
352 Bm_function_Vfprintf_long(benchmark::State &state) Bm_function_Vfprintf_long() argument
365 Bm_function_Vfprintf_short(benchmark::State &state) Bm_function_Vfprintf_short() argument
378 Bm_function_Vfprintf_char(benchmark::State &state) Bm_function_Vfprintf_char() argument
392 Bm_function_Fprintf_str(benchmark::State &state) Bm_function_Fprintf_str() argument
405 Bm_function_Fprintf_int(benchmark::State &state) Bm_function_Fprintf_int() argument
418 Bm_function_Fprintf_float(benchmark::State &state) Bm_function_Fprintf_float() argument
431 Bm_function_Fprintf_longdouble(benchmark::State &state) Bm_function_Fprintf_longdouble() argument
444 Bm_function_Fprintf_unsigned(benchmark::State &state) Bm_function_Fprintf_unsigned() argument
457 Bm_function_Fprintf_long(benchmark::State &state) Bm_function_Fprintf_long() argument
470 Bm_function_Fprintf_short(benchmark::State &state) Bm_function_Fprintf_short() argument
483 Bm_function_Fprintf_char(benchmark::State &state) Bm_function_Fprintf_char() argument
497 Bm_function_Vsprintf_str(benchmark::State &state) Bm_function_Vsprintf_str() argument
508 Bm_function_Vsprintf_int(benchmark::State &state) Bm_function_Vsprintf_int() argument
519 Bm_function_Vsprintf_float(benchmark::State &state) Bm_function_Vsprintf_float() argument
530 Bm_function_Vsprintf_longdouble(benchmark::State &state) Bm_function_Vsprintf_longdouble() argument
541 Bm_function_Vsprintf_unsigned(benchmark::State &state) Bm_function_Vsprintf_unsigned() argument
552 Bm_function_Vsprintf_long(benchmark::State &state) Bm_function_Vsprintf_long() argument
563 Bm_function_Vsprintf_short(benchmark::State &state) Bm_function_Vsprintf_short() argument
574 Bm_function_Vsprintf_char(benchmark::State &state) Bm_function_Vsprintf_char() argument
586 Bm_function_Vsnprintf_str(benchmark::State &state) Bm_function_Vsnprintf_str() argument
597 Bm_function_Vsnprintf_int(benchmark::State &state) Bm_function_Vsnprintf_int() argument
608 Bm_function_Vsnprintf_float(benchmark::State &state) Bm_function_Vsnprintf_float() argument
619 Bm_function_Vsnprintf_longdouble(benchmark::State &state) Bm_function_Vsnprintf_longdouble() argument
630 Bm_function_Vsnprintf_unsigned(benchmark::State &state) Bm_function_Vsnprintf_unsigned() argument
641 Bm_function_Vsnprintf_long(benchmark::State &state) Bm_function_Vsnprintf_long() argument
652 Bm_function_Vsnprintf_short(benchmark::State &state) Bm_function_Vsnprintf_short() argument
663 Bm_function_Vsnprintf_char(benchmark::State &state) Bm_function_Vsnprintf_char() argument
675 Bm_function_Flock_Funlockfile(benchmark::State &state) Bm_function_Flock_Funlockfile() argument
689 Bm_function_Flock(benchmark::State &state) Bm_function_Flock() argument
703 Bm_function_Rename(benchmark::State &state) Bm_function_Rename() argument
715 Bm_function_Fseek_set(benchmark::State &state) Bm_function_Fseek_set() argument
728 Bm_function_Fseeko_set(benchmark::State &state) Bm_function_Fseeko_set() argument
742 Bm_function_Fseek_cur(benchmark::State &state) Bm_function_Fseek_cur() argument
755 Bm_function_Fseek_end(benchmark::State &state) Bm_function_Fseek_end() argument
768 Bm_function_Fseeko_cur(benchmark::State &state) Bm_function_Fseeko_cur() argument
781 Bm_function_Fseeko_end(benchmark::State &state) Bm_function_Fseeko_end() argument
794 Bm_function_Sscanf_int(benchmark::State &state) Bm_function_Sscanf_int() argument
803 Bm_function_Sscanf_double(benchmark::State &state) Bm_function_Sscanf_double() argument
813 Bm_function_Sscanf_char(benchmark::State &state) Bm_function_Sscanf_char() argument
822 Bm_function_Sscanf_char1(benchmark::State &state) Bm_function_Sscanf_char1() argument
831 Bm_function_Sscanf_str(benchmark::State &state) Bm_function_Sscanf_str() argument
840 Bm_function_Sscanf_str1(benchmark::State &state) Bm_function_Sscanf_str1() argument
869 Bm_function_Vfscanf_str(benchmark::State &state) Bm_function_Vfscanf_str() argument
887 Bm_function_Vfscanf_int(benchmark::State &state) Bm_function_Vfscanf_int() argument
906 Bm_function_Vfscanf_double(benchmark::State &state) Bm_function_Vfscanf_double() argument
925 Bm_function_Vfscanf_float(benchmark::State &state) Bm_function_Vfscanf_float() argument
944 Bm_function_Vfscanf_char(benchmark::State &state) Bm_function_Vfscanf_char() argument
962 Bm_function_Vfscanf_iformat(benchmark::State &state) Bm_function_Vfscanf_iformat() argument
980 Bm_function_Vfscanf_oformat(benchmark::State &state) Bm_function_Vfscanf_oformat() argument
999 Bm_function_Vfscanf_uformat(benchmark::State &state) Bm_function_Vfscanf_uformat() argument
1018 Bm_function_Vfscanf_xformat(benchmark::State &state) Bm_function_Vfscanf_xformat() argument
1036 Bm_function_Vfscanf_Xformat(benchmark::State &state) Bm_function_Vfscanf_Xformat() argument
1054 Bm_function_Vfscanf_eformat(benchmark::State &state) Bm_function_Vfscanf_eformat() argument
1073 Bm_function_Vfscanf_gformat(benchmark::State &state) Bm_function_Vfscanf_gformat() argument
1092 Bm_function_Vfscanf_ldformat(benchmark::State &state) Bm_function_Vfscanf_ldformat() argument
1110 Bm_function_Vfscanf_luformat(benchmark::State &state) Bm_function_Vfscanf_luformat() argument
1128 Bm_function_Vfscanf_lxformat(benchmark::State &state) Bm_function_Vfscanf_lxformat() argument
1146 Bm_function_Vfscanf_loformat(benchmark::State &state) Bm_function_Vfscanf_loformat() argument
1164 Bm_function_Vfscanf_hdformat(benchmark::State &state) Bm_function_Vfscanf_hdformat() argument
1182 Bm_function_Vfscanf_huformat(benchmark::State &state) Bm_function_Vfscanf_huformat() argument
1200 Bm_function_Vfscanf_hhuformat(benchmark::State &state) Bm_function_Vfscanf_hhuformat() argument
1218 Bm_function_Vfscanf_hhxformat(benchmark::State &state) Bm_function_Vfscanf_hhxformat() argument
1236 Bm_function_Vfscanf_llxformat(benchmark::State &state) Bm_function_Vfscanf_llxformat() argument
1254 Bm_function_Vfscanf_lldformat(benchmark::State &state) Bm_function_Vfscanf_lldformat() argument
1272 Bm_function_Vfscanf_lluformat(benchmark::State &state) Bm_function_Vfscanf_lluformat() argument
1290 Bm_function_Fileno_unlocked(benchmark::State &state) Bm_function_Fileno_unlocked() argument
1304 Bm_function_Fseek_fflush(benchmark::State &state) Bm_function_Fseek_fflush() argument
1317 Bm_function_Sscanf_vsscanf_int(benchmark::State &state) Bm_function_Sscanf_vsscanf_int() argument
1328 Bm_function_Feof(benchmark::State &state) Bm_function_Feof() argument
1343 Bm_function_Ungetc(benchmark::State &state) Bm_function_Ungetc() argument
1357 Bm_function_Setbuf(benchmark::State &state) Bm_function_Setbuf() argument
1372 Bm_function_Getchar(benchmark::State &state) Bm_function_Getchar() argument
1381 Bm_function_Fputc(benchmark::State &state) Bm_function_Fputc() argument
1395 Bm_function_Fputs(benchmark::State &state) Bm_function_Fputs() argument
1411 Bm_function_Ftell(benchmark::State &state) Bm_function_Ftell() argument
1425 Bm_function_fread_unlocked(benchmark::State& state) Bm_function_fread_unlocked() argument
1440 Bm_function_fgets_unlocked(benchmark::State& state) Bm_function_fgets_unlocked() argument
1457 Bm_function_Renameat(benchmark::State &state) Bm_function_Renameat() argument
1478 BM_function_Snprintf_d4(benchmark::State& state) BM_function_Snprintf_d4() argument
[all...]
H A Dlibc_math.cpp36 static void Bm_function_Copysignl_Allpositive(benchmark::State &state) in Bm_function_Copysignl_Allpositive() argument
40 for (auto _ : state) { in Bm_function_Copysignl_Allpositive()
45 static void Bm_function_Copysignl_Allnegative(benchmark::State &state) in Bm_function_Copysignl_Allnegative() argument
49 for (auto _ : state) { in Bm_function_Copysignl_Allnegative()
54 static void Bm_function_Copysignl_Np(benchmark::State &state) in Bm_function_Copysignl_Np() argument
58 for (auto _ : state) { in Bm_function_Copysignl_Np()
63 static void Bm_function_Copysignl_Pn(benchmark::State &state) in Bm_function_Copysignl_Pn() argument
67 for (auto _ : state) { in Bm_function_Copysignl_Pn()
73 static void Bm_function_Fmodl(benchmark::State &state) in Bm_function_Fmodl() argument
75 long double x = DIVIDEND_VALUES[state in Bm_function_Fmodl()
82 Bm_function_Fmodf(benchmark::State &state) Bm_function_Fmodf() argument
91 Bm_function_Exp(benchmark::State &state) Bm_function_Exp() argument
100 Bm_function_Log(benchmark::State &state) Bm_function_Log() argument
109 Bm_function_Cos(benchmark::State &state) Bm_function_Cos() argument
119 Bm_function_Frexpl(benchmark::State &state) Bm_function_Frexpl() argument
129 Bm_function_Scalbn1(benchmark::State &state) Bm_function_Scalbn1() argument
140 Bm_function_Scalbn2(benchmark::State &state) Bm_function_Scalbn2() argument
151 Bm_function_Scalbn3(benchmark::State &state) Bm_function_Scalbn3() argument
162 Bm_function_Scalbn4(benchmark::State &state) Bm_function_Scalbn4() argument
173 Bm_function_Scalbnl1(benchmark::State &state) Bm_function_Scalbnl1() argument
184 Bm_function_Scalbnl2(benchmark::State &state) Bm_function_Scalbnl2() argument
196 Bm_function_Scalbnl3(benchmark::State &state) Bm_function_Scalbnl3() argument
208 Bm_function_Scalbnl4(benchmark::State &state) Bm_function_Scalbnl4() argument
219 Bm_function_Scalbnf1(benchmark::State &state) Bm_function_Scalbnf1() argument
229 Bm_function_Scalbnf2(benchmark::State &state) Bm_function_Scalbnf2() argument
239 Bm_function_Scalbnf3(benchmark::State &state) Bm_function_Scalbnf3() argument
249 Bm_function_Scalbnf4(benchmark::State &state) Bm_function_Scalbnf4() argument
260 Bm_function_Fmod(benchmark::State &state) Bm_function_Fmod() argument
270 Bm_function_Sin(benchmark::State &state) Bm_function_Sin() argument
279 Bm_function_Atanf(benchmark::State &state) Bm_function_Atanf() argument
287 Bm_function_Atan2f(benchmark::State &state) Bm_function_Atan2f() argument
297 Bm_function_fpclassifyl(benchmark::State &state) Bm_function_fpclassifyl() argument
307 Bm_function_fpclassifyl1(benchmark::State &state) Bm_function_fpclassifyl1() argument
317 Bm_function_fpclassifyl2(benchmark::State &state) Bm_function_fpclassifyl2() argument
327 Bm_function_fpclassifyl3(benchmark::State &state) Bm_function_fpclassifyl3() argument
336 Bm_function_Expm1(benchmark::State &state) Bm_function_Expm1() argument
346 Bm_function_Ceilf(benchmark::State &state) Bm_function_Ceilf() argument
355 Bm_function_Floor(benchmark::State &state) Bm_function_Floor() argument
364 Bm_function_Lgammaf(benchmark::State &state) Bm_function_Lgammaf() argument
372 Bm_function_Erfcf(benchmark::State &state) Bm_function_Erfcf() argument
380 Bm_function_Ilogbf(benchmark::State &state) Bm_function_Ilogbf() argument
390 Bm_function_Fmaf(benchmark::State &state) Bm_function_Fmaf() argument
405 Bm_function_Nan(benchmark::State &state) Bm_function_Nan() argument
412 Bm_function_Nan_null(benchmark::State &state) Bm_function_Nan_null() argument
419 Bm_function_Acoshf(benchmark::State &state) Bm_function_Acoshf() argument
427 Bm_function_Asinhf(benchmark::State &state) Bm_function_Asinhf() argument
435 Bm_function_Modff(benchmark::State &state) Bm_function_Modff() argument
444 Bm_function_Llroundf(benchmark::State &state) Bm_function_Llroundf() argument
452 Bm_function_Logbf(benchmark::State &state) Bm_function_Logbf() argument
460 Bm_function_Log10f(benchmark::State &state) Bm_function_Log10f() argument
468 Bm_function_Expm1f(benchmark::State &state) Bm_function_Expm1f() argument
476 Bm_function_Atanhf(benchmark::State &state) Bm_function_Atanhf() argument
484 Bm_function_Rintf(benchmark::State &state) Bm_function_Rintf() argument
492 Bm_function_Log1pf(benchmark::State &state) Bm_function_Log1pf() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/
H A Dvgastate.c2 * linux/drivers/video/vgastate.c -- VGA state save/restore
48 static void save_vga_text(struct vgastate *state, void __iomem *fbbase) in save_vga_text() argument
50 struct regstate *saved = (struct regstate *) state->vidstate; in save_vga_text()
56 misc = vga_r(state->vgabase, VGA_MIS_R); in save_vga_text()
59 vga_r(state->vgabase, iobase + 0xa); in save_vga_text()
60 vga_w(state->vgabase, VGA_ATT_W, 0x00); in save_vga_text()
61 attr10 = vga_rattr(state->vgabase, 0x10); in save_vga_text()
62 vga_r(state->vgabase, iobase + 0xa); in save_vga_text()
63 vga_w(state->vgabase, VGA_ATT_W, 0x20); in save_vga_text()
69 gr4 = vga_rgfx(state in save_vga_text()
138 restore_vga_text(struct vgastate *state, void __iomem *fbbase) restore_vga_text() argument
226 save_vga_mode(struct vgastate *state) save_vga_mode() argument
257 restore_vga_mode(struct vgastate *state) restore_vga_mode() argument
309 save_vga_cmap(struct vgastate *state) save_vga_cmap() argument
322 restore_vga_cmap(struct vgastate *state) restore_vga_cmap() argument
335 vga_cleanup(struct vgastate *state) vga_cleanup() argument
350 save_vga(struct vgastate *state) save_vga() argument
458 restore_vga(struct vgastate *state) restore_vga() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/
H A Dvgastate.c2 * linux/drivers/video/vgastate.c -- VGA state save/restore
48 static void save_vga_text(struct vgastate *state, void __iomem *fbbase) in save_vga_text() argument
50 struct regstate *saved = (struct regstate *) state->vidstate; in save_vga_text()
56 misc = vga_r(state->vgabase, VGA_MIS_R); in save_vga_text()
59 vga_r(state->vgabase, iobase + 0xa); in save_vga_text()
60 vga_w(state->vgabase, VGA_ATT_W, 0x00); in save_vga_text()
61 attr10 = vga_rattr(state->vgabase, 0x10); in save_vga_text()
62 vga_r(state->vgabase, iobase + 0xa); in save_vga_text()
63 vga_w(state->vgabase, VGA_ATT_W, 0x20); in save_vga_text()
69 gr4 = vga_rgfx(state in save_vga_text()
138 restore_vga_text(struct vgastate *state, void __iomem *fbbase) restore_vga_text() argument
226 save_vga_mode(struct vgastate *state) save_vga_mode() argument
257 restore_vga_mode(struct vgastate *state) restore_vga_mode() argument
309 save_vga_cmap(struct vgastate *state) save_vga_cmap() argument
322 restore_vga_cmap(struct vgastate *state) restore_vga_cmap() argument
335 vga_cleanup(struct vgastate *state) vga_cleanup() argument
350 save_vga(struct vgastate *state) save_vga() argument
458 restore_vga(struct vgastate *state) restore_vga() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dvmx_set_nested_state_test.c30 void test_nested_state(struct kvm_vm *vm, struct kvm_nested_state *state) in test_nested_state() argument
32 vcpu_nested_state_set(vm, VCPU_ID, state, false); in test_nested_state()
36 struct kvm_nested_state *state, in test_nested_state_expect_errno()
41 rv = vcpu_nested_state_set(vm, VCPU_ID, state, true); in test_nested_state_expect_errno()
49 struct kvm_nested_state *state) in test_nested_state_expect_einval()
51 test_nested_state_expect_errno(vm, state, EINVAL); in test_nested_state_expect_einval()
55 struct kvm_nested_state *state) in test_nested_state_expect_efault()
57 test_nested_state_expect_errno(vm, state, EFAULT); in test_nested_state_expect_efault()
60 void set_revision_id_for_vmcs12(struct kvm_nested_state *state, in set_revision_id_for_vmcs12() argument
64 memcpy(&state in set_revision_id_for_vmcs12()
35 test_nested_state_expect_errno(struct kvm_vm *vm, struct kvm_nested_state *state, int expected_errno) test_nested_state_expect_errno() argument
48 test_nested_state_expect_einval(struct kvm_vm *vm, struct kvm_nested_state *state) test_nested_state_expect_einval() argument
54 test_nested_state_expect_efault(struct kvm_vm *vm, struct kvm_nested_state *state) test_nested_state_expect_efault() argument
67 set_default_state(struct kvm_nested_state *state) set_default_state() argument
76 set_default_vmx_state(struct kvm_nested_state *state, int size) set_default_vmx_state() argument
93 struct kvm_nested_state *state = test_vmx_nested_state() local
250 struct kvm_nested_state state; main() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dvmx_set_nested_state_test.c29 void test_nested_state(struct kvm_vcpu *vcpu, struct kvm_nested_state *state) in test_nested_state() argument
31 vcpu_nested_state_set(vcpu, state); in test_nested_state()
35 struct kvm_nested_state *state, in test_nested_state_expect_errno()
40 rv = __vcpu_nested_state_set(vcpu, state); in test_nested_state_expect_errno()
48 struct kvm_nested_state *state) in test_nested_state_expect_einval()
50 test_nested_state_expect_errno(vcpu, state, EINVAL); in test_nested_state_expect_einval()
54 struct kvm_nested_state *state) in test_nested_state_expect_efault()
56 test_nested_state_expect_errno(vcpu, state, EFAULT); in test_nested_state_expect_efault()
59 void set_revision_id_for_vmcs12(struct kvm_nested_state *state, in set_revision_id_for_vmcs12() argument
63 memcpy(&state in set_revision_id_for_vmcs12()
34 test_nested_state_expect_errno(struct kvm_vcpu *vcpu, struct kvm_nested_state *state, int expected_errno) test_nested_state_expect_errno() argument
47 test_nested_state_expect_einval(struct kvm_vcpu *vcpu, struct kvm_nested_state *state) test_nested_state_expect_einval() argument
53 test_nested_state_expect_efault(struct kvm_vcpu *vcpu, struct kvm_nested_state *state) test_nested_state_expect_efault() argument
66 set_default_state(struct kvm_nested_state *state) set_default_state() argument
75 set_default_vmx_state(struct kvm_nested_state *state, int size) set_default_vmx_state() argument
92 struct kvm_nested_state *state = test_vmx_nested_state() local
249 struct kvm_nested_state state; main() local
[all...]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecode.cs62 private static void DecodeMetaBlockLength(Org.Brotli.Dec.BitReader br, Org.Brotli.Dec.State state) in DecodeMetaBlockLength() argument
64 state.inputEnd = Org.Brotli.Dec.BitReader.ReadBits(br, 1) == 1; in DecodeMetaBlockLength()
65 state.metaBlockLength = 0; in DecodeMetaBlockLength()
66 state.isUncompressed = false; in DecodeMetaBlockLength()
67 state.isMetadata = false; in DecodeMetaBlockLength()
68 if (state.inputEnd && Org.Brotli.Dec.BitReader.ReadBits(br, 1) != 0) in DecodeMetaBlockLength()
75 state.isMetadata = true; in DecodeMetaBlockLength()
92 state.metaBlockLength |= bits << (i * 8); in DecodeMetaBlockLength()
104 state.metaBlockLength |= bits << (i * 4); in DecodeMetaBlockLength()
107 state in DecodeMetaBlockLength()
404 DecodeBlockTypeAndLength(Org.Brotli.Dec.State state, int treeType) DecodeBlockTypeAndLength() argument
432 DecodeLiteralBlockSwitch(Org.Brotli.Dec.State state) DecodeLiteralBlockSwitch() argument
444 DecodeCommandBlockSwitch(Org.Brotli.Dec.State state) DecodeCommandBlockSwitch() argument
450 DecodeDistanceBlockSwitch(Org.Brotli.Dec.State state) DecodeDistanceBlockSwitch() argument
456 MaybeReallocateRingBuffer(Org.Brotli.Dec.State state) MaybeReallocateRingBuffer() argument
502 ReadMetablockInfo(Org.Brotli.Dec.State state) ReadMetablockInfo() argument
546 ReadMetablockHuffmanCodesAndContextMaps(Org.Brotli.Dec.State state) ReadMetablockHuffmanCodesAndContextMaps() argument
610 CopyUncompressedData(Org.Brotli.Dec.State state) CopyUncompressedData() argument
637 WriteRingBuffer(Org.Brotli.Dec.State state) WriteRingBuffer() argument
655 SetCustomDictionary(Org.Brotli.Dec.State state, byte[] data) SetCustomDictionary() argument
661 Decompress(Org.Brotli.Dec.State state) Decompress() argument
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dgzwrite.c13 /* Initialize state for writing a gzip file. Mark initialization by setting
14 state->size to non-zero. Return -1 on failure or 0 on success. */
15 local int gz_init(state) in gz_init()
16 gz_statep state; in gz_init()
19 z_streamp strm = &(state->strm);
22 state->in = malloc(state->want);
23 state->out = malloc(state->want);
24 if (state
150 gz_statep state; global() local
226 gz_statep state; global() local
284 gz_statep state; gzprintf() local
360 gz_statep state; global() local
430 gz_statep state; global() local
463 gz_statep state; global() local
504 gz_statep state; global() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c42 static int normal_assignment(pa_config_parser_state *state) { in normal_assignment() argument
45 pa_assert(state); in normal_assignment()
47 for (item = state->item_table; item->parse; item++) { in normal_assignment()
49 if (item->lvalue && !pa_streq(state->lvalue, item->lvalue)) in normal_assignment()
52 if (item->section && !state->section) in normal_assignment()
55 if (item->section && !pa_streq(state->section, item->section)) in normal_assignment()
58 state->data = item->data; in normal_assignment()
60 return item->parse(state); in normal_assignment()
63 pa_log("[%s:%u] Unknown lvalue '%s' in section '%s'.", state->filename, state in normal_assignment()
69 proplist_assignment(pa_config_parser_state *state) proplist_assignment() argument
82 parse_line(pa_config_parser_state *state) parse_line() argument
167 pa_config_parser_state state; pa_config_parse() local
297 pa_config_parse_int(pa_config_parser_state *state) pa_config_parse_int() argument
314 pa_config_parse_unsigned(pa_config_parser_state *state) pa_config_parse_unsigned() argument
331 pa_config_parse_size(pa_config_parser_state *state) pa_config_parse_size() argument
348 pa_config_parse_bool(pa_config_parser_state *state) pa_config_parse_bool() argument
366 pa_config_parse_not_bool(pa_config_parser_state *state) pa_config_parse_not_bool() argument
384 pa_config_parse_string(pa_config_parser_state *state) pa_config_parse_string() argument
[all...]
/third_party/rust/crates/syn/src/gen/
H A Dhash.rs11 fn hash<H>(&self, state: &mut H) in hash()
15 self.name.hash(state); in hash()
21 fn hash<H>(&self, state: &mut H) in hash()
25 self.colon2_token.hash(state); in hash()
26 self.args.hash(state); in hash()
32 fn hash<H>(&self, state: &mut H) in hash()
36 self.attrs.hash(state); in hash()
37 self.pat.hash(state); in hash()
38 self.guard.hash(state); in hash()
39 self.body.hash(state); in hash()
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dgzlib.c74 /* Reset gzip file state */
75 local void gz_reset(state) in gz_reset()
76 gz_statep state; in gz_reset()
78 state->x.have = 0; /* no output data available */
79 if (state->mode == GZ_READ) { /* for reading ... */
80 state->eof = 0; /* not at end of file */
81 state->past = 0; /* have not read past end yet */
82 state->how = LOOK; /* look for gzip header */
84 state->seek = 0; /* no seek request pending */
85 gz_error(state, Z_O
96 gz_statep state; global() local
320 gz_statep state; global() local
346 gz_statep state; global() local
373 gz_statep state; global() local
458 gz_statep state; global() local
486 gz_statep state; global() local
518 gz_statep state; global() local
536 gz_statep state; global() local
556 gz_statep state; global() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c74 /* Reset gzip file state */
75 local void gz_reset(state) in gz_reset()
76 gz_statep state; in gz_reset()
78 state->x.have = 0; /* no output data available */
79 if (state->mode == GZ_READ) { /* for reading ... */
80 state->eof = 0; /* not at end of file */
81 state->past = 0; /* have not read past end yet */
82 state->how = LOOK; /* look for gzip header */
84 state->seek = 0; /* no seek request pending */
85 gz_error(state, Z_O
96 gz_statep state; global() local
320 gz_statep state; global() local
346 gz_statep state; global() local
373 gz_statep state; global() local
458 gz_statep state; global() local
486 gz_statep state; global() local
518 gz_statep state; global() local
536 gz_statep state; global() local
556 gz_statep state; global() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dunwind_frame.c14 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() argument
16 if (unwind_done(state)) in unwind_get_return_address()
19 return __kernel_text_address(state->ip) ? state->ip : 0; in unwind_get_return_address()
23 unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) in unwind_get_return_address_ptr() argument
25 if (unwind_done(state)) in unwind_get_return_address_ptr()
28 return state->regs ? &state->regs->ip : state->bp + 1; in unwind_get_return_address_ptr()
31 static void unwind_dump(struct unwind_state *state) in unwind_dump() argument
80 last_frame(struct unwind_state *state) last_frame() argument
85 is_last_frame(struct unwind_state *state) is_last_frame() argument
96 last_aligned_frame(struct unwind_state *state) last_aligned_frame() argument
101 is_last_aligned_frame(struct unwind_state *state) is_last_aligned_frame() argument
132 is_last_ftrace_frame(struct unwind_state *state) is_last_ftrace_frame() argument
154 is_last_task_frame(struct unwind_state *state) is_last_task_frame() argument
186 update_stack_state(struct unwind_state *state, unsigned long *next_bp) update_stack_state() argument
254 unwind_next_frame(struct unwind_state *state) unwind_next_frame() argument
363 __unwind_start(struct unwind_state *state, struct task_struct *task, struct pt_regs *regs, unsigned long *first_frame) __unwind_start() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_textedit.h14 // selection state, and undo state.
79 // state of a text widget (except for the string, which you will store
177 // be a bitflag, so we can test the shifted state of cursor movements to allow selection,
195 // Each textfield keeps its own insert mode state, which is not how normal
201 // void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line)
203 // void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
204 // void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
205 // int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state)
206 // int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYP
458 stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_click() argument
476 stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_drag() argument
577 stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_clamp() argument
591 stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len) stb_textedit_delete() argument
599 stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_delete_selection() argument
615 stb_textedit_sortselection(STB_TexteditState *state) stb_textedit_sortselection() argument
625 stb_textedit_move_to_first(STB_TexteditState *state) stb_textedit_move_to_first() argument
636 stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_move_to_last() argument
687 stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) stb_textedit_prep_selection_at_cursor() argument
696 stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_cut() argument
707 stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) stb_textedit_paste_internal() argument
732 stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_KEYTYPE key) stb_textedit_key() argument
1122 stb_textedit_flush_redo(StbUndoState *state) stb_textedit_flush_redo() argument
1129 stb_textedit_discard_undo(StbUndoState *state) stb_textedit_discard_undo() argument
1151 stb_textedit_discard_redo(StbUndoState *state) stb_textedit_discard_redo() argument
1181 stb_text_create_undo_record(StbUndoState *state, int numchars) stb_text_create_undo_record() argument
1205 stb_text_createundo(StbUndoState *state, int pos, int insert_len, int delete_len) stb_text_createundo() argument
1225 stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_undo() argument
1293 stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_redo() argument
1344 stb_text_makeundo_insert(STB_TexteditState *state, int where, int length) stb_text_makeundo_insert() argument
1349 stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length) stb_text_makeundo_delete() argument
1359 stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) stb_text_makeundo_replace() argument
1370 stb_textedit_clear_state(STB_TexteditState *state, int is_single_line) stb_textedit_clear_state() argument
1388 stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) stb_textedit_initialize_state() argument
1398 stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE const *ctext, int len) stb_textedit_paste() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimstb_textedit.h14 // selection state, and undo state.
79 // state of a text widget (except for the string, which you will store
179 // be a bitflag, so we can test the shifted state of cursor movements to allow selection,
197 // Each textfield keeps its own insert mode state, which is not how normal
203 // void stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line)
205 // void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
206 // void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y)
207 // int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state)
208 // int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYP
456 stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_click() argument
474 stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, float x, float y) stb_textedit_drag() argument
575 stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_clamp() argument
589 stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len) stb_textedit_delete() argument
597 stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_delete_selection() argument
613 stb_textedit_sortselection(STB_TexteditState *state) stb_textedit_sortselection() argument
623 stb_textedit_move_to_first(STB_TexteditState *state) stb_textedit_move_to_first() argument
634 stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_move_to_last() argument
685 stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) stb_textedit_prep_selection_at_cursor() argument
694 stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_textedit_cut() argument
705 stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) stb_textedit_paste_internal() argument
728 stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_KEYTYPE key) stb_textedit_key() argument
1091 stb_textedit_flush_redo(StbUndoState *state) stb_textedit_flush_redo() argument
1098 stb_textedit_discard_undo(StbUndoState *state) stb_textedit_discard_undo() argument
1120 stb_textedit_discard_redo(StbUndoState *state) stb_textedit_discard_redo() argument
1150 stb_text_create_undo_record(StbUndoState *state, int numchars) stb_text_create_undo_record() argument
1174 stb_text_createundo(StbUndoState *state, int pos, int insert_len, int delete_len) stb_text_createundo() argument
1194 stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_undo() argument
1262 stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *state) stb_text_redo() argument
1313 stb_text_makeundo_insert(STB_TexteditState *state, int where, int length) stb_text_makeundo_insert() argument
1318 stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int length) stb_text_makeundo_delete() argument
1328 stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int old_length, int new_length) stb_text_makeundo_replace() argument
1339 stb_textedit_clear_state(STB_TexteditState *state, int is_single_line) stb_textedit_clear_state() argument
1356 stb_textedit_initialize_state(STB_TexteditState *state, int is_single_line) stb_textedit_initialize_state() argument
1366 stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE const *ctext, int len) stb_textedit_paste() argument
[all...]

Completed in 21 milliseconds

12345678910>>...822