Home
last modified time | relevance | path

Searched refs:save_state (Results 1 - 17 of 17) sorted by relevance

/third_party/libsnd/src/
H A Dcommand.c300 int k, len, readcount, save_state ; in psf_calc_signal_max() local
313 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_signal_max()
336 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_signal_max()
346 int k, len, readcount, save_state ; in psf_calc_max_all_channels() local
356 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_max_all_channels()
382 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_max_all_channels()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mime.c688 int len, state, save_state = 0; in STACK_OF() local
734 save_state = state; in STACK_OF()
741 state = save_state; in STACK_OF()
765 save_state = state; in STACK_OF()
/third_party/openssl/crypto/asn1/
H A Dasn_mime.c682 int len, state, save_state = 0; in STACK_OF() local
728 save_state = state; in STACK_OF()
735 state = save_state; in STACK_OF()
759 save_state = state; in STACK_OF()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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()
H A Dnvc0_screen.h73 struct nvc0_graph_state save_state; member
H A Dnvc0_state_validate.c877 ctx_to->state = ctx_to->screen->save_state; in nvc0_switch_pipe_context()
H A Dnvc0_screen.c1508 screen->save_state.patch_vertices = 3; in nvc0_screen_create()
/third_party/alsa-utils/alsactl/
H A Dalsactl.h59 int save_state(const char *file, const char *cardname);
H A Dalsactl.c450 res = save_state(cfgfile, cardname); in main()
H A Ddaemon.c447 save_state(file, cardname); in state_daemon()
H A Dstate.c1591 int save_state(const char *file, const char *cardname) in save_state() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h64 struct nv50_graph_state save_state; member
H A Dnv50_context.c190 nv50->screen->save_state = nv50->state; in nv50_destroy()
358 nv50->state = screen->save_state; in nv50_create()
H A Dnv50_state_validate.c456 ctx_to->state = ctx_to->screen->save_state; in nv50_switch_pipe_context()
/third_party/ffmpeg/libavcodec/
H A Dsnowdec.c114 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ in decode_subband_slice_buffered() argument
129 new_index = save_state[0]; in decode_subband_slice_buffered()
150 save_state[0] = new_index; in decode_subband_slice_buffered()
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c945 static void save_state(struct userdata *u) { in save_state() function
1352 save_state(u); in pa__done()
2172 save_state(u); in equalizer_handle_save_state()
/third_party/ninja/src/
H A Dbuild_test.cc1485 State save_state; in TEST_F() local
1486 RebuildTarget("final.stamp", manifest, NULL, NULL, &save_state); in TEST_F()
1487 EXPECT_GE(save_state.LookupPool("some_pool")->current_use(), 0); in TEST_F()

Completed in 23 milliseconds