Home
last modified time | relevance | path

Searched refs:last_state (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c321 int last_state; member
339 stack->last_state, stack->deadline, in wait_for_watch_state_op_complete_without_gvl()
372 VALUE last_state, in grpc_rb_channel_watch_connectivity_state() argument
386 if (!FIXNUM_P(last_state)) { in grpc_rb_channel_watch_connectivity_state()
395 stack.last_state = NUM2LONG(last_state); in grpc_rb_channel_watch_connectivity_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h97 const struct lp_rast_state *last_state; /* most recent state set in bin */ member
356 if (state != bin->last_state) { in lp_scene_bin_cmd_with_state()
357 bin->last_state = state; in lp_scene_bin_cmd_with_state()
Dlp_scene.c150 bin->last_state = NULL; in lp_scene_bin_reset()
260 bin->last_state = NULL; in lp_scene_end_rasterization()
/external/rust/crates/aho-corasick/src/
Dstate_id.rs13 last_state: S, in premultiply_overflow_error()
16 let requested = match last_state.to_usize().checked_mul(alphabet_len) { in premultiply_overflow_error()
/external/rust/crates/regex-automata/src/
Dstate_id.rs22 last_state: S, in premultiply_overflow_error()
25 let requested = match last_state.to_usize().checked_mul(alphabet_len) { in premultiply_overflow_error()
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py837 last_state = power_state
847 if debounce_power_state and power_state != last_state:
848 last_state = power_state
865 power_state = last_state
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c505 php_grpc_long last_state; in PHP_METHOD() local
510 &last_state, &deadline_obj, in PHP_METHOD()
522 (grpc_connectivity_state)last_state, in PHP_METHOD()
711 ZEND_ARG_INFO(0, last_state)
/external/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers_unittest.cc743 BufferState last_state; member in webrtc::test::TemporalLayersReferenceTest
783 } else if (!UpdateSyncRefState(tl_config.last_buffer_flags, &last_state)) { in TEST_P()
801 ValidateReference(tl_config.last_buffer_flags, last_state, temporal_idx); in TEST_P()
809 last_state = state; in TEST_P()