Home
last modified time | relevance | path

Searched refs:state (Results 5776 - 5800 of 20821) sorted by relevance

1...<<231232233234235236237238239240>>...833

/third_party/node/deps/v8/src/strings/
H A Dunicode-inl.h84 uchar Utf8::ValueOfIncremental(const byte** cursor, State* state, in ValueOfIncremental() argument
87 State old_state = *state; in ValueOfIncremental()
98 Utf8DfaDecoder::Decode(next, state, buffer); in ValueOfIncremental()
100 switch (*state) { in ValueOfIncremental()
108 *state = State::kAccept; in ValueOfIncremental()
116 // initial state. in ValueOfIncremental()
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.cc155 const char state = str[index]; in GetFunctionNameFromMixedName() local
156 if (state == '*' || state == '+' || state == '-' || state == '~') index++; in GetFunctionNameFromMixedName()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c33 * choice that should work in all situations, requires no state
130 bool state = 0; in stipple_line() local
164 if (result != state) { in stipple_line()
166 if (state) { in stipple_line()
174 state = result; in stipple_line()
178 if (state && start < length) in stipple_line()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.h92 /** buffers: command, state */
93 struct crocus_growing_bo command, state; member
300 * Record the size of a piece of state for use in INTEL_DEBUG=bat printing.
315 return (char *)p >= (char *)batch->state.map && in crocus_ptr_in_state_buffer()
316 (char *)p < (char *)batch->state.map + batch->state.bo->size; in crocus_ptr_in_state_buffer()
322 if (batch->state.used + size >= STATE_SZ) in crocus_require_statebuffer_space()
/third_party/openssl/test/testutil/
H A Dfake_random.c21 int state; member
41 r->state = EVP_RAND_STATE_UNINITIALISED; in fake_rand_newctx()
58 frng->state = EVP_RAND_STATE_READY; in fake_rand_instantiate()
66 frng->state = EVP_RAND_STATE_UNINITIALISED; in fake_rand_uninstantiate()
102 if (p != NULL && !OSSL_PARAM_set_int(p, frng->state)) in fake_rand_get_ctx_params()
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp178 const GrVkDescriptorSet* GrVkTexture::cachedSingleDescSet(GrSamplerState state) { in cachedSingleDescSet() argument
179 if (std::unique_ptr<DescriptorCacheEntry>* e = fDescSetCache.find(state)) { in cachedSingleDescSet()
185 void GrVkTexture::addDescriptorSetToCache(const GrVkDescriptorSet* descSet, GrSamplerState state) { in addDescriptorSetToCache() argument
186 SkASSERT(!fDescSetCache.find(state)); in addDescriptorSetToCache()
188 fDescSetCache.insert(state, std::make_unique<DescriptorCacheEntry>(descSet, this->getVkGpu())); in addDescriptorSetToCache()
/third_party/skia/tools/viewer/
H A DViewer.h42 bool onTouch(intptr_t owner, skui::InputState state, float x, float y) override;
43 bool onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) override;
45 bool onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) override;
47 bool onPinch(skui::InputState state, float scale, float x, float y) override;
48 bool onFling(skui::InputState state) override;
/third_party/pulseaudio/src/tests/
H A Dhashmap-test.c174 void* state; in START_TEST() local
192 PA_HASHMAP_FOREACH (v, map, state) { in START_TEST()
200 PA_HASHMAP_FOREACH_BACKWARDS (v, map, state) { in START_TEST()
212 PA_HASHMAP_FOREACH(v, map, state) { in START_TEST()
223 PA_HASHMAP_FOREACH(v, map, state) { in START_TEST()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.cpp118 StateQueryMemoryWriteGuard<GLint> state; in verifyInteger()
119 glGetBufferParameteriv(target, name, &state); in verifyInteger()
121 if (!state.verifyValidity(testCtx)) in verifyInteger()
124 if (state != reference) in verifyInteger()
126 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage; in verifyInteger()
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dselinux.h16 TP_PROTO(const struct selinux_state *state),
17 TP_ARGS(state));
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host_observer.cpp31 void NapiBluetoothHidHostObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument
33 auto nativeObject = std::make_shared<NapiNativeStateChangeParam>(device.GetDeviceAddr(), state, cause); in OnConnectionStateChanged()
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_core_utils.cpp20 const char* GetStateString(State state) in GetStateString() argument
23 switch (state) { in GetStateString()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_callback.h31 * @param state 同步状态
41 virtual void OnSyncStateChanged(SyncType type, SyncPromptState state) {}; in OnSyncStateChanged() argument
45 * @param state 同步状态类型
61 virtual void OnSyncStateChanged(CloudSyncState state, ErrorType error) {}; in OnSyncStateChanged() argument
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A Dpm-imx25.c10 static int imx25_suspend_enter(suspend_state_t state) in imx25_suspend_enter() argument
15 switch (state) { in imx25_suspend_enter()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpm-cps.h32 * cps_pm_support_state - determine whether the system supports a PM state
33 * @state: the state to test for support
35 * Returns true if the system supports the given state, otherwise false.
37 extern bool cps_pm_support_state(enum cps_pm_state state);
40 * cps_pm_enter_state - enter a PM state
41 * @state: the state to enter
43 * Enter the given PM state. If coupled_coherence is non-zero then it is
47 extern int cps_pm_enter_state(enum cps_pm_state state);
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-mxs/
H A Dpm.c11 static int mxs_suspend_enter(suspend_state_t state) in mxs_suspend_enter() argument
13 switch (state) { in mxs_suspend_enter()
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-psci.h9 void psci_set_domain_state(u32 state);
10 int psci_dt_parse_state_node(struct device_node *np, u32 *state);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpm-cps.h32 * cps_pm_support_state - determine whether the system supports a PM state
33 * @state: the state to test for support
35 * Returns true if the system supports the given state, otherwise false.
37 extern bool cps_pm_support_state(enum cps_pm_state state);
40 * cps_pm_enter_state - enter a PM state
41 * @state: the state to enter
43 * Enter the given PM state. If coupled_coherence is non-zero then it is
47 extern int cps_pm_enter_state(enum cps_pm_state state);
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H A Dpm-imx25.c11 static int imx25_suspend_enter(suspend_state_t state) in imx25_suspend_enter() argument
16 switch (state) { in imx25_suspend_enter()
/kernel/linux/linux-6.6/arch/arm/mach-mxs/
H A Dpm.c11 static int mxs_suspend_enter(suspend_state_t state) in mxs_suspend_enter() argument
13 switch (state) { in mxs_suspend_enter()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Disys_irq_public.h25 isys_irqc_state_t *state);
28 const isys_irqc_state_t *state);
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dblake2s.h13 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block,
16 void blake2s_compress(struct blake2s_state *state, const u8 *block,
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_fb_dma_helper.h15 struct drm_plane_state *state,
20 struct drm_plane_state *state);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Disys_irq_public.h25 isys_irqc_state_t *state);
28 const isys_irqc_state_t *state);
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_mipi_dsi.h18 struct drm_atomic_state *state);
22 struct drm_atomic_state *state) in rcar_mipi_dsi_pclk_enable()
21 rcar_mipi_dsi_pclk_enable(struct drm_bridge *bridge, struct drm_atomic_state *state) rcar_mipi_dsi_pclk_enable() argument

Completed in 19 milliseconds

1...<<231232233234235236237238239240>>...833