Home
last modified time | relevance | path

Searched refs:state (Results 526 - 550 of 7456) sorted by relevance

1...<<21222324252627282930>>...299

/third_party/curl/lib/
H A Drtsp.c82 /* this returns the socket to wait for in the DO and DOING state for the multi
170 if(data->state.rtsp_next_client_CSeq == 0) in rtsp_connect()
171 data->state.rtsp_next_client_CSeq = 1; in rtsp_connect()
172 if(data->state.rtsp_next_server_CSeq == 0) in rtsp_connect()
173 data->state.rtsp_next_server_CSeq = 1; in rtsp_connect()
245 rtsp->CSeq_sent = data->state.rtsp_next_client_CSeq; in rtsp_do()
251 if(!data->state.first_host) { in rtsp_do()
252 data->state.first_host = strdup(conn->host.name); in rtsp_do()
253 if(!data->state.first_host) in rtsp_do()
256 data->state in rtsp_do()
[all...]
H A Dhttp_digest.c55 digest = &data->state.proxydigest; in Curl_input_digest()
58 digest = &data->state.digest; in Curl_input_digest()
99 digest = &data->state.proxydigest; in Curl_output_digest()
100 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest()
101 userp = data->state.aptr.proxyuser; in Curl_output_digest()
102 passwdp = data->state.aptr.proxypasswd; in Curl_output_digest()
103 authp = &data->state.authproxy; in Curl_output_digest()
107 digest = &data->state.digest; in Curl_output_digest()
108 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest()
109 userp = data->state in Curl_output_digest()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c369 memset(&cmdbuf->state, 0, sizeof(cmdbuf->state)); in dzn_cmd_buffer_create()
444 /* Reset the state */ in dzn_cmd_buffer_reset()
445 memset(&cmdbuf->state, 0, sizeof(cmdbuf->state)); in dzn_cmd_buffer_reset()
549 * command buffer's state. Otherwise, we must *reset* its state. In both in dzn_BeginCommandBuffer()
554 * If a command buffer is in the executable state and the command buffer in dzn_BeginCommandBuffer()
560 * the command buffer in the recording state. in dzn_BeginCommandBuffer()
574 enum dzn_event_state state in dzn_cmd_buffer_gather_events() local
680 struct dzn_cmd_buffer_query_pool_state *state = dzn_cmd_buffer_create_query_pool_state() local
696 dzn_cmd_buffer_destroy_query_pool_state(struct dzn_cmd_buffer *cmdbuf, struct dzn_cmd_buffer_query_pool_state *state) dzn_cmd_buffer_destroy_query_pool_state() argument
711 struct dzn_cmd_buffer_query_pool_state *state = NULL; dzn_cmd_buffer_get_query_pool_state() local
734 dzn_cmd_buffer_collect_queries(struct dzn_cmd_buffer *cmdbuf, const struct dzn_query_pool *qpool, struct dzn_cmd_buffer_query_pool_state *state, uint32_t first_query, uint32_t query_count) dzn_cmd_buffer_collect_queries() argument
848 struct dzn_cmd_buffer_query_pool_state *state = he->data; dzn_cmd_buffer_gather_queries() local
2468 struct dzn_cmd_buffer_push_constant_state *state = dzn_cmd_buffer_update_push_constants() local
4152 enum dzn_event_state state = (uintptr_t)he->data; dzn_CmdWaitEvents() local
4194 struct dzn_cmd_buffer_query_pool_state *state = dzn_CmdBeginQuery() local
4212 struct dzn_cmd_buffer_query_pool_state *state = dzn_CmdEndQuery() local
4230 struct dzn_cmd_buffer_query_pool_state *state = dzn_CmdWriteTimestamp2() local
4260 struct dzn_cmd_buffer_query_pool_state *state = dzn_CmdResetQueryPool() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_cmd_buffer.c39 * entrypoints. This file is concerned entirely with state emission and
47 struct anv_cmd_state *state = &cmd_buffer->state; in anv_cmd_state_init() local
49 memset(state, 0, sizeof(*state)); in anv_cmd_state_init()
51 state->current_pipeline = UINT32_MAX; in anv_cmd_state_init()
52 state->gfx.restart_index = UINT32_MAX; in anv_cmd_state_init()
53 state->gfx.dirty = 0; in anv_cmd_state_init()
72 struct anv_cmd_state *state = &cmd_buffer->state; in anv_cmd_state_finish() local
380 struct anv_cmd_pipeline_state *state; anv_CmdBindPipeline() local
692 struct anv_state state; anv_cmd_buffer_emit_dynamic() local
707 struct anv_state state; anv_cmd_buffer_merge_dynamic() local
727 struct anv_state state = anv_cmd_buffer_gfx_push_constants() local
757 struct anv_state state; anv_cmd_buffer_cs_push_constants() local
[all...]
H A DgenX_gpu_memcpy.c238 genX(emit_so_memcpy_init)(struct anv_memcpy_state *state, in emit_so_memcpy_init() argument
242 memset(state, 0, sizeof(*state)); in emit_so_memcpy_init()
244 state->batch = batch; in emit_so_memcpy_init()
245 state->device = device; in emit_so_memcpy_init()
262 genX(emit_so_memcpy_fini)(struct anv_memcpy_state *state) in emit_so_memcpy_fini() argument
264 genX(emit_apply_pipe_flushes)(state->batch, state->device, _3D, in emit_so_memcpy_fini()
267 anv_batch_emit(state->batch, GENX(MI_BATCH_BUFFER_END), end); in emit_so_memcpy_fini()
269 if ((state in emit_so_memcpy_fini()
274 emit_so_memcpy(struct anv_memcpy_state *state, struct anv_address dst, struct anv_address src, uint32_t size) emit_so_memcpy() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp139 void WifiConfigCenter::SetWifiStopState(bool state) in SetWifiStopState() argument
141 mWifiStoping = state; in SetWifiStopState()
174 int WifiConfigCenter::SetWifiState(int state, int instId) in SetWifiState() argument
177 mWifiState[instId] = state; in SetWifiState()
192 int WifiConfigCenter::SetWifiDetailState(WifiDetailState state, int instId) in SetWifiDetailState() argument
195 mWifiDetailState[instId] = state; in SetWifiDetailState()
211 bool WifiConfigCenter::SetWifiMidState(WifiOprMidState expState, WifiOprMidState state, int instId) in SetWifiMidState() argument
213 WIFI_LOGI("SetWifiMidState expState:%{public}d,state:%{public}d,instId:%{public}d", in SetWifiMidState()
214 (int)expState, (int)state, instId); in SetWifiMidState()
218 return iter->second.compare_exchange_strong(expState, state); in SetWifiMidState()
226 SetWifiMidState(WifiOprMidState state, int instId) SetWifiMidState() argument
536 SetScanMidState(WifiOprMidState expState, WifiOprMidState state, int instId) SetScanMidState() argument
549 SetScanMidState(WifiOprMidState state, int instId) SetScanMidState() argument
570 SetWifiScanOnlyMidState(WifiOprMidState expState, WifiOprMidState state, int instId) SetWifiScanOnlyMidState() argument
583 SetWifiScanOnlyMidState(WifiOprMidState state, int instId) SetWifiScanOnlyMidState() argument
622 SetSoftapToggledState(bool state) SetSoftapToggledState() argument
668 SetApMidState(WifiOprMidState expState, WifiOprMidState state, int id) SetApMidState() argument
681 SetApMidState(WifiOprMidState state, int id) SetApMidState() argument
701 SetHotspotState(int state, int id) SetHotspotState() argument
833 SetP2pEnhanceState(int state) SetP2pEnhanceState() argument
849 SetP2pMidState(WifiOprMidState expState, WifiOprMidState state) SetP2pMidState() argument
854 SetP2pMidState(WifiOprMidState state) SetP2pMidState() argument
859 SetP2pState(int state) SetP2pState() argument
870 SetP2pDiscoverState(int state) SetP2pDiscoverState() argument
950 SetScreenState(const int &state) SetScreenState() argument
970 SetPowerIdelState(const int &state) SetPowerIdelState() argument
980 SetGnssFixState(const int &state) SetGnssFixState() argument
990 SetScanGenieState(const int &state) SetScanGenieState() argument
1000 SetWifiStateOnAirplaneChanged(const int &state) SetWifiStateOnAirplaneChanged() argument
1047 SetWifiToggledState(int state, int id) SetWifiToggledState() argument
1061 SetPowerSavingModeState(const int &state) SetPowerSavingModeState() argument
1071 SetFreezeModeState(int state) SetFreezeModeState() argument
1081 SetNoChargerPlugModeState(int state) SetNoChargerPlugModeState() argument
1091 SetThreadStatusFlag(bool state) SetThreadStatusFlag() argument
1249 int state = item.second.load(); HasWifiActive() local
1277 SetPersistWifiState(int state, int instId) SetPersistWifiState() argument
[all...]
/third_party/python/Modules/
H A Dbinascii.c224 binascii_state *state; in binascii_a2b_uu_impl() local
256 state = get_binascii_state(module); in binascii_a2b_uu_impl()
257 if (state == NULL) { in binascii_a2b_uu_impl()
260 PyErr_SetString(state->Error, "Illegal char"); in binascii_a2b_uu_impl()
288 state = get_binascii_state(module); in binascii_a2b_uu_impl()
289 if (state == NULL) { in binascii_a2b_uu_impl()
292 PyErr_SetString(state->Error, "Trailing garbage"); in binascii_a2b_uu_impl()
320 binascii_state *state; in binascii_b2a_uu_impl() local
329 state = get_binascii_state(module); in binascii_b2a_uu_impl()
330 if (state in binascii_b2a_uu_impl()
395 binascii_state *state = NULL; binascii_a2b_base64_impl() local
540 binascii_state *state; binascii_b2a_base64_impl() local
887 binascii_state *state; binascii_a2b_hex_impl() local
1268 binascii_state *state = PyModule_GetState(module); binascii_exec() local
1306 binascii_state *state = get_binascii_state(module); binascii_traverse() local
1315 binascii_state *state = get_binascii_state(module); binascii_clear() local
[all...]
H A Dxxsubtype.c23 int state; member
31 return PyLong_FromLong(self->state); in spamlist_getstate()
37 int state; in spamlist_setstate() local
39 if (!PyArg_ParseTuple(args, "i:setstate", &state)) in spamlist_setstate()
41 self->state = state; in spamlist_setstate()
68 PyDoc_STR("getstate() -> state")},
70 PyDoc_STR("setstate(state)")},
87 self->state = 0; in spamlist_init()
94 return PyLong_FromLong(self->state); in spamlist_state_get()
148 int state; global() member
162 int state; spamdict_setstate() local
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.c27 state->mode == LEN
31 state->bits < 8
32 (state->hold >> state->bits) == 0
35 strm->state->window is allocated with an additional
36 CHUNKCOPY_CHUNK_SIZE-1 bytes of padding beyond strm->state->wsize
38 On return, state->mode is one of:
66 (state->hold >> state->bits) == 0
76 struct inflate_state FAR *state; in inflate_fast_chunk_() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc45 // get the saved state for this thread and restore it. in Initialize()
104 // not archived at all. If that is the case we put the state storage we in RestoreThread()
119 // Make sure that the preemption thread cannot modify the thread state while in RestoreThread()
135 ThreadState* state = per_thread->thread_state(); in RestoreThread() local
136 char* from = state->data(); in RestoreThread()
147 state->set_id(ThreadId::Invalid()); in RestoreThread()
148 state->Unlink(); in RestoreThread()
149 state->LinkInto(ThreadState::FREE_LIST); in RestoreThread()
254 ThreadState* state = GetFreeThreadState(); in ArchiveThread() local
255 state in ArchiveThread()
268 ThreadState* state = lazily_archived_thread_state_; EagerlyArchiveThread() local
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs140 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
141 self.fpr_env.hash(state); in hash()
142 self.fpr_acc.hash(state); in hash()
143 self.fpr_ex_sw.hash(state); in hash()
144 self.fpr_pad.hash(state); in hash()
168 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
169 self.fpr_env.hash(state); in hash()
170 self.fpr_acc.hash(state); in hash()
171 self.fpr_xacc.hash(state); in hash()
172 self.fpr_spare.hash(state); in hash()
[all...]
/foundation/multimedia/player_framework/test/unittest/avmetadatahelper_test/
H A Davmetadatahelper_server_unit_test.cpp69 HelperStates state = HelperStates::HELPER_STATE_ERROR; in HWTEST_F() local
70 avmetadataHelperServer_->ChangeState(state); in HWTEST_F()
71 state = HelperStates::HELPER_PREPARED; in HWTEST_F()
73 avmetadataHelperServer_->ChangeState(state); in HWTEST_F()
75 avmetadataHelperServer_->ChangeState(state); in HWTEST_F()
76 state = HelperStates::HELPER_CALL_DONE; in HWTEST_F()
78 avmetadataHelperServer_->ChangeState(state); in HWTEST_F()
80 avmetadataHelperServer_->ChangeState(state); in HWTEST_F()
81 state = HelperStates::HELPER_RELEASED; in HWTEST_F()
83 avmetadataHelperServer_->ChangeState(state); in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_test/
H A Ddevice_manager_test.cpp50 void SetUp(const ::benchmark::State &state) override
78 void TearDown(const ::benchmark::State &state) override
88 BENCHMARK_F(DeviceManagerTest, InitDeviceManagerTestCase)(benchmark::State &state) in BENCHMARK_F()
90 while (state.KeepRunning()) { in BENCHMARK_F()
94 state.SkipWithError("InitDeviceManagerTestCase failed."); in BENCHMARK_F()
100 BENCHMARK_F(DeviceManagerTest, SetUserOperationTestCase)(benchmark::State &state) in BENCHMARK_F()
102 while (state.KeepRunning()) { in BENCHMARK_F()
107 state.SkipWithError("SetUserOperationTestCase failed."); in BENCHMARK_F()
113 BENCHMARK_F(DeviceManagerTest, GetUdidByNetworkIdTestCase)(benchmark::State &state) in BENCHMARK_F()
115 while (state in BENCHMARK_F()
[all...]
/third_party/benchmark/test/
H A Dbenchmark_setup_teardown_test.cc17 static void DoSetup1(const benchmark::State& state) { in DoSetup1() argument
21 assert(state.thread_index() == 0); in DoSetup1()
24 static void DoTeardown1(const benchmark::State& state) { in DoTeardown1() argument
26 assert(state.thread_index() == 0); in DoTeardown1()
29 static void BM_with_setup(benchmark::State& state) { in BM_with_setup() argument
30 for (auto s : state) { in BM_with_setup()
49 static void DoSetup2(const benchmark::State& state) { in DoSetup2() argument
51 assert(state.thread_index() == 0); in DoSetup2()
54 static void DoTeardown2(const benchmark::State& state) { in DoTeardown2() argument
56 assert(state in DoTeardown2()
59 BM_concurrent(benchmark::State& state) BM_concurrent() argument
116 BM_WithRep(benchmark::State& state) BM_WithRep() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_assemble.c43 struct panfrost_shader_state *state) in panfrost_shader_compile()
56 state->xfb = calloc(1, sizeof(struct panfrost_shader_state)); in panfrost_shader_compile()
57 panfrost_shader_compile(pscreen, shader_pool, desc_pool, xfb, state->xfb); in panfrost_shader_compile()
65 NIR_PASS_V(s, nir_lower_fragcolor, state->key.fs.nr_cbufs); in panfrost_shader_compile()
67 if (state->key.fs.sprite_coord_enable) { in panfrost_shader_compile()
69 state->key.fs.sprite_coord_enable, in panfrost_shader_compile()
74 if (state->key.fs.clip_plane_enable) { in panfrost_shader_compile()
76 state->key.fs.clip_plane_enable, in panfrost_shader_compile()
86 .fixed_varying_mask = state->key.fixed_varying_mask in panfrost_shader_compile()
93 memcpy(inputs.rt_formats, state in panfrost_shader_compile()
39 panfrost_shader_compile(struct pipe_screen *pscreen, struct panfrost_pool *shader_pool, struct panfrost_pool *desc_pool, const nir_shader *ir, struct panfrost_shader_state *state) panfrost_shader_compile() argument
[all...]
/third_party/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp13 PathOpsThreadState& state = *data; in testSimplifyDegeneratesMain() local
14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain()
15 int ay = state.fA >> 2; in testSimplifyDegeneratesMain()
16 int bx = state.fB & 0x03; in testSimplifyDegeneratesMain()
17 int by = state.fB >> 2; in testSimplifyDegeneratesMain()
18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain()
19 int cy = state.fC >> 2; in testSimplifyDegeneratesMain()
29 if (state.fD && (ex - dx) * (fy - dy) in testSimplifyDegeneratesMain()
43 if (state.fReporter->verbose()) { in testSimplifyDegeneratesMain()
52 state in testSimplifyDegeneratesMain()
[all...]
H A DPathOpsSimplifyTrianglesThreadedTest.cpp13 PathOpsThreadState& state = *data; in testSimplifyTrianglesMain() local
14 state.fKey = "?"; in testSimplifyTrianglesMain()
15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain()
16 int ay = state.fA >> 2; in testSimplifyTrianglesMain()
17 int bx = state.fB & 0x03; in testSimplifyTrianglesMain()
18 int by = state.fB >> 2; in testSimplifyTrianglesMain()
19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain()
20 int cy = state.fC >> 2; in testSimplifyTrianglesMain()
46 if (state.fReporter->verbose()) { in testSimplifyTrianglesMain()
55 state in testSimplifyTrianglesMain()
[all...]
H A DPathOpsOpLoopThreadedTest.cpp36 PathOpsThreadState& state = *data; in testOpLoopsMain() local
44 SkPoint midA = { SkIntToScalar(a * state.fA + c * (6 - state.fA)) / 6, in testOpLoopsMain()
45 SkIntToScalar(b * state.fA + d * (6 - state.fA)) / 6 }; in testOpLoopsMain()
46 SkPoint midB = { SkIntToScalar(a * state.fB + c * (6 - state.fB)) / 6, in testOpLoopsMain()
47 SkIntToScalar(b * state.fB + d * (6 - state.fB)) / 6 }; in testOpLoopsMain()
48 SkPoint endC = { midA.fX + v.fY * state in testOpLoopsMain()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tss.c49 for (i = 0; i < ARRAY_SIZE(svga->state.hw_draw.views); i++) { in svga_cleanup_tss_binding()
50 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in svga_cleanup_tss_binding()
148 svga->state.hw_draw.num_views); in update_tss_binding()
160 &svga->state.hw_draw.views[i], in update_tss_binding()
165 svga->state.hw_draw.num_views = svga->curr.num_sampler_views[shader]; in update_tss_binding()
170 svga_fs_variant(svga->state.hw_draw.fs)->pstipple_sampler_unit; in update_tss_binding()
174 &svga->state.hw_draw.views[unit], in update_tss_binding()
179 svga->state.hw_draw.num_backed_views = 0; in update_tss_binding()
202 svga->state.hw_draw.num_backed_views++; in update_tss_binding()
231 * Similar to update_tss_binding, but without any state checkin
357 emit_tss_unit(struct svga_context *svga, unsigned unit, const struct svga_sampler_state *state, struct ts_queue *queue) emit_tss_unit() argument
[all...]
H A Dsvga_state_need_swtnl.c43 if (svga->state.sw.need_swvfetch != svga->curr.velems->need_swvfetch) { in update_need_swvfetch()
44 svga->state.sw.need_swvfetch = svga->curr.velems->need_swvfetch; in update_need_swvfetch()
128 if (need_pipeline != svga->state.sw.need_pipeline) { in update_need_pipeline()
129 svga->state.sw.need_pipeline = need_pipeline; in update_need_pipeline()
134 if (0 && svga->state.sw.need_pipeline) in update_need_pipeline()
135 debug_printf("sw.need_pipeline = %d\n", svga->state.sw.need_pipeline); in update_need_pipeline()
137 if (svga->state.sw.need_pipeline) { in update_need_pipeline()
164 svga->state.sw.need_swvfetch = FALSE; in update_need_swtnl()
165 svga->state.sw.need_pipeline = FALSE; in update_need_swtnl()
168 need_swtnl = (svga->state in update_need_swtnl()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_settings_config.h34 RetError SetEnabled(const bool state);
35 RetError SetTouchGuideState(const bool state);
36 RetError SetGestureState(const bool state);
37 RetError SetKeyEventObserverState(const bool state);
39 RetError SetCaptionState(const bool state);
40 RetError SetScreenMagnificationState(const bool state);
42 RetError SetShortKeyState(const bool state);
43 RetError SetShortKeyOnLockScreenState(const bool state);
45 RetError SetMouseKeyState(const bool state);
50 RetError SetHighContrastTextState(const bool state);
[all...]
/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp67 SkPDFDict state; in GetGraphicStateForPaint() local
68 state.reserve(2); in GetGraphicStateForPaint()
69 state.insertColorComponentF("ca", fillKey.fAlpha); in GetGraphicStateForPaint()
70 state.insertName("BM", as_pdf_blend_mode_name((SkBlendMode)fillKey.fBlendMode)); in GetGraphicStateForPaint()
71 SkPDFIndirectReference ref = doc->emit(state); in GetGraphicStateForPaint()
87 SkPDFDict state; in GetGraphicStateForPaint() local
88 state.reserve(8); in GetGraphicStateForPaint()
89 state.insertColorComponentF("CA", strokeKey.fAlpha); in GetGraphicStateForPaint()
90 state.insertColorComponentF("ca", strokeKey.fAlpha); in GetGraphicStateForPaint()
91 state in GetGraphicStateForPaint()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii_benchmark.cc37 void AsciiBenchmark(benchmark::State& state, Function f) { in AsciiBenchmark() argument
40 for (auto _ : state) { in AsciiBenchmark()
47 state.SetBytesProcessed(state.iterations() * bytes.size()); in AsciiBenchmark()
52 void BM_Ascii(benchmark::State& state) { in BM_Ascii() argument
53 AsciiBenchmark(state, f); in BM_Ascii()
58 void BM_Ascii(benchmark::State& state) { in BM_Ascii() argument
59 AsciiBenchmark(state, f); in BM_Ascii()
64 void BM_Ascii(benchmark::State& state) { in BM_Ascii() argument
65 AsciiBenchmark(state, in BM_Ascii()
102 BM_StrToLower(benchmark::State& state) BM_StrToLower() argument
111 BM_StrToUpper(benchmark::State& state) BM_StrToUpper() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_padding.c48 /* Grab a state that is the size of the initial allocation */ in main()
49 struct anv_state state = anv_state_pool_alloc(&state_pool, pool_size, 16); in main() local
54 /* And the state must have been allocated at the end of the original size */ in main()
55 ASSERT(state.offset == pool_size); in main()
60 state = anv_state_pool_alloc(&state_pool, 4096, 16); in main()
61 ASSERT(state.offset + state.alloc_size <= pool_size); in main()
67 state = anv_state_pool_alloc(&state_pool, 4096, 16); in main()
68 ASSERT(state.offset + state in main()
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_regex.cpp37 static void Bm_function_Regcomp(benchmark::State &state) in Bm_function_Regcomp() argument
40 int flag = state.range(0); in Bm_function_Regcomp()
42 for (auto _state: state) { in Bm_function_Regcomp()
49 static void Bm_function_Regexec(benchmark::State &state) in Bm_function_Regexec() argument
52 int flag = state.range(0); in Bm_function_Regexec()
60 for (auto _state: state) { in Bm_function_Regexec()
67 static void Bm_function_Regall(benchmark::State &state) in Bm_function_Regall() argument
70 int flag = state.range(0); in Bm_function_Regall()
75 for (auto _ : state) { in Bm_function_Regall()
79 for (int i = 0; i < g_count[state in Bm_function_Regall()
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...299