Home
last modified time | relevance | path

Searched refs:state (Results 2476 - 2500 of 20453) sorted by relevance

1...<<919293949596979899100>>...819

/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6table_mangle.c32 ip6t_mangle_out(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) in ip6t_mangle_out() argument
49 ret = ip6t_do_table(priv, skb, state); in ip6t_mangle_out()
57 err = ip6_route_me_harder(state->net, state->sk, skb); in ip6t_mangle_out()
68 const struct nf_hook_state *state) in ip6table_mangle_hook()
70 if (state->hook == NF_INET_LOCAL_OUT) in ip6table_mangle_hook()
71 return ip6t_mangle_out(priv, skb, state); in ip6table_mangle_hook()
72 return ip6t_do_table(priv, skb, state); in ip6table_mangle_hook()
67 ip6table_mangle_hook(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) ip6table_mangle_hook() argument
/kernel/linux/linux-6.6/sound/usb/
H A Dpower.c3 * UAC3 Power Domain state management functions
54 unsigned char state) in snd_usb_power_domain_set()
68 dev_err(&dev->dev, "Can't get UAC3 power state for id %d\n", in snd_usb_power_domain_set()
73 if (current_state == state) { in snd_usb_power_domain_set()
74 dev_dbg(&dev->dev, "UAC3 power domain id %d already in state %d\n", in snd_usb_power_domain_set()
75 pd->pd_id, state); in snd_usb_power_domain_set()
82 &state, sizeof(state)); in snd_usb_power_domain_set()
84 dev_err(&dev->dev, "Can't set UAC3 power state to %d for id %d\n", in snd_usb_power_domain_set()
85 state, p in snd_usb_power_domain_set()
52 snd_usb_power_domain_set(struct snd_usb_audio *chip, struct snd_usb_power_domain *pd, unsigned char state) snd_usb_power_domain_set() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Ddtsdec.c35 uint32_t state = -1; in dts_probe() local
49 state = (state << 16) | bytestream_get_be16(&bufp); in dts_probe()
59 if (state == DCA_SYNCWORD_SUBSTREAM) { in dts_probe()
87 if (state == DCA_SYNCWORD_CORE_BE && in dts_probe()
90 else if (state == DCA_SYNCWORD_CORE_LE && in dts_probe()
95 else if (state == DCA_SYNCWORD_CORE_14B_BE && in dts_probe()
100 else if (state == DCA_SYNCWORD_CORE_14B_LE && in dts_probe()
/third_party/node/deps/brotli/c/include/brotli/
H A Ddecode.h23 * Opaque structure that holds decoder state.
148 * @param state decoder instance
155 BrotliDecoderState* state, BrotliDecoderParameter param, uint32_t value);
181 * @param state decoder instance to be cleaned up and deallocated
183 BROTLI_DEC_API void BrotliDecoderDestroyInstance(BrotliDecoderState* state);
222 * of bytes decompressed since the last @p state initialization.
227 * @param state decoder instance
247 BrotliDecoderState* state, size_t* available_in, const uint8_t** next_in,
253 * @param state decoder instance
258 const BrotliDecoderState* state);
[all...]
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_philosopher.c33 static int state[PH_NUM]; variable
60 if ((state[ID] == hungry) && (state[preID] != eating) in test()
61 && (state[postID] != eating)) { in test()
62 state[ID] = eating; in test()
82 state[PhID] = hungry; in philosopher()
98 state[PhID] = thinking; in philosopher()
135 state[i] = 0; in main()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.hpp61 bool operator==(const State &state) const in operator ==()
64 return memcmp(this, &state, sizeof(State)) == 0; in operator ==()
105 bool read(Float4 &color, Pointer<Byte> element, const State &state);
106 bool write(Float4 &color, Pointer<Byte> element, const State &state);
107 bool read(Int4 &color, Pointer<Byte> element, const State &state);
108 bool write(Int4 &color, Pointer<Byte> element, const State &state);
110 static bool ApplyScaleAndClamp(Float4 &value, const State &state, bool preScaled = false);
115 std::shared_ptr<Routine> generate(const State &state);
/third_party/skia/third_party/externals/brotli/c/include/brotli/
H A Ddecode.h23 * Opaque structure that holds decoder state.
148 * @param state decoder instance
155 BrotliDecoderState* state, BrotliDecoderParameter param, uint32_t value);
181 * @param state decoder instance to be cleaned up and deallocated
183 BROTLI_DEC_API void BrotliDecoderDestroyInstance(BrotliDecoderState* state);
222 * of bytes decompressed since the last @p state initialization.
227 * @param state decoder instance
247 BrotliDecoderState* state, size_t* available_in, const uint8_t** next_in,
253 * @param state decoder instance
258 const BrotliDecoderState* state);
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout_benchmark.cc33 void BM_OffsetConstantHeadroom(benchmark::State& state) { in BM_OffsetConstantHeadroom() argument
34 for (auto _ : state) { in BM_OffsetConstantHeadroom()
40 void BM_OffsetConstant(benchmark::State& state) { in BM_OffsetConstant() argument
44 for (auto _ : state) { in BM_OffsetConstant()
68 void BM_OffsetVariableHeadroom(benchmark::State& state) { in BM_OffsetVariableHeadroom() argument
73 for (auto _ : state) { in BM_OffsetVariableHeadroom()
82 void BM_OffsetVariable(benchmark::State& state) { in BM_OffsetVariable() argument
89 for (auto _ : state) { in BM_OffsetVariable()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; member
28 data->state = CONTINUE; in eap_identity_init()
72 data->state = FAILURE; in eap_identity_buildReq()
111 data->state = FAILURE; in eap_identity_process()
134 data->state = FAILURE; in eap_identity_process()
138 data->state = SUCCESS; in eap_identity_process()
146 return data->state != CONTINUE; in eap_identity_isDone()
153 return data->state == SUCCESS; in eap_identity_isSuccess()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgShader.cpp93 void Shader::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() argument
96 if (state.getShader().getType() == Shader::TYPE_FRAGMENT) in tokenize()
101 m_globalStatements[ndx]->tokenize(state, str); in tokenize()
107 m_functions[ndx]->tokenize(state, str); in tokenize()
112 m_mainFunction.tokenize(state, str); in tokenize()
125 void Function::tokenize (GeneratorState& state, TokenStream& str) const in tokenize() argument
141 (*i)->tokenizeDeclaration(state, str); in tokenize()
147 m_functionBlock.tokenize(state, str); in tokenize()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; member
28 data->state = CONTINUE; in eap_identity_init()
72 data->state = FAILURE; in eap_identity_buildReq()
111 data->state = FAILURE; in eap_identity_process()
134 data->state = FAILURE; in eap_identity_process()
138 data->state = SUCCESS; in eap_identity_process()
146 return data->state != CONTINUE; in eap_identity_isDone()
153 return data->state == SUCCESS; in eap_identity_isSuccess()
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dplugin_core_utils.h32 #define RETURN_WRONG_STATE_IF_CON_TRUE(condition, plugin, state) \
35 MEDIA_LOG_E("plugin " PUBLIC_LOG_S " cannot " PUBLIC_LOG_S " in state " PUBLIC_LOG_S, \
37 GetStateString(state)); \
42 #define RETURN_WRONG_STATE_IF_CON_FALSE(condition, plugin, state) \
45 MEDIA_LOG_E("plugin " PUBLIC_LOG_S " cannot " PUBLIC_LOG_S " in state " PUBLIC_LOG_S, \
47 GetStateString(state)); \
52 const char* GetStateString(State state);
/foundation/multimodalinput/input/intention/data/src/
H A Ddefault_params.cpp45 BooleanReply::BooleanReply(bool state) : state(state) in BooleanReply() argument
50 return parcel.WriteBool(state); in Marshalling()
55 return parcel.ReadBool(state); in Unmarshalling()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h31 * On atomic updates that modify SMP configuration, the state is cloned
34 * new state is simply thrown away.
47 /* global state of what blocks are in use: */
48 mdp5_smp_state_t state; member
50 /* per client state of what blocks they are using: */
79 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state,
81 void mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state,
84 void mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state);
85 void mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state);
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h31 * On atomic updates that modify SMP configuration, the state is cloned
34 * new state is simply thrown away.
47 /* global state of what blocks are in use: */
48 mdp5_smp_state_t state; member
50 /* per client state of what blocks they are using: */
79 int mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state,
81 void mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state,
84 void mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state);
85 void mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hti.c19 i915->display.hti.state = intel_de_read(i915, HDPORT_STATE); in intel_hti_init()
27 return i915->display.hti.state & HDPORT_ENABLED && in intel_hti_uses_phy()
28 i915->display.hti.state & HDPORT_DDI_USED(phy); in intel_hti_uses_phy()
33 if (!(i915->display.hti.state & HDPORT_ENABLED)) in intel_hti_dpll_mask()
40 return REG_FIELD_GET(HDPORT_DPLL_USED_MASK, i915->display.hti.state); in intel_hti_dpll_mask()
/third_party/node/deps/base64/base64/lib/arch/generic/
H A Ddec_head.c10 st.eof = state->eof;
11 st.bytes = state->bytes;
12 st.carry = state->carry;
20 state->bytes = 0;
21 state->eof = BASE64_EOF;
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dconditional-type.c5 struct state { struct
16 static int bad_if(struct state s) in bad_if()
27 static int bad_sel(struct state s) in bad_sel()
64 static int good_if_bitfield(struct state s, struct state *p) in good_if_bitfield()
85 conditional-type.c:19:13: struct state s
91 conditional-type.c:30:16: struct state s
/third_party/node/deps/v8/src/execution/
H A Dembedder-state.cc5 #include "src/execution/embedder-state.h"
34 EmbedderState* state = this; in OnMoveEvent() local
36 if (state->native_context_address_ == from) { in OnMoveEvent()
39 state = state->previous_embedder_state_; in OnMoveEvent()
40 } while (state != nullptr); in OnMoveEvent()
/third_party/typescript/tests/baselines/reference/
H A DclassStaticBlock12.js12 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
14 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
15 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DclassStaticBlock13(target=es2015).js16 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
18 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
19 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNameCircularReference.js11 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
13 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
14 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNameComputedPropertyName2(target=es2015).js13 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
15 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
16 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNameDeclarationMerging.js19 var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
21 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
22 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
H A DprivateNameField.js12 var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
15 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
16 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;

Completed in 12 milliseconds

1...<<919293949596979899100>>...819