Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
Dsbcdsp.c68 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/python/Lib/test/
Dtest_wsgiref.py461 for hop in (
465 for alt in hop, hop.title(), hop.upper(), hop.lower():
469 for hop in (
472 for alt in hop, hop.title(), hop.upper(), hop.lower():
/third_party/openssl/test/recipes/30-test_evp_data/
Devppkey_sm2.txt47 Output = "The floofy bunnies hop at midnight"
54 Output = "The floofy bunnies hop at midnight"
/third_party/node/deps/npm/node_modules/http-cache-semantics/
DREADME.md89 …sponse. This function is necessary, because proxies MUST always remove hop-by-hop headers (such as…
171 * Filtering of hop-by-hop headers.
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimations.dart493 /// the first animation and never hop.
545 bool hop = false;
550 hop = _nextTrain.value <= _currentTrain.value;
553 hop = _nextTrain.value >= _currentTrain.value;
556 if (hop) {
572 if (hop && onSwitchedTrain != null)
/third_party/alsa-lib/src/control/
Dcontrol.c1520 const char *name, int mode, int hop) in snd_ctl_open_noupdate() argument
1532 err = snd_ctl_open_noupdate(ctlp, root, str, mode, hop + 1); in snd_ctl_open_noupdate()
1534 snd_config_set_hop(ctl_conf, hop); in snd_ctl_open_noupdate()
1547 int hop; in _snd_ctl_open_named_child() local
1549 if ((hop = snd_config_check_hop(parent_conf)) < 0) in _snd_ctl_open_named_child()
1550 return hop; in _snd_ctl_open_named_child()
1552 return snd_ctl_open_noupdate(pctl, root, str, mode, hop + 1); in _snd_ctl_open_named_child()
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatin_NumericPinyin.txt20 # so the letters the tone will 'hop' are:
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DLatin_NumericPinyin.txt19 # so the letters the tone will 'hop' are:
/third_party/icu/icu4c/source/data/translit/
DLatin_NumericPinyin.txt20 # so the letters the tone will 'hop' are:
/third_party/alsa-lib/src/seq/
Dseq.c929 int hop) in snd_seq_open_noupdate() argument
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()
/third_party/alsa-lib/src/pcm/
Dpcm_direct.c1756 int hop) argument
1765 if (hop > SND_CONF_MAX_HOPS) {
1776 hop + 1);
1795 hop + 1);
1804 root, pcm_conf2, direction, hop + 1);
Dpcm.c2656 int mode, int hop) in snd_pcm_open_noupdate() argument
2669 hop + 1); in snd_pcm_open_noupdate()
2671 snd_config_set_hop(pcm_conf, hop); in snd_pcm_open_noupdate()
2820 int hop; in snd_pcm_open_named_slave() local
2822 if ((hop = snd_config_check_hop(parent_conf)) < 0) in snd_pcm_open_named_slave()
2823 return hop; in snd_pcm_open_named_slave()
2826 hop + 1); in snd_pcm_open_named_slave()
/third_party/alsa-lib/include/
Dlocal.h356 void snd_config_set_hop(snd_config_t *conf, int hop);
/third_party/alsa-lib/src/
Dconf.c462 int hop; member
5770 void snd_config_set_hop(snd_config_t *conf, int hop) in snd_config_set_hop() argument
5772 conf->hop = hop; in snd_config_set_hop()
5778 if (conf->hop >= SND_CONF_MAX_HOPS) { in snd_config_check_hop()
5782 return conf->hop; in snd_config_check_hop()
/third_party/libxml2/
Dxmlschemas.c12719 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup() local
12727 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildContentModelForSubstGroup()
12733 hop); in xmlSchemaBuildContentModelForSubstGroup()
12743 hop); in xmlSchemaBuildContentModelForSubstGroup()
12745 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter); in xmlSchemaBuildContentModelForSubstGroup()
12746 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildContentModelForSubstGroup()
12891 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel() local
12899 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildAContentModel()
12904 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12908 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/docs/
Dscheduler.md97 …dle()`](#marlschedulerworkerrununtilidle), so the execution of `run()` may hop between fibers for …
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt4538 萩>'[scandent hop]';
5247 踉>'[hop]';
/third_party/node/doc/api/
Dasync_hooks.md627 outer scope even though there was an asynchronous hop involved. Also,
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt1217 control in SPDY. Flow control in SPDY is per hop, that is, only
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt9928 萩 < scandent\-hop;
10162 䟹 < to\-hop\-about;
21247 蹦 < hop;
42723 萩 > scandent\-hop;
42869 䟹 > to\-hop\-about;
55305 蹦 > hop;
55319 踉 > hop;
55455 跦 > hop;
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt13735 hop{
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt13735 hop{
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt13340 hop{
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt558 steps it gave an undecided hop, and then sprang straight at his
Dulyss10.txt4065 Wheatley's Dublin hop bitters or Cantrell and Cochrane's ginger ale
14695 hop-of-my-thumb by the name of Moses Herzog over there near Heytesbury
15043 deathless Leda. For they garner the succulent berries of the hop and mass

12