Home
last modified time | relevance | path

Searched refs:state (Results 401 - 425 of 20529) sorted by relevance

1...<<11121314151617181920>>...822

/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c22 #define SLOT_INFO_FROM_INDEX(state, index) (state->slot_info + (index))
23 #define SLOT_DATA_FROM_INDEX(state, index) (state->slot_data + (index))
24 #define SLOT_INDEX_FROM_DATA(state, data) \
25 (((unsigned int)((char *)data - (char *)state->slot_data)) / \
27 #define SLOT_INDEX_FROM_INFO(state, info) \
28 ((unsigned int)(info - state->slot_info))
111 release_message_sync(struct vchiq_state *state, struct vchiq_header *header);
139 service->state in vchiq_set_service_state()
166 find_service_by_port(struct vchiq_state *state, int localport) find_service_by_port() argument
234 __next_service_by_instance(struct vchiq_state *state, struct vchiq_instance *instance, int *pidx) __next_service_by_instance() argument
257 next_service_by_instance(struct vchiq_state *state, struct vchiq_instance *instance, int *pidx) next_service_by_instance() argument
291 struct vchiq_state *state = service->state; service_release() local
340 struct vchiq_state *state = service->state; mark_service_closing_internal() local
393 vchiq_set_conn_state(struct vchiq_state *state, enum vchiq_connstate newstate) vchiq_set_conn_state() argument
455 remote_event_pollall(struct vchiq_state *state) remote_event_pollall() argument
480 get_listening_service(struct vchiq_state *state, int fourcc) get_listening_service() argument
508 get_connected_service(struct vchiq_state *state, unsigned int port) get_connected_service() argument
530 request_poll(struct vchiq_state *state, struct vchiq_service *service, int poll_type) request_poll() argument
560 reserve_space(struct vchiq_state *state, size_t space, int is_blocking) reserve_space() argument
621 process_free_queue(struct vchiq_state *state, BITSET_T *service_found, size_t length) process_free_queue() argument
807 queue_message(struct vchiq_state *state, struct vchiq_service *service, int msgid, ssize_t (*copy_callback)(void *context, void *dest, size_t offset, size_t maxsize), void *context, size_t size, int flags) queue_message() argument
1055 queue_message_sync(struct vchiq_state *state, struct vchiq_service *service, int msgid, ssize_t (*copy_callback)(void *context, void *dest, size_t offset, size_t maxsize), void *context, int size, int is_blocking) queue_message_sync() argument
1153 release_slot(struct vchiq_state *state, struct vchiq_slot_info *slot_info, struct vchiq_header *header, struct vchiq_service *service) release_slot() argument
1291 poll_services(struct vchiq_state *state) poll_services() argument
1408 parse_open(struct vchiq_state *state, struct vchiq_header *header) parse_open() argument
1521 parse_rx_slots(struct vchiq_state *state) parse_rx_slots() argument
1870 struct vchiq_state *state = v; slot_handler_func() local
1941 struct vchiq_state *state = v; recycle_func() local
1965 struct vchiq_state *state = v; sync_func() local
2126 vchiq_init_state(struct vchiq_state *state, struct vchiq_slot_zero *slot_zero) vchiq_init_state() argument
2337 vchiq_add_service_internal(struct vchiq_state *state, const struct vchiq_service_params_kernel *params, int srvstate, struct vchiq_instance *instance, vchiq_userdata_term userdata_term) vchiq_add_service_internal() argument
2525 struct vchiq_state *state = service->state; release_service_messages() local
2667 struct vchiq_state *state = service->state; vchiq_close_service_internal() local
2801 struct vchiq_state *state = service->state; vchiq_terminate_service_internal() local
2816 struct vchiq_state *state = service->state; vchiq_free_service_internal() local
2845 vchiq_connect_internal(struct vchiq_state *state, struct vchiq_instance *instance) vchiq_connect_internal() argument
2881 vchiq_shutdown_internal(struct vchiq_state *state, struct vchiq_instance *instance) vchiq_shutdown_internal() argument
3032 struct vchiq_state *state; vchiq_bulk_transfer() local
3255 struct vchiq_state *state; vchiq_release_message() local
3284 release_message_sync(struct vchiq_state *state, struct vchiq_header *header) release_message_sync() argument
3398 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, struct vchiq_shared_state *shared, const char *label) vchiq_dump_shared_state() argument
3456 vchiq_dump_state(void *dump_context, struct vchiq_state *state) vchiq_dump_state() argument
3674 vchiq_send_remote_use(struct vchiq_state *state) vchiq_send_remote_use() argument
3685 vchiq_send_remote_use_active(struct vchiq_state *state) vchiq_send_remote_use_active() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.c32 struct mtk_plane_state *state; in mtk_plane_reset() local
34 if (plane->state) { in mtk_plane_reset()
35 __drm_atomic_helper_plane_destroy_state(plane->state); in mtk_plane_reset()
37 state = to_mtk_plane_state(plane->state); in mtk_plane_reset()
38 memset(state, 0, sizeof(*state)); in mtk_plane_reset()
40 state = kzalloc(sizeof(*state), GFP_KERNEL); in mtk_plane_reset()
41 if (!state) in mtk_plane_reset()
55 struct mtk_plane_state *state; mtk_plane_duplicate_state() local
96 mtk_drm_plane_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) mtk_drm_plane_destroy_state() argument
103 mtk_plane_atomic_async_check(struct drm_plane *plane, struct drm_atomic_state *state) mtk_plane_atomic_async_check() argument
215 mtk_plane_atomic_async_update(struct drm_plane *plane, struct drm_atomic_state *state) mtk_plane_atomic_async_update() argument
248 mtk_plane_atomic_check(struct drm_plane *plane, struct drm_atomic_state *state) mtk_plane_atomic_check() argument
280 mtk_plane_atomic_disable(struct drm_plane *plane, struct drm_atomic_state *state) mtk_plane_atomic_disable() argument
291 mtk_plane_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) mtk_plane_atomic_update() argument
[all...]
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c39 * struct test_state - describes test program state
59 int test_init(struct test_state *state) in test_init() argument
65 state->found = NULL; in test_init()
66 state->ctx = NULL; in test_init()
67 state->handle = NULL; in test_init()
68 state->attached = 0; in test_init()
70 ret = libusb_init(&state->ctx); in test_init()
76 cnt = libusb_get_device_list(state->ctx, &list); in test_init()
92 state->found = dev; in test_init()
97 if (!state in test_init()
145 test_exit(struct test_state *state) test_exit() argument
156 struct test_state state; main() local
[all...]
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c39 * struct test_state - describes test program state
59 int test_init(struct test_state *state) in test_init() argument
65 state->found = NULL; in test_init()
66 state->ctx = NULL; in test_init()
67 state->handle = NULL; in test_init()
68 state->attached = 0; in test_init()
70 ret = libusb_init(&state->ctx); in test_init()
76 cnt = libusb_get_device_list(state->ctx, &list); in test_init()
92 state->found = dev; in test_init()
97 if (!state in test_init()
145 test_exit(struct test_state *state) test_exit() argument
156 struct test_state state; main() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmjpeg_parser.c43 uint32_t state; in find_frame_end() local
46 state= pc->state; in find_frame_end()
51 state= (state<<8) | buf[i]; in find_frame_end()
52 if(state>=0xFFC00000 && state<=0xFFFEFFFF){ in find_frame_end()
53 if(state>=0xFFD8FFC0 && state<=0xFFD8FFFF){ in find_frame_end()
57 }else if(state< in find_frame_end()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWriteBufferHelper.cs93 public static void CheckNoSpaceLeft(ref WriterInternalState state) in CheckNoSpaceLeft()
95 if (GetSpaceLeft(ref state) != 0) in CheckNoSpaceLeft()
106 public static int GetSpaceLeft(ref WriterInternalState state) in GetSpaceLeft()
108 if (state.writeBufferHelper.codedOutputStream?.InternalOutputStream == null && state.writeBufferHelper.bufferWriter == null) in GetSpaceLeft()
110 return state.limit - state.position; in GetSpaceLeft()
121 public static void RefreshBuffer(ref Span<byte> buffer, ref WriterInternalState state) in RefreshBuffer()
123 if (state.writeBufferHelper.codedOutputStream?.InternalOutputStream != null) in RefreshBuffer()
126 state in RefreshBuffer()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Daegis128-core.c61 static void crypto_aegis128_update(struct aegis_state *state) in crypto_aegis128_update() argument
66 tmp = state->blocks[AEGIS128_STATE_BLOCKS - 1]; in crypto_aegis128_update()
68 crypto_aegis_aesenc(&state->blocks[i], &state->blocks[i - 1], in crypto_aegis128_update()
69 &state->blocks[i]); in crypto_aegis128_update()
70 crypto_aegis_aesenc(&state->blocks[0], &tmp, &state->blocks[0]); in crypto_aegis128_update()
73 static void crypto_aegis128_update_a(struct aegis_state *state, in crypto_aegis128_update_a() argument
78 crypto_aegis128_update_simd(state, msg); in crypto_aegis128_update_a()
82 crypto_aegis128_update(state); in crypto_aegis128_update_a()
86 crypto_aegis128_update_u(struct aegis_state *state, const void *msg, bool do_simd) crypto_aegis128_update_u() argument
98 crypto_aegis128_init(struct aegis_state *state, const union aegis_block *key, const u8 *iv) crypto_aegis128_init() argument
123 crypto_aegis128_ad(struct aegis_state *state, const u8 *src, unsigned int size, bool do_simd) crypto_aegis128_ad() argument
147 crypto_aegis128_wipe_chunk(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size) crypto_aegis128_wipe_chunk() argument
153 crypto_aegis128_encrypt_chunk(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size) crypto_aegis128_encrypt_chunk() argument
214 crypto_aegis128_decrypt_chunk(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size) crypto_aegis128_decrypt_chunk() argument
276 crypto_aegis128_process_ad(struct aegis_state *state, struct scatterlist *sg_src, unsigned int assoclen, bool do_simd) crypto_aegis128_process_ad() argument
323 crypto_aegis128_process_crypt(struct aegis_state *state, struct skcipher_walk *walk, void (*crypt)(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size)) crypto_aegis128_process_crypt() argument
344 crypto_aegis128_final(struct aegis_state *state, union aegis_block *tag_xor, u64 assoclen, u64 cryptlen) crypto_aegis128_final() argument
396 struct aegis_state state; crypto_aegis128_encrypt_generic() local
419 struct aegis_state state; crypto_aegis128_decrypt_generic() local
457 struct aegis_state state; crypto_aegis128_encrypt_simd() local
482 struct aegis_state state; crypto_aegis128_decrypt_simd() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcx22700.c58 static int cx22700_writereg (struct cx22700_state* state, u8 reg, u8 data) in cx22700_writereg() argument
62 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in cx22700_writereg()
66 ret = i2c_transfer (state->i2c, &msg, 1); in cx22700_writereg()
75 static int cx22700_readreg (struct cx22700_state* state, u8 reg) in cx22700_readreg() argument
80 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, in cx22700_readreg()
81 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in cx22700_readreg()
85 ret = i2c_transfer (state->i2c, msg, 2); in cx22700_readreg()
92 static int cx22700_set_inversion (struct cx22700_state* state, int inversion) in cx22700_set_inversion() argument
102 val = cx22700_readreg (state, 0x09); in cx22700_set_inversion()
103 return cx22700_writereg (state, in cx22700_set_inversion()
112 cx22700_set_tps(struct cx22700_state *state, struct dtv_frontend_properties *p) cx22700_set_tps() argument
179 cx22700_get_tps(struct cx22700_state *state, struct dtv_frontend_properties *p) cx22700_get_tps() argument
227 { struct cx22700_state* state = fe->demodulator_priv; cx22700_init() local
247 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_status() local
275 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_ber() local
285 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_signal_strength() local
296 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_snr() local
307 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_ucblocks() local
318 struct cx22700_state* state = fe->demodulator_priv; cx22700_set_frontend() local
339 struct cx22700_state* state = fe->demodulator_priv; cx22700_get_frontend() local
348 struct cx22700_state* state = fe->demodulator_priv; cx22700_i2c_gate_ctrl() local
367 struct cx22700_state* state = fe->demodulator_priv; cx22700_release() local
376 struct cx22700_state* state = NULL; cx22700_attach() local
[all...]
H A Dds3000.c228 static int ds3000_writereg(struct ds3000_state *state, int reg, int data) in ds3000_writereg() argument
231 struct i2c_msg msg = { .addr = state->config->demod_address, in ds3000_writereg()
237 err = i2c_transfer(state->i2c, &msg, 1); in ds3000_writereg()
249 struct ds3000_state *state = fe->demodulator_priv; in ds3000_i2c_gate_ctrl() local
252 ds3000_writereg(state, 0x03, 0x12); in ds3000_i2c_gate_ctrl()
254 ds3000_writereg(state, 0x03, 0x02); in ds3000_i2c_gate_ctrl()
260 static int ds3000_writeFW(struct ds3000_state *state, int reg, in ds3000_writeFW() argument
273 msg.addr = state->config->demod_address; in ds3000_writeFW()
283 ret = i2c_transfer(state->i2c, &msg, 1); in ds3000_writeFW()
299 static int ds3000_readreg(struct ds3000_state *state, u argument
335 struct ds3000_state *state = fe->demodulator_priv; ds3000_firmware_ondemand() local
373 struct ds3000_state *state = fe->demodulator_priv; ds3000_load_firmware() local
396 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_voltage() local
423 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_status() local
461 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_ber() local
535 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_snr() local
621 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_ucblocks() local
658 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_tone() local
693 struct ds3000_state *state = fe->demodulator_priv; ds3000_send_diseqc_msg() local
758 struct ds3000_state *state = fe->demodulator_priv; ds3000_diseqc_send_burst() local
810 struct ds3000_state *state = fe->demodulator_priv; ds3000_release() local
824 struct ds3000_state *state; ds3000_attach() local
867 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_carrier_offset() local
885 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_frontend() local
1053 struct ds3000_state *state = fe->demodulator_priv; ds3000_get_algo() local
1069 struct ds3000_state *state = fe->demodulator_priv; ds3000_initfe() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_plane.c37 void armada_drm_plane_calc(struct drm_plane_state *state, u32 addrs[2][3], in armada_drm_plane_calc() argument
40 struct drm_framebuffer *fb = state->fb; in armada_drm_plane_calc()
43 unsigned int x = state->src.x1 >> 16; in armada_drm_plane_calc()
44 unsigned int y = state->src.y1 >> 16; in armada_drm_plane_calc()
82 struct drm_plane_state *state) in armada_drm_plane_prepare_fb()
86 state->fb ? state->fb->base.id : 0); in armada_drm_plane_prepare_fb()
92 if (state->fb) in armada_drm_plane_prepare_fb()
93 drm_framebuffer_get(state->fb); in armada_drm_plane_prepare_fb()
109 struct drm_plane_state *state) in armada_drm_plane_atomic_check()
81 armada_drm_plane_prepare_fb(struct drm_plane *plane, struct drm_plane_state *state) armada_drm_plane_prepare_fb() argument
108 armada_drm_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) armada_drm_plane_atomic_check() argument
161 struct drm_plane_state *state = plane->state; armada_drm_primary_plane_atomic_update() local
[all...]
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_atomic.h47 * write new state into hardware ----> ...
49 * switch to new state on next
61 * clean up atomic state
65 * and modeset state change.
162 struct drm_plane_state *state, *old_state, *new_state; member
167 struct drm_crtc_state *state, *old_state, *new_state; member
185 struct drm_connector_state *state, *old_state, *new_state; member
200 * struct drm_private_state_funcs - atomic state functions for private objects
213 * Duplicate the current state of the private object and return it. It
214 * is an error to call this before obj->state ha
301 struct drm_private_state *state; global() member
335 struct drm_atomic_state *state; global() member
345 struct drm_private_state *state, *old_state, *new_state; global() member
473 drm_atomic_state_get(struct drm_atomic_state *state) drm_atomic_state_get() argument
488 drm_atomic_state_put(struct drm_atomic_state *state) drm_atomic_state_put() argument
550 drm_atomic_get_existing_crtc_state(const struct drm_atomic_state *state, struct drm_crtc *crtc) drm_atomic_get_existing_crtc_state() argument
565 drm_atomic_get_old_crtc_state(const struct drm_atomic_state *state, struct drm_crtc *crtc) drm_atomic_get_old_crtc_state() argument
579 drm_atomic_get_new_crtc_state(const struct drm_atomic_state *state, struct drm_crtc *crtc) drm_atomic_get_new_crtc_state() argument
597 drm_atomic_get_existing_plane_state(const struct drm_atomic_state *state, struct drm_plane *plane) drm_atomic_get_existing_plane_state() argument
612 drm_atomic_get_old_plane_state(const struct drm_atomic_state *state, struct drm_plane *plane) drm_atomic_get_old_plane_state() argument
627 drm_atomic_get_new_plane_state(const struct drm_atomic_state *state, struct drm_plane *plane) drm_atomic_get_new_plane_state() argument
645 drm_atomic_get_existing_connector_state(const struct drm_atomic_state *state, struct drm_connector *connector) drm_atomic_get_existing_connector_state() argument
665 drm_atomic_get_old_connector_state(const struct drm_atomic_state *state, struct drm_connector *connector) drm_atomic_get_old_connector_state() argument
685 drm_atomic_get_new_connector_state(const struct drm_atomic_state *state, struct drm_connector *connector) drm_atomic_get_new_connector_state() argument
723 __drm_atomic_get_current_plane_state(const struct drm_atomic_state *state, struct drm_plane *plane) __drm_atomic_get_current_plane_state() argument
1056 drm_atomic_crtc_needs_modeset(const struct drm_crtc_state *state) drm_atomic_crtc_needs_modeset() argument
1072 drm_atomic_crtc_effectively_active(const struct drm_crtc_state *state) drm_atomic_crtc_effectively_active() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcx22700.c58 static int cx22700_writereg (struct cx22700_state* state, u8 reg, u8 data) in cx22700_writereg() argument
62 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in cx22700_writereg()
66 ret = i2c_transfer (state->i2c, &msg, 1); in cx22700_writereg()
75 static int cx22700_readreg (struct cx22700_state* state, u8 reg) in cx22700_readreg() argument
80 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, in cx22700_readreg()
81 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in cx22700_readreg()
85 ret = i2c_transfer (state->i2c, msg, 2); in cx22700_readreg()
92 static int cx22700_set_inversion (struct cx22700_state* state, int inversion) in cx22700_set_inversion() argument
102 val = cx22700_readreg (state, 0x09); in cx22700_set_inversion()
103 return cx22700_writereg (state, in cx22700_set_inversion()
112 cx22700_set_tps(struct cx22700_state *state, struct dtv_frontend_properties *p) cx22700_set_tps() argument
179 cx22700_get_tps(struct cx22700_state *state, struct dtv_frontend_properties *p) cx22700_get_tps() argument
227 { struct cx22700_state* state = fe->demodulator_priv; cx22700_init() local
247 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_status() local
275 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_ber() local
285 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_signal_strength() local
296 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_snr() local
307 struct cx22700_state* state = fe->demodulator_priv; cx22700_read_ucblocks() local
318 struct cx22700_state* state = fe->demodulator_priv; cx22700_set_frontend() local
339 struct cx22700_state* state = fe->demodulator_priv; cx22700_get_frontend() local
348 struct cx22700_state* state = fe->demodulator_priv; cx22700_i2c_gate_ctrl() local
367 struct cx22700_state* state = fe->demodulator_priv; cx22700_release() local
376 struct cx22700_state* state = NULL; cx22700_attach() local
[all...]
H A Dds3000.c228 static int ds3000_writereg(struct ds3000_state *state, int reg, int data) in ds3000_writereg() argument
231 struct i2c_msg msg = { .addr = state->config->demod_address, in ds3000_writereg()
237 err = i2c_transfer(state->i2c, &msg, 1); in ds3000_writereg()
249 struct ds3000_state *state = fe->demodulator_priv; in ds3000_i2c_gate_ctrl() local
252 ds3000_writereg(state, 0x03, 0x12); in ds3000_i2c_gate_ctrl()
254 ds3000_writereg(state, 0x03, 0x02); in ds3000_i2c_gate_ctrl()
260 static int ds3000_writeFW(struct ds3000_state *state, int reg, in ds3000_writeFW() argument
273 msg.addr = state->config->demod_address; in ds3000_writeFW()
283 ret = i2c_transfer(state->i2c, &msg, 1); in ds3000_writeFW()
299 static int ds3000_readreg(struct ds3000_state *state, u argument
335 struct ds3000_state *state = fe->demodulator_priv; ds3000_firmware_ondemand() local
373 struct ds3000_state *state = fe->demodulator_priv; ds3000_load_firmware() local
396 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_voltage() local
423 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_status() local
461 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_ber() local
535 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_snr() local
621 struct ds3000_state *state = fe->demodulator_priv; ds3000_read_ucblocks() local
658 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_tone() local
693 struct ds3000_state *state = fe->demodulator_priv; ds3000_send_diseqc_msg() local
758 struct ds3000_state *state = fe->demodulator_priv; ds3000_diseqc_send_burst() local
810 struct ds3000_state *state = fe->demodulator_priv; ds3000_release() local
824 struct ds3000_state *state; ds3000_attach() local
867 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_carrier_offset() local
885 struct ds3000_state *state = fe->demodulator_priv; ds3000_set_frontend() local
1053 struct ds3000_state *state = fe->demodulator_priv; ds3000_get_algo() local
1069 struct ds3000_state *state = fe->demodulator_priv; ds3000_initfe() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringParser.java26 ParserState state = new ParserState(patternString); in parseToPatternInfo()
28 consumePattern(state, result); in parseToPatternInfo()
267 private static void consumePattern(ParserState state, ParsedPatternInfo result) { in consumePattern() argument
270 consumeSubpattern(state, result.positive); in consumePattern()
271 if (state.peek() == ';') { in consumePattern()
272 state.next(); // consume the ';' in consumePattern()
274 if (state.peek() != -1) { in consumePattern()
276 consumeSubpattern(state, result.negative); in consumePattern()
279 if (state.peek() != -1) { in consumePattern()
280 throw state in consumePattern()
284 consumeSubpattern(ParserState state, ParsedSubpatternInfo result) consumeSubpattern() argument
296 consumePadding( ParserState state, ParsedSubpatternInfo result, PadPosition paddingLocation) consumePadding() argument
313 consumeAffix(ParserState state, ParsedSubpatternInfo result) consumeAffix() argument
364 consumeLiteral(ParserState state) consumeLiteral() argument
383 consumeFormat(ParserState state, ParsedSubpatternInfo result) consumeFormat() argument
421 consumeIntegerFormat(ParserState state, ParsedSubpatternInfo result) consumeIntegerFormat() argument
499 consumeFractionFormat(ParserState state, ParsedSubpatternInfo result) consumeFractionFormat() argument
544 consumeExponent(ParserState state, ParsedSubpatternInfo result) consumeExponent() argument
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y55 static struct asm_symbol *declare_variable(struct asm_parser_state *state,
71 static int yyparse(struct asm_parser_state *state);
75 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
79 struct asm_parser_state *state);
133 %lex-param { struct asm_parser_state *state }
134 %parse-param { struct asm_parser_state *state }
150 gl_state_index16 state[STATE_LENGTH];
240 %type <state> stateSingleItem stateMultipleItem
241 %type <state> stateMaterialItem
242 %type <state> stateLightIte
[all...]
/third_party/python/Python/
H A Dast.c67 validate_comprehension(struct validator *state, asdl_comprehension_seq *gens) in validate_comprehension() argument
76 if (!validate_expr(state, comp->target, Store) || in validate_comprehension()
77 !validate_expr(state, comp->iter, Load) || in validate_comprehension()
78 !validate_exprs(state, comp->ifs, Load, 0)) in validate_comprehension()
85 validate_keywords(struct validator *state, asdl_keyword_seq *keywords) in validate_keywords() argument
89 if (!validate_expr(state, (asdl_seq_GET(keywords, i))->value, Load)) in validate_keywords()
95 validate_args(struct validator *state, asdl_arg_seq *args) in validate_args() argument
101 if (arg->annotation && !validate_expr(state, arg->annotation, Load)) in validate_args()
123 validate_arguments(struct validator *state, arguments_ty args) in validate_arguments() argument
126 if (!validate_args(state, arg in validate_arguments()
152 validate_constant(struct validator *state, PyObject *value) validate_constant() argument
209 validate_expr(struct validator *state, expr_ty exp, expr_context_ty ctx) validate_expr() argument
470 validate_pattern_match_value(struct validator *state, expr_ty exp) validate_pattern_match_value() argument
535 validate_pattern(struct validator *state, pattern_ty p, int star_ok) validate_pattern() argument
701 validate_assignlist(struct validator *state, asdl_expr_seq *targets, expr_context_ty ctx) validate_assignlist() argument
709 validate_body(struct validator *state, asdl_stmt_seq *body, const char *owner) validate_body() argument
716 validate_stmt(struct validator *state, stmt_ty stmt) validate_stmt() argument
934 validate_stmts(struct validator *state, asdl_stmt_seq *seq) validate_stmts() argument
953 validate_exprs(struct validator *state, asdl_expr_seq *exprs, expr_context_ty ctx, int null_ok) validate_exprs() argument
973 validate_patterns(struct validator *state, asdl_pattern_seq *patterns, int star_ok) validate_patterns() argument
994 struct validator state; _PyAST_Validate() local
[all...]
/kernel/linux/linux-5.10/kernel/power/
H A Dsuspend.c160 static bool valid_state(suspend_state_t state) in valid_state() argument
167 return suspend_ops && suspend_ops->valid && suspend_ops->valid(state); in valid_state()
172 /* "mem" and "freeze" are always present in /sys/power/state. */ in pm_states_init()
184 suspend_state_t state; in mem_sleep_default_setup() local
186 for (state = PM_SUSPEND_TO_IDLE; state <= PM_SUSPEND_MEM; state++) in mem_sleep_default_setup()
187 if (mem_sleep_labels[state] && in mem_sleep_default_setup()
188 !strcmp(str, mem_sleep_labels[state])) { in mem_sleep_default_setup()
189 mem_sleep_default = state; in mem_sleep_default_setup()
230 suspend_valid_only_mem(suspend_state_t state) suspend_valid_only_mem() argument
236 sleep_state_supported(suspend_state_t state) sleep_state_supported() argument
241 platform_suspend_prepare(suspend_state_t state) platform_suspend_prepare() argument
247 platform_suspend_prepare_late(suspend_state_t state) platform_suspend_prepare_late() argument
253 platform_suspend_prepare_noirq(suspend_state_t state) platform_suspend_prepare_noirq() argument
262 platform_resume_noirq(suspend_state_t state) platform_resume_noirq() argument
272 platform_resume_early(suspend_state_t state) platform_resume_early() argument
278 platform_resume_finish(suspend_state_t state) platform_resume_finish() argument
284 platform_suspend_begin(suspend_state_t state) platform_suspend_begin() argument
294 platform_resume_end(suspend_state_t state) platform_resume_end() argument
302 platform_recover(suspend_state_t state) platform_recover() argument
308 platform_suspend_again(suspend_state_t state) platform_suspend_again() argument
341 suspend_prepare(suspend_state_t state) suspend_prepare() argument
387 suspend_enter(suspend_state_t state, bool *wakeup) suspend_enter() argument
472 suspend_devices_and_enter(suspend_state_t state) suspend_devices_and_enter() argument
543 enter_state(suspend_state_t state) enter_state() argument
601 pm_suspend(suspend_state_t state) pm_suspend() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c54 const struct drm_display_mode *mode = &crtc->crtc.state->adjusted_mode; in rcar_du_vsp_enable()
63 struct rcar_du_plane_state state = { in rcar_du_vsp_enable() local
64 .state = { in rcar_du_vsp_enable()
83 state.hwindex = (crtc->index % 2) ? 2 : 0; in rcar_du_vsp_enable()
85 state.hwindex = crtc->index % 2; in rcar_du_vsp_enable()
87 __rcar_du_plane_setup(crtc->group, &state); in rcar_du_vsp_enable()
105 struct rcar_du_crtc_state *state; in rcar_du_vsp_atomic_flush() local
107 state = to_rcar_crtc_state(crtc->crtc.state); in rcar_du_vsp_atomic_flush()
108 cfg.crc = state in rcar_du_vsp_atomic_flush()
184 rcar_du_vsp_state_get_format(struct rcar_du_vsp_plane_state *state) rcar_du_vsp_state_get_format() argument
221 struct rcar_du_vsp_plane_state *state = rcar_du_vsp_plane_setup() local
320 rcar_du_vsp_plane_prepare_fb(struct drm_plane *plane, struct drm_plane_state *state) rcar_du_vsp_plane_prepare_fb() argument
354 rcar_du_vsp_plane_cleanup_fb(struct drm_plane *plane, struct drm_plane_state *state) rcar_du_vsp_plane_cleanup_fb() argument
366 rcar_du_vsp_plane_atomic_check(struct drm_plane *plane, struct drm_atomic_state *state) rcar_du_vsp_plane_atomic_check() argument
377 rcar_du_vsp_plane_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) rcar_du_vsp_plane_atomic_update() argument
416 rcar_du_vsp_plane_atomic_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) rcar_du_vsp_plane_atomic_destroy_state() argument
425 struct rcar_du_vsp_plane_state *state; rcar_du_vsp_plane_reset() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c73 /* draw's fs state */ in create_fs_variant()
157 struct sp_fragment_shader *state = CALLOC_STRUCT(sp_fragment_shader); in softpipe_create_fs_state() local
159 softpipe_create_shader_state(pipe, &state->shader, templ, in softpipe_create_fs_state()
162 /* draw's fs state */ in softpipe_create_fs_state()
163 state->draw_shader = draw_create_fragment_shader(softpipe->draw, in softpipe_create_fs_state()
164 &state->shader); in softpipe_create_fs_state()
165 if (!state->draw_shader) { in softpipe_create_fs_state()
166 tgsi_free_tokens(state->shader.tokens); in softpipe_create_fs_state()
167 FREE(state); in softpipe_create_fs_state()
171 return state; in softpipe_create_fs_state()
179 struct sp_fragment_shader *state = (struct sp_fragment_shader *) fs; softpipe_bind_fs_state() local
207 struct sp_fragment_shader *state = fs; softpipe_delete_fs_state() local
238 struct sp_vertex_shader *state; softpipe_create_vs_state() local
286 struct sp_vertex_shader *state = (struct sp_vertex_shader *) vs; softpipe_delete_vs_state() local
299 struct sp_geometry_shader *state; softpipe_create_gs_state() local
348 struct sp_geometry_shader *state = softpipe_delete_gs_state() local
412 struct sp_compute_shader *state = CALLOC_STRUCT(sp_compute_shader); softpipe_create_compute_state() local
446 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; softpipe_bind_compute_state() local
458 struct sp_compute_shader *state = (struct sp_compute_shader *)cs; softpipe_delete_compute_state() local
[all...]
/kernel/linux/linux-5.10/net/802/
H A Dgarp.c27 u8 state; member
31 [GARP_EVENT_TRANSMIT_PDU] = { .state = GARP_APPLICANT_AA,
33 [GARP_EVENT_R_JOIN_IN] = { .state = GARP_APPLICANT_AA },
34 [GARP_EVENT_R_JOIN_EMPTY] = { .state = GARP_APPLICANT_VA },
35 [GARP_EVENT_R_EMPTY] = { .state = GARP_APPLICANT_VA },
36 [GARP_EVENT_R_LEAVE_IN] = { .state = GARP_APPLICANT_VA },
37 [GARP_EVENT_R_LEAVE_EMPTY] = { .state = GARP_APPLICANT_VP },
38 [GARP_EVENT_REQ_JOIN] = { .state = GARP_APPLICANT_INVALID },
39 [GARP_EVENT_REQ_LEAVE] = { .state = GARP_APPLICANT_LA },
42 [GARP_EVENT_TRANSMIT_PDU] = { .state
326 enum garp_applicant_state state; garp_attr_event() local
[all...]
/kernel/linux/linux-6.6/net/802/
H A Dgarp.c27 u8 state; member
31 [GARP_EVENT_TRANSMIT_PDU] = { .state = GARP_APPLICANT_AA,
33 [GARP_EVENT_R_JOIN_IN] = { .state = GARP_APPLICANT_AA },
34 [GARP_EVENT_R_JOIN_EMPTY] = { .state = GARP_APPLICANT_VA },
35 [GARP_EVENT_R_EMPTY] = { .state = GARP_APPLICANT_VA },
36 [GARP_EVENT_R_LEAVE_IN] = { .state = GARP_APPLICANT_VA },
37 [GARP_EVENT_R_LEAVE_EMPTY] = { .state = GARP_APPLICANT_VP },
38 [GARP_EVENT_REQ_JOIN] = { .state = GARP_APPLICANT_INVALID },
39 [GARP_EVENT_REQ_LEAVE] = { .state = GARP_APPLICANT_LA },
42 [GARP_EVENT_TRANSMIT_PDU] = { .state
326 enum garp_applicant_state state; garp_attr_event() local
[all...]
/third_party/python/Modules/_sre/
H A Dsre.c77 #define SRE_ERROR_STATE -2 /* illegal state */
89 /* search engine state */
198 data_stack_dealloc(SRE_STATE* state) in data_stack_dealloc() argument
200 if (state->data_stack) { in data_stack_dealloc()
201 PyMem_Free(state->data_stack); in data_stack_dealloc()
202 state->data_stack = NULL; in data_stack_dealloc()
204 state->data_stack_size = state->data_stack_base = 0; in data_stack_dealloc()
208 data_stack_grow(SRE_STATE* state, Py_ssize_t size) in data_stack_grow() argument
211 minsize = state in data_stack_grow()
262 _sremodulestate *state = (_sremodulestate *)_PyModule_GetState(m); get_sre_module_state() local
357 state_reset(SRE_STATE* state) state_reset() argument
411 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, Py_ssize_t start, Py_ssize_t end) state_init() argument
485 state_fini(SRE_STATE* state) state_fini() argument
519 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) state_getslice() argument
648 SRE_STATE state; _sre_SRE_Pattern_match_impl() local
691 SRE_STATE state; _sre_SRE_Pattern_fullmatch_impl() local
737 SRE_STATE state; _sre_SRE_Pattern_search_impl() local
802 SRE_STATE state; _sre_SRE_Pattern_findall_impl() local
960 SRE_STATE state; _sre_SRE_Pattern_split_impl() local
1057 SRE_STATE state; pattern_subx() local
2447 pattern_new_match(_sremodulestate* module_state, PatternObject* pattern, SRE_STATE* state, Py_ssize_t status) pattern_new_match() argument
2585 SRE_STATE* state = &self->state; _sre_SRE_Scanner_match_impl() local
2635 SRE_STATE* state = &self->state; _sre_SRE_Scanner_search_impl() local
2942 _sremodulestate *state = get_sre_module_state(module); sre_traverse() local
2954 _sremodulestate *state = get_sre_module_state(module); sre_clear() local
2992 _sremodulestate *state; sre_exec() local
[all...]
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp110 static void BenchmarkTestGetApplicationInfoByFlag(benchmark::State &state) in BenchmarkTestGetApplicationInfoByFlag() argument
115 for (auto _ : state) { in BenchmarkTestGetApplicationInfoByFlag()
131 static void BenchmarkTestGetApplicationInfoByUserId(benchmark::State &state) in BenchmarkTestGetApplicationInfoByUserId() argument
137 for (auto _ : state) { in BenchmarkTestGetApplicationInfoByUserId()
153 static void BenchmarkTestGetApplicationInfosByApplicationFlag(benchmark::State &state) in BenchmarkTestGetApplicationInfosByApplicationFlag() argument
158 for (auto _ : state) { in BenchmarkTestGetApplicationInfosByApplicationFlag()
175 static void BenchmarkTestGetApplicationInfosByFlags(benchmark::State &state) in BenchmarkTestGetApplicationInfosByFlags() argument
181 for (auto _ : state) { in BenchmarkTestGetApplicationInfosByFlags()
197 static void BenchmarkTestGetBundleInfoByBundleFlag(benchmark::State &state) in BenchmarkTestGetBundleInfoByBundleFlag() argument
202 for (auto _ : state) { in BenchmarkTestGetBundleInfoByBundleFlag()
217 BenchmarkTestGetBundleInfoByFlags(benchmark::State &state) BenchmarkTestGetBundleInfoByFlags() argument
239 BenchmarkTestGetBundleInfosByBundleFlag(benchmark::State &state) BenchmarkTestGetBundleInfosByBundleFlag() argument
260 BenchmarkTestGetBundleInfosByFlags(benchmark::State &state) BenchmarkTestGetBundleInfosByFlags() argument
282 BenchmarkTestGetUidByBundleName(benchmark::State &state) BenchmarkTestGetUidByBundleName() argument
300 BenchmarkTestGetAppIdByBundleName(benchmark::State &state) BenchmarkTestGetAppIdByBundleName() argument
318 BenchmarkTestGetBundlesForUid(benchmark::State &state) BenchmarkTestGetBundlesForUid() argument
338 BenchmarkTestGetNameForUid(benchmark::State &state) BenchmarkTestGetNameForUid() argument
358 BenchmarkTestGetAppType(benchmark::State &state) BenchmarkTestGetAppType() argument
377 BenchmarkTestCheckIsSystemAppByUid(benchmark::State &state) BenchmarkTestCheckIsSystemAppByUid() argument
396 BenchmarkTestGetBundleInfosByMetaData(benchmark::State &state) BenchmarkTestGetBundleInfosByMetaData() argument
417 BenchmarkTestQueryAbilityInfo(benchmark::State &state) BenchmarkTestQueryAbilityInfo() argument
440 BenchmarkTestQueryAbilityInfoByFlags(benchmark::State &state) BenchmarkTestQueryAbilityInfoByFlags() argument
467 BenchmarkTestQueryAbilityInfos(benchmark::State &state) BenchmarkTestQueryAbilityInfos() argument
494 BenchmarkTestQueryAbilityInfosByFlags(benchmark::State &state) BenchmarkTestQueryAbilityInfosByFlags() argument
520 BenchmarkTestQueryAbilityInfosById(benchmark::State &state) BenchmarkTestQueryAbilityInfosById() argument
547 BenchmarkTestQueryAbilityInfoByUri(benchmark::State &state) BenchmarkTestQueryAbilityInfoByUri() argument
569 BenchmarkTestQueryAbilityInfoByUriAndId(benchmark::State &state) BenchmarkTestQueryAbilityInfoByUriAndId() argument
591 BenchmarkTestQueryAbilityInfosByUri(benchmark::State &state) BenchmarkTestQueryAbilityInfosByUri() argument
613 BenchmarkTestQueryKeepAliveBundleInfos(benchmark::State &state) BenchmarkTestQueryKeepAliveBundleInfos() argument
634 BenchmarkTestGetAbilityLabel(benchmark::State &state) BenchmarkTestGetAbilityLabel() argument
653 BenchmarkTestGetBundleArchiveInfo(benchmark::State &state) BenchmarkTestGetBundleArchiveInfo() argument
673 BenchmarkTestGetBundleArchiveInfoByFlag(benchmark::State &state) BenchmarkTestGetBundleArchiveInfoByFlag() argument
693 BenchmarkTestGetLaunchWantForBundle(benchmark::State &state) BenchmarkTestGetLaunchWantForBundle() argument
713 BenchmarkTestGetPermissionDef(benchmark::State &state) BenchmarkTestGetPermissionDef() argument
735 BenchmarkTestCleanBundleDataFiles(benchmark::State &state) BenchmarkTestCleanBundleDataFiles() argument
754 BenchmarkTestRegisterBundleStatusCallback(benchmark::State &state) BenchmarkTestRegisterBundleStatusCallback() argument
775 BenchmarkTestClearBundleStatusCallback(benchmark::State &state) BenchmarkTestClearBundleStatusCallback() argument
796 BenchmarkTestUnregisterBundleStatusCallback(benchmark::State &state) BenchmarkTestUnregisterBundleStatusCallback() argument
815 BenchmarkTestDumpInfos(benchmark::State &state) BenchmarkTestDumpInfos() argument
837 BenchmarkTestIsApplicationEnabled(benchmark::State &state) BenchmarkTestIsApplicationEnabled() argument
857 BenchmarkTestSetApplicationEnabled(benchmark::State &state) BenchmarkTestSetApplicationEnabled() argument
876 BenchmarkTestIsAbilityEnabled(benchmark::State &state) BenchmarkTestIsAbilityEnabled() argument
898 BenchmarkTestSetAbilityEnabled(benchmark::State &state) BenchmarkTestSetAbilityEnabled() argument
919 BenchmarkTestGetBundleInstaller(benchmark::State &state) BenchmarkTestGetBundleInstaller() argument
938 BenchmarkTestGetBundleUserMgr(benchmark::State &state) BenchmarkTestGetBundleUserMgr() argument
957 BenchmarkTestGetAllFormsInfo(benchmark::State &state) BenchmarkTestGetAllFormsInfo() argument
978 BenchmarkTestGetFormsInfoByApp(benchmark::State &state) BenchmarkTestGetFormsInfoByApp() argument
999 BenchmarkTestGetFormsInfoByModule(benchmark::State &state) BenchmarkTestGetFormsInfoByModule() argument
1020 BenchmarkTestGetShortcutInfos(benchmark::State &state) BenchmarkTestGetShortcutInfos() argument
1041 BenchmarkTestGetAllCommonEventInfo(benchmark::State &state) BenchmarkTestGetAllCommonEventInfo() argument
1062 BenchmarkTestGetDistributedBundleInfo(benchmark::State &state) BenchmarkTestGetDistributedBundleInfo() argument
1085 BenchmarkTestGetAppPrivilegeLevel(benchmark::State &state) BenchmarkTestGetAppPrivilegeLevel() argument
1104 BenchmarkTestQueryExtensionAbilityInfosByWant(benchmark::State &state) BenchmarkTestQueryExtensionAbilityInfosByWant() argument
1130 BenchmarkTestQueryExtensionAbilityInfosByType(benchmark::State &state) BenchmarkTestQueryExtensionAbilityInfosByType() argument
1150 BenchmarkTestQueryExtensionAbilityInfos(benchmark::State &state) BenchmarkTestQueryExtensionAbilityInfos() argument
1176 BenchmarkTestVerifyCallingPermission(benchmark::State &state) BenchmarkTestVerifyCallingPermission() argument
1196 BenchmarkTestQueryExtensionAbilityInfoByUri(benchmark::State &state) BenchmarkTestQueryExtensionAbilityInfoByUri() argument
1217 BenchmarkTestImplicitQueryInfoByPriority(benchmark::State &state) BenchmarkTestImplicitQueryInfoByPriority() argument
1244 BenchmarkTestGetSandboxBundleInfo(benchmark::State &state) BenchmarkTestGetSandboxBundleInfo() argument
1264 BenchmarkTestGetAbilityInfo(benchmark::State &state) BenchmarkTestGetAbilityInfo() argument
1285 BenchmarkTestGetAbilityInfoByModuleName(benchmark::State &state) BenchmarkTestGetAbilityInfoByModuleName() argument
1305 BenchmarkTestGetAllDependentModuleNames(benchmark::State &state) BenchmarkTestGetAllDependentModuleNames() argument
1325 BenchmarkTestObtainCallingBundleName(benchmark::State &state) BenchmarkTestObtainCallingBundleName() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h104 TP_PROTO(const struct drm_connector_state *state),
105 TP_ARGS(state),
110 __field(const struct drm_atomic_state *, state)
127 __entry->conn_id = state->connector->base.id;
128 __entry->conn_state = state;
129 __entry->state = state->state;
130 __entry->commit = state->commit;
131 __entry->crtc_id = state
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_network.cpp25 static void Bm_function_Getaddrinfo_Freeaddrinfo_external_network(benchmark::State &state) in Bm_function_Getaddrinfo_Freeaddrinfo_external_network() argument
28 for (auto _ : state) { in Bm_function_Getaddrinfo_Freeaddrinfo_external_network()
37 state.SetBytesProcessed(state.iterations()); in Bm_function_Getaddrinfo_Freeaddrinfo_external_network()
40 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet1(benchmark::State &state) in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1() argument
47 for (auto _ : state) { in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1()
56 state.SetBytesProcessed(state.iterations()); in Bm_function_Getaddrinfo_Freeaddrinfo_intranet1()
59 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet2(benchmark::State &state) in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2() argument
66 for (auto _ : state) { in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
78 Bm_function_Getaddrinfo_Freeaddrinfo_intranet3(benchmark::State &state) Bm_function_Getaddrinfo_Freeaddrinfo_intranet3() argument
97 Bm_function_Getaddrinfo_Freeaddrinfo_intranet4(benchmark::State &state) Bm_function_Getaddrinfo_Freeaddrinfo_intranet4() argument
116 Bm_function_Getaddrinfo_Freeaddrinfo_intranet5(benchmark::State &state) Bm_function_Getaddrinfo_Freeaddrinfo_intranet5() argument
135 Bm_function_Getaddrinfo_Freeaddrinfo_intranet6(benchmark::State &state) Bm_function_Getaddrinfo_Freeaddrinfo_intranet6() argument
154 Bm_function_Getaddrinfo_Freeaddrinfo_intranet7(benchmark::State &state) Bm_function_Getaddrinfo_Freeaddrinfo_intranet7() argument
169 Bm_function_Network_ntohs(benchmark::State &state) Bm_function_Network_ntohs() argument
177 Bm_function_Inet_pton(benchmark::State &state) Bm_function_Inet_pton() argument
185 Bm_function_Inet_ntop(benchmark::State &state) Bm_function_Inet_ntop() argument
196 Bm_function_Inet_ntop_ipv6(benchmark::State &state) Bm_function_Inet_ntop_ipv6() argument
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...822