/third_party/libsnd/src/ |
D | command.c | 285 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/openssl/crypto/asn1/ |
D | asn_mime.c | 678 int len, state, save_state = 0; in STACK_OF() local 724 save_state = state; in STACK_OF() 731 state = save_state; in STACK_OF() 755 save_state = state; in STACK_OF()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 249 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()
|
D | nvc0_screen.h | 73 struct nvc0_graph_state save_state; member
|
D | nvc0_state_validate.c | 877 ctx_to->state = ctx_to->screen->save_state; in nvc0_switch_pipe_context()
|
D | nvc0_screen.c | 1508 screen->save_state.patch_vertices = 3; in nvc0_screen_create()
|
/third_party/alsa-utils/alsactl/ |
D | alsactl.h | 54 int save_state(const char *file, const char *cardname);
|
D | alsactl.c | 443 res = save_state(cfgfile, cardname); in main()
|
D | daemon.c | 447 save_state(file, cardname); in state_daemon()
|
D | state.c | 1591 int save_state(const char *file, const char *cardname) in save_state() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.h | 64 struct nv50_graph_state save_state; member
|
D | nv50_context.c | 190 nv50->screen->save_state = nv50->state; in nv50_destroy() 358 nv50->state = screen->save_state; in nv50_create()
|
D | nv50_state_validate.c | 456 ctx_to->state = ctx_to->screen->save_state; in nv50_switch_pipe_context()
|
/third_party/pulseaudio/src/utils/ |
D | qpaeq | 491 self.sync_timer.timeout.connect(self.save_state) 520 def save_state(self): member in FilterState 529 self.save_state()
|
/third_party/ffmpeg/libavcodec/ |
D | snowdec.c | 117 …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/pulseaudio/src/modules/ |
D | module-equalizer-sink.c | 942 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/ |
D | build_test.cc | 1440 State save_state; in TEST_F() local 1441 RebuildTarget("final.stamp", manifest, NULL, NULL, &save_state); in TEST_F() 1442 EXPECT_GE(save_state.LookupPool("some_pool")->current_use(), 0); in TEST_F()
|