Home
last modified time | relevance | path

Searched defs:state (Results 1476 - 1500 of 2756) sorted by relevance

1...<<51525354555657585960>>...111

/third_party/nghttp2/bpf/
H A Dreuseport_kern.c194 static void AddRoundKey(__u8 round, state_t *state, const __u8 *RoundKey) { in AddRoundKey() argument
217 static void InvMixColumns(state_t *state) { in InvMixColumns() argument
241 InvSubBytes(state_t *state) InvSubBytes() argument
264 InvShiftRows(state_t *state) InvShiftRows() argument
291 InvCipher(state_t *state, const __u8 *RoundKey) InvCipher() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_stream.h215 nghttp2_stream_state state; member
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c168 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit() local
301 int state = args->control; in start() local
/third_party/node/deps/icu-small/source/common/
H A Duiter.cpp187 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in stringIteratorSetState() argument
447 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in characterIteratorSetState() argument
942 uint32_t state=(uint32_t)(iter->start<<1); utf8IteratorGetState() local
950 utf8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) utf8IteratorSetState() argument
1096 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) uiter_setState() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp144 UCharsTrie::State state; member in SkippedState
[all...]
H A Dumsg.cpp622 int32_t state = STATE_INITIAL; in umsg_autoQuoteApostrophe() local
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstrie.h127 resetToState64(uint64_t state) resetToState64() argument
177 resetToState(const State &state) resetToState() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_ray_queries.c51 need_spill_fill(struct lowering_state *state) in need_spill_fill() argument
64 maybe_create_brw_var(nir_instr *instr, struct lowering_state *state) in maybe_create_brw_var() argument
95 get_ray_query_shadow_addr(nir_builder *b, nir_deref_instr *deref, struct lowering_state *state, nir_ssa_def **out_state_offset) get_ray_query_shadow_addr() argument
216 lower_ray_query_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin, struct lowering_state *state) lower_ray_query_intrinsic() argument
491 lower_ray_query_impl(nir_function_impl *impl, struct lowering_state *state) lower_ray_query_impl() argument
527 struct lowering_state state = { brw_nir_lower_ray_queries() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c340 st_draw_gallium_vertex_state(struct gl_context *ctx, struct pipe_vertex_state *state, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, const uint8_t *mode, unsigned num_draws, bool per_vertex_edgeflags) st_draw_gallium_vertex_state() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h215 nghttp2_stream_state state; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_bbr2.h105 ngtcp2_bbr2_state state; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h349 lp_scene_bin_cmd_with_state(struct lp_scene *scene, unsigned x, unsigned y, const struct lp_rast_state *state, enum lp_rast_op cmd, union lp_rast_cmd_arg arg) lp_scene_bin_cmd_with_state() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h133 unsigned state; member
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCompoundText.java27 private byte state; field in CharsetCompoundText
[all...]
/third_party/libinput/src/
H A Devdev-tablet-pad.c44 struct button_state *state = &pad->button_state; in pad_get_buttons_pressed() local
56 struct button_state *state = &pad->button_state; in pad_get_buttons_released() local
74 const struct button_state *state = &pad->button_state; in pad_any_button_down() local
89 struct button_state *state = &pad->button_state; in pad_button_set_down() local
360 pad_notify_button_mask(struct pad_dispatch *pad, struct evdev_device *device, uint64_t time, const struct button_state *buttons, enum libinput_button_state state) pad_notify_button_mask() argument
415 pad_notify_buttons(struct pad_dispatch *pad, struct evdev_device *device, uint64_t time, enum libinput_button_state state) pad_notify_buttons() argument
[all...]
H A Devdev-tablet-pad-leds.c591 pad_button_update_mode(struct libinput_tablet_pad_mode_group *g, unsigned int button_index, enum libinput_button_state state) pad_button_update_mode() argument
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_x86.c326 kvm_vmcb_set_intercept(struct kvm_vmcb *vmcb, unsigned int id, unsigned int state) kvm_vmcb_set_intercept() argument
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c351 static inline unsigned int rand_num(unsigned int max, unsigned int *state) in rand_num() argument
376 unsigned int state = 0; in search_mem() local
/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_ip.c280 struct snmp_next_oid_state state; in ip_AddrTable_get_next_cell_instance_and_value() local
434 struct snmp_next_oid_state state; in ip_RouteTable_get_next_cell_instance_and_value() local
553 struct snmp_next_oid_state state; ip_NetToMediaTable_get_next_cell_instance_and_value() local
[all...]
/third_party/lwip/src/core/ipv4/
H A Detharp.c102 u8_t state; member
200 u8_t state = arp_table[i].state; in etharp_tmr_tick() local
233 u8_t state = arp_table[i].state; in etharp_tmr() local
313 u8_t state = arp_table[i].state; etharp_find_entry() local
596 u8_t state = arp_table[i].state; global() local
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c1077 lws_sspc_change_handlers(struct lws_sspc_handle *h, lws_ss_state_return_t (*rx)(void *userobj, const uint8_t *buf, size_t len, int flags), lws_ss_state_return_t (*tx)(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags), lws_ss_state_return_t (*state)(void *userobj, void *h_src , lws_ss_constate_t state, lws_ss_tx_ordinal_t ack)) lws_sspc_change_handlers() argument
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c286 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
/third_party/lzma/C/
H A D7zDec.c166 CLzmaDec state; in SzDecodeLzma() local
226 CLzma2Dec state; SzDecodeLzma2() local
547 Byte state[DELTA_STATE_SIZE]; SzFolder_Decode2() local
578 UInt32 state = Z7_BRANCH_CONV_ST_X86_STATE_INIT_VAL; SzFolder_Decode2() local
[all...]
H A DMtDec.h78 EMtDecParseState state; member
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.cc338 AbstractState const* state = node_states_.Get(effect); in ReduceLoadFromObject() local
383 AbstractState const* state = node_states_.Get(effect); ReduceStoreToObject() local
417 AbstractState const* state = ComputeLoopState(node, state0); ReduceEffectPhi() local
433 AbstractState* state = zone()->New<AbstractState>(*state0); ReduceEffectPhi() local
458 AbstractState const* state = node_states_.Get(effect); ReduceOtherNode() local
476 UpdateState(Node* node, AbstractState const* state) UpdateState() argument
492 AbstractState const* state = node_states_.Get(effect); PropagateInputState() local
[all...]

Completed in 19 milliseconds

1...<<51525354555657585960>>...111