Home
last modified time | relevance | path

Searched refs:save_state (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/numeric/interval/
Dhw_rounding.hpp55 : save_state<rounded_arith_opp<float> >
60 : save_state<rounded_arith_opp<double> >
65 : save_state<rounded_arith_opp<long double> >
Drounding.hpp76 struct save_state: Rounding struct
79 save_state() { in save_state() function
83 ~save_state() { this->set_rounding_mode(mode); } in ~save_state() argument
/third_party/libsnd/src/
Dcommand.c285 int k, len, readcount, save_state ; in psf_calc_signal_max() local
298 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_signal_max()
321 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_signal_max()
331 int k, len, readcount, save_state ; in psf_calc_max_all_channels() local
341 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_max_all_channels()
367 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_max_all_channels()
/third_party/boost/libs/numeric/interval/examples/
Dtransc.cpp56 typedef save_state<full_rounding> R;
Dfindroot_demo.cpp160 policies<save_state<rounded_transc_opp<double> >, in main()
Dfilter.cpp22 typedef save_state<rounded_arith_opp<double> > R;
/third_party/openssl/crypto/asn1/
Dasn_mime.c639 int len, state, save_state = 0; in STACK_OF() local
685 save_state = state; in STACK_OF()
692 state = save_state; in STACK_OF()
716 save_state = state; in STACK_OF()
/third_party/alsa-utils/alsactl/
Dalsactl.h54 int save_state(const char *file, const char *cardname);
Dalsactl.c443 res = save_state(cfgfile, cardname); in main()
Ddaemon.c447 save_state(file, cardname); in state_daemon()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.h69 struct save_state struct
358 struct save_state Save[MAX_META_OPS_DEPTH];
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c249 nvc0->screen->save_state = nvc0->state; in nvc0_destroy()
250 nvc0->screen->save_state.tfb = NULL; in nvc0_destroy()
501 nvc0->state = screen->save_state; in nvc0_create()
Dnvc0_screen.h73 struct nvc0_graph_state save_state; member
Dnvc0_state_validate.c877 ctx_to->state = ctx_to->screen->save_state; in nvc0_switch_pipe_context()
Dnvc0_screen.c1494 screen->save_state.patch_vertices = 3; in nvc0_screen_create()
/third_party/boost/libs/numeric/interval/test/
Ddet.cpp63 typedef typename change_rounding<I_op, save_state<rounded_arith_std<T> > >::type I_sp;
Dadd.cpp211 typedef boost::numeric::interval_lib::save_state<Rounding> my_rounding;
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h64 struct nv50_graph_state save_state; member
Dnv50_context.c189 nv50->screen->save_state = nv50->state; in nv50_destroy()
357 nv50->state = screen->save_state; in nv50_create()
Dnv50_state_validate.c456 ctx_to->state = ctx_to->screen->save_state; in nv50_switch_pipe_context()
/third_party/pulseaudio/src/utils/
Dqpaeq491 self.sync_timer.timeout.connect(self.save_state)
520 def save_state(self): member in FilterState
529 self.save_state()
/third_party/ffmpeg/libavcodec/
Dsnowdec.c117 …ice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ in decode_subband_slice_buffered()
132 new_index = save_state[0]; in decode_subband_slice_buffered()
153 save_state[0] = new_index; in decode_subband_slice_buffered()
/third_party/boost/libs/wave/tool/
Dcpp.cpp506 save_state(po::variables_map const &vm, Context const &ctx) in save_state() function
1264 save_state(vm, ctx); // write the internal tables to disc in do_actual_work()
/third_party/pulseaudio/src/modules/
Dmodule-equalizer-sink.c942 static void save_state(struct userdata *u) { in save_state() function
1349 save_state(u); in pa__done()
2169 save_state(u); in equalizer_handle_save_state()
/third_party/ninja/src/
Dbuild_test.cc1260 State save_state; in TEST_F() local
1261 RebuildTarget("final.stamp", manifest, NULL, NULL, &save_state); in TEST_F()
1262 EXPECT_GE(save_state.LookupPool("some_pool")->current_use(), 0); in TEST_F()

12