/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 437 for hop in ( 441 for alt in hop, hop.title(), hop.upper(), hop.lower(): 445 for hop in ( 448 for alt in hop, hop.title(), hop.upper(), hop [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | sbcdsp.c | 68 int i, j, hop = 0; in sbc_analyze_simd() local 75 for (hop = 0; hop < 10*subbands; hop += 2*subbands) in sbc_analyze_simd() 77 t1[i >> 1] += in[hop + i] * consts[hop + i]; in sbc_analyze_simd()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 1562 const char *name, int mode, int hop) in snd_ctl_open_noupdate() 1574 err = snd_ctl_open_noupdate(ctlp, root, str, mode, hop + 1); in snd_ctl_open_noupdate() 1576 snd_config_set_hop(ctl_conf, hop); in snd_ctl_open_noupdate() 1589 int hop; in _snd_ctl_open_named_child() local 1591 if ((hop = snd_config_check_hop(parent_conf)) < 0) in _snd_ctl_open_named_child() 1592 return hop; in _snd_ctl_open_named_child() 1594 return snd_ctl_open_noupdate(pctl, root, str, mode, hop + 1); in _snd_ctl_open_named_child() 1561 snd_ctl_open_noupdate(snd_ctl_t **ctlp, snd_config_t *root, const char *name, int mode, int hop) snd_ctl_open_noupdate() argument
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 929 int hop) in snd_seq_open_noupdate() 938 snd_config_set_hop(seq_conf, hop); in snd_seq_open_noupdate() 1022 int hop; in _snd_seq_open_lconf() local 1024 if ((hop = snd_config_check_hop(parent_conf)) < 0) in _snd_seq_open_lconf() 1025 return hop; in _snd_seq_open_lconf() 1026 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, hop + 1); in _snd_seq_open_lconf() 927 snd_seq_open_noupdate(snd_seq_t **seqp, snd_config_t *root, const char *name, int streams, int mode, int hop) snd_seq_open_noupdate() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 1809 int hop) 1818 if (hop > SND_CONF_MAX_HOPS) { 1829 hop + 1); 1848 hop + 1); 1857 root, pcm_conf2, direction, hop + 1); 1806 _snd_pcm_direct_get_slave_ipc_offset(snd_config_t *root, snd_config_t *sconf, int direction, int hop) global() argument
|
H A D | pcm.c | 2714 int mode, int hop) in snd_pcm_open_noupdate() 2727 hop + 1); in snd_pcm_open_noupdate() 2729 snd_config_set_hop(pcm_conf, hop); in snd_pcm_open_noupdate() 2878 int hop; in snd_pcm_open_named_slave() local 2880 if ((hop = snd_config_check_hop(parent_conf)) < 0) in snd_pcm_open_named_slave() 2881 return hop; in snd_pcm_open_named_slave() 2884 hop + 1); in snd_pcm_open_named_slave() 2712 snd_pcm_open_noupdate(snd_pcm_t **pcmp, snd_config_t *root, const char *name, snd_pcm_stream_t stream, int mode, int hop) snd_pcm_open_noupdate() argument
|
/third_party/alsa-lib/include/ |
H A D | local.h | 378 void snd_config_set_hop(snd_config_t *conf, int hop);
|
/third_party/alsa-lib/src/ |
H A D | conf.c | 462 int hop; member 5800 void snd_config_set_hop(snd_config_t *conf, int hop) in snd_config_set_hop() argument 5802 conf->hop = hop; in snd_config_set_hop() 5808 if (conf->hop >= SND_CONF_MAX_HOPS) { in snd_config_check_hop() 5812 return conf->hop; in snd_config_check_hop()
|