/third_party/libsnd/src/ |
H A D | command.c | 300 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 D | asn_mime.c | 688 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 D | asn_mime.c | 682 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 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()
|
H A D | nvc0_screen.h | 73 struct nvc0_graph_state save_state; member
|
H A D | nvc0_state_validate.c | 877 ctx_to->state = ctx_to->screen->save_state; in nvc0_switch_pipe_context()
|
H A D | nvc0_screen.c | 1508 screen->save_state.patch_vertices = 3; in nvc0_screen_create()
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.h | 59 int save_state(const char *file, const char *cardname);
|
H A D | alsactl.c | 450 res = save_state(cfgfile, cardname); in main()
|
H A D | daemon.c | 447 save_state(file, cardname); in state_daemon()
|
H A 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/ |
H A D | nv50_screen.h | 64 struct nv50_graph_state save_state; member
|
H A D | nv50_context.c | 190 nv50->screen->save_state = nv50->state; in nv50_destroy() 358 nv50->state = screen->save_state; in nv50_create()
|
H A D | nv50_state_validate.c | 456 ctx_to->state = ctx_to->screen->save_state; in nv50_switch_pipe_context()
|
/third_party/ffmpeg/libavcodec/ |
H A D | snowdec.c | 114 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 D | module-equalizer-sink.c | 945 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 D | build_test.cc | 1485 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()
|