Home
last modified time | relevance | path

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

12

/third_party/iptables/extensions/
Dlibip6t_ipv6header.t2 -m ipv6header --header hop-by-hop;=;OK
3 -m ipv6header --header hop-by-hop --soft;=;OK
Dlibip6t_ipv6header.man12 \fBhop\fP|\fBhop\-by\-hop\fP
/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/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/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/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/grpc/src/proto/grpc/auth/v1/
Dauthz_policy.proto35 // supported: "hop-by-hop" headers (e.g., those listed in "Connection" header),
/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/grpc/doc/core/
Depoll-polling-engine.md26 …t is actually interested in that event (which can be itself - in which case there is no thread hop)
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c12697 xmlAutomataStatePtr hop; in xmlSchemaBuildContentModelForSubstGroup() local
12705 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildContentModelForSubstGroup()
12711 hop); in xmlSchemaBuildContentModelForSubstGroup()
12721 hop); in xmlSchemaBuildContentModelForSubstGroup()
12723 xmlAutomataNewCountedTrans(pctxt->am, hop, start, counter); in xmlSchemaBuildContentModelForSubstGroup()
12724 xmlAutomataNewCounterTrans(pctxt->am, hop, end, counter); in xmlSchemaBuildContentModelForSubstGroup()
12869 xmlAutomataStatePtr hop; in xmlSchemaBuildAContentModel() local
12877 hop = xmlAutomataNewState(pctxt->am); in xmlSchemaBuildAContentModel()
12882 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
12886 xmlAutomataNewEpsilon(pctxt->am, pctxt->state, hop); in xmlSchemaBuildAContentModel()
[all …]
/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/libsoup/
DNEWS2178 * Don't store hop-by-hop headers [#650094]
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt6155 hop
18472 ##hop
/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

12