/third_party/node/deps/v8/src/strings/ |
H A D | unicode-inl.h | 84 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 D | vtune-jit.cc | 155 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 D | draw_pipe_stipple.c | 33 * 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 D | crocus_batch.h | 92 /** 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 D | fake_random.c | 21 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 D | GrVkTexture.cpp | 178 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 D | Viewer.h | 42 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 D | hashmap-test.c | 174 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 D | es2fBufferObjectQueryTests.cpp | 118 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 D | selinux.h | 16 TP_PROTO(const struct selinux_state *state), 17 TP_ARGS(state));
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host_observer.cpp | 31 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 D | plugin_core_utils.cpp | 20 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 D | cloud_sync_callback.h | 31 * @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 D | pm-imx25.c | 10 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 D | pm-cps.h | 32 * 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 D | pm.c | 11 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 D | cpuidle-psci.h | 9 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 D | pm-cps.h | 32 * 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 D | pm-imx25.c | 11 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 D | pm.c | 11 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 D | isys_irq_public.h | 25 isys_irqc_state_t *state); 28 const isys_irqc_state_t *state);
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | blake2s.h | 13 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 D | drm_fb_dma_helper.h | 15 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 D | isys_irq_public.h | 25 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 D | rcar_mipi_dsi.h | 18 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
|