/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 42 enum touch_state state; member [all...] |
/third_party/libinput/test/ |
H A D | test-pointer.c | 367 test_button_event(struct litest_device *dev, unsigned int button, int state) in test_button_event() argument 1646 enum libinput_config_scroll_button_lock_state state; in START_TEST() local 1659 enum libinput_config_scroll_button_lock_state state; in START_TEST() local 2807 enum libinput_config_middle_emulation_state state; START_TEST() local 2841 enum libinput_config_middle_emulation_state state; START_TEST() local 2870 enum libinput_config_middle_emulation_state state; START_TEST() local 2897 enum libinput_config_middle_emulation_state state; START_TEST() local 2916 enum libinput_config_middle_emulation_state state; START_TEST() local [all...] |
H A D | test-touchpad.c | 4657 enum libinput_config_dwt_state state; in START_TEST() local 4688 enum libinput_config_dwtp_state state; in START_TEST() local 3352 assert_btnevent_from_device(struct litest_device *device, unsigned int button, enum libinput_button_state state) assert_btnevent_from_device() argument 4718 enum libinput_config_dwt_state state; START_TEST() local 4743 enum libinput_config_dwtp_state state; START_TEST() local [all...] |
H A D | test-tablet.c | 1117 enum libinput_button_state state; in START_TEST() local
|
/third_party/lwip/src/core/ |
H A D | dns.c | 229 u8_t state; member [all...] |
H A D | netif.c | 279 netif_add_noaddr(struct netif *netif, struct net_group *group, void *state, netif_init_fn init, netif_input_fn input) in netif_add_noaddr() argument 324 netif_add(struct netif *netif, struct net_group *group, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) global() argument 1537 netif_ip6_addr_set_state(struct netif *netif, s8_t addr_idx, u8_t state) global() argument [all...] |
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 77 lws_acme_state state; member 568 lws_acme_report_status(struct lws_vhost *v, int state, const char *json) in lws_acme_report_status() argument [all...] |
/third_party/libinput/src/ |
H A D | evdev-fallback.c | 35 fallback_keyboard_notify_key(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int key, enum libinput_key_state state) fallback_keyboard_notify_key() argument 65 fallback_notify_physical_button(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int button, enum libinput_button_state state) fallback_notify_physical_button() argument 707 enum libinput_switch_state state; fallback_process_switch() local 1199 const char *state = NULL; fallback_interface_toggle_touch() local [all...] |
H A D | evdev-mt-touchpad-gestures.c | 61 gesture_state_to_str(enum tp_gesture_state state) in gesture_state_to_str() argument 1350 enum tp_gesture_state state = tp->gesture.state; tp_gesture_end() local [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | netif.h | 326 void *state; member 642 u8_t state; global() member 648 u8_t state; global() member [all...] |
/third_party/lz4/lib/ |
H A D | xxhash.c | 439 XXH32_state_t state; /* using a local state to memcpy() in order to avoid strict-aliasing warnings */ in XXH32_reset() local 452 XXH32_update_endian(XXH32_state_t* state, const void* input, size_t len, XXH_endianess endian) XXH32_update_endian() argument 527 XXH32_digest_endian(const XXH32_state_t* state, XXH_endianess endian) XXH32_digest_endian() argument 900 XXH64_state_t state; /* using a local state to memcpy() in order to avoid strict-aliasing warnings */ XXH64_reset() local 912 XXH64_update_endian(XXH64_state_t* state, const void* input, size_t len, XXH_endianess endian) XXH64_update_endian() argument 981 XXH64_digest_endian(const XXH64_state_t* state, XXH_endianess endian) XXH64_digest_endian() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 549 AdjustStackPointerForTailCall( TurboAssembler* tasm, FrameAccessState* state, int new_slot_above_sp, ZoneVector<Register>* pending_pushes = nullptr, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | load-elimination.cc | 273 AliasStateInfo(const AbstractState* state, Node* object, Handle<Map> map) in AliasStateInfo() argument 275 AliasStateInfo(const AbstractState* state, Node* object) in AliasStateInfo() argument 731 Set( Node* node, AbstractState const* state) Set() argument 742 AbstractState const* state = node_states_.Get(effect); ReduceMapGuard() local 757 AbstractState const* state = node_states_.Get(effect); ReduceCheckMaps() local 772 AbstractState const* state = node_states_.Get(effect); ReduceCompareMaps() local 790 AbstractState const* state = node_states_.Get(effect); ReduceEnsureWritableFastElements() local 817 AbstractState const* state = node_states_.Get(effect); ReduceMaybeGrowFastElements() local 847 AbstractState const* state = node_states_.Get(effect); ReduceTransitionElementsKind() local 886 AbstractState const* state = node_states_.Get(effect); ReduceTransitionAndStoreElement() local 911 AbstractState const* state = node_states_.Get(effect); ReduceLoadField() local 975 AbstractState const* state = node_states_.Get(effect); ReduceStoreField() local 1058 AbstractState const* state = node_states_.Get(effect); ReduceLoadElement() local 1109 AbstractState const* state = node_states_.Get(effect); ReduceStoreElement() local 1148 AbstractState const* state = node_states_.Get(effect); ReduceStoreTypedElement() local 1153 UpdateStateForPhi( AbstractState const* state, Node* effect_phi, Node* phi) UpdateStateForPhi() argument 1183 AbstractState const* state = ComputeLoopState(node, state0); ReduceEffectPhi() local 1197 AbstractState* state = zone()->New<AbstractState>(*state0); ReduceEffectPhi() local 1223 AbstractState const* state = node_states_.Get(effect); ReduceOtherNode() local 1243 UpdateState(Node* node, AbstractState const* state) UpdateState() argument 1257 ComputeLoopStateForStoreField( Node* current, LoadElimination::AbstractState const* state, FieldAccess const& access) const ComputeLoopStateForStoreField() argument [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 40 CodeStubAssembler::CodeStubAssembler(compiler::CodeAssemblerState* state) in CodeStubAssembler() argument [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 51 explicit KeyedStoreGenericAssembler(compiler::CodeAssemblerState* state, in KeyedStoreGenericAssembler() argument 188 void KeyedStoreGenericGenerator::Generate(compiler::CodeAssemblerState* state) { in Generate() argument 199 void StoreICNoFeedbackGenerator::Generate(compiler::CodeAssemblerState* state) { in Generate() argument 193 Generate( compiler::CodeAssemblerState* state) Generate() argument 204 Generate( compiler::CodeAssemblerState* state) Generate() argument 212 SetProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<JSReceiver> receiver, TNode<BoolT> is_simple_receiver, TNode<Name> name, TNode<Object> value, LanguageMode language_mode) SetProperty() argument 221 SetProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<Object> receiver, TNode<Object> key, TNode<Object> value, LanguageMode language_mode) SetProperty() argument 229 CreateDataProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<JSObject> receiver, TNode<Object> key, TNode<Object> value) CreateDataProperty() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-runtime-agent-impl.cc | 240 V8RuntimeAgentImpl( V8InspectorSessionImpl* session, protocol::FrontendChannel* FrontendChannel, protocol::DictionaryValue* state) V8RuntimeAgentImpl() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | sweeper.cc | 533 bool SweepSpaceWithDeadline(SpaceState* state, double deadline_in_seconds) { in SweepSpaceWithDeadline() argument 658 SpaceState& state in VisitLargePage() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 150 State state; member in v8::internal::GCTracer::Event
|
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions.cc | 353 State state() { return state_; } in state() function 354 void set_state(State state) { state_ = state; } in set_state() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector.h | 762 InlineCacheState state = ic_state(); in IsCleared() local
|
H A D | shared-function-info-inl.h | 312 set_osr_code_cache_state( OSRCodeCacheStateOfSFI state) set_osr_code_cache_state() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_program.c | 187 setup_stream_out(struct fd_context *ctx, struct fd6_program_state *state, in setup_stream_out() argument 291 setup_config_stateobj(struct fd_context *ctx, struct fd6_program_state *state) in setup_config_stateobj() argument 1128 create_interp_stateobj(struct fd_context *ctx, struct fd6_program_state *state) create_interp_stateobj() argument 1144 const struct fd6_program_state *state = fd6_emit_get_prog(emit); fd6_program_interp_state() local 1239 struct fd6_program_state *state = CALLOC_STRUCT(fd6_program_state); global() variable 1293 fd6_program_destroy(void *data, struct ir3_program_state *state) fd6_program_destroy() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 317 dd_context_create_compute_state(struct pipe_context *_pipe, const struct pipe_compute_state *state) dd_context_create_compute_state() argument 780 dd_context_create_texture_handle(struct pipe_context *_pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) dd_context_create_texture_handle() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 1321 trace_screen_vertex_state_destroy(struct pipe_screen *_screen, struct pipe_vertex_state *state) trace_screen_vertex_state_destroy() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_nir_passes.c | 400 invert_depth_impl(nir_builder *b, struct invert_depth_state *state) in invert_depth_impl() argument 439 invert_depth_instr(nir_builder *b, struct nir_instr *instr, struct invert_depth_state *state) invert_depth_instr() argument 474 struct invert_depth_state state = { viewport_mask, clip_halfz }; d3d12_nir_invert_depth() local 1002 struct multistream_state *state = _state; split_multistream_varying_stores() local 1043 struct multistream_state state; d3d12_split_multistream_varyings() local [all...] |