Searched refs:drop (Results 1 - 25 of 49) sorted by relevance

12

/external/iproute2/examples/diffserv/
H A Dafcbq9 # - the drop probability associated with each AF virtual queue
22 # values in the for loop of this script; $drop stands for the
24 # $dscp = ($class*8+$drop*2)
27 # $gprio=$drop+1;
74 for $drop (1..3) {
75 print "\n# --- AF Class $class DP $drop---\n";
76 $dscp = $class*8+$drop*2;
77 $tcindex = sprintf("1%x%x",$class,$drop);
80 $prob = $drop*0.02;
82 $gprio = $drop
[all...]
H A DEdge31-ca-u3273 drop flowid :3
93 drop flowid :3
104 drop flowid :3
116 drop flowid :4
H A DEdge32-ca-u3289 drop flowid :3
116 drop flowid :3
132 drop flowid :3
144 drop flowid :4
H A DEdge31-cb-chains68 drop flowid 4:3
75 drop flowid 4:4
H A DEdge32-cb-chains80 drop flowid 4:3
87 drop flowid 4:4
H A DEdge32-cb-u3281 drop flowid :3
89 drop flowid :4
H A DEdge244 police rate 1500kbit burst 90k mtu 9k drop flowid :1
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/external/zlib/src/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/external/zlib/src/contrib/infback9/
H A Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
146 with length len. That code is converted to an index by dropping drop
147 bits off of the bottom. For codes where len is less than drop + curr,
148 those top drop + curr - len bits are incremented through all values to
154 new sub-table should be started. drop is zero when the root table is
155 being filled, and drop is root when sub-tables are being filled.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp84 typedef types<typename Drop<_>::type...> drop; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
92 template<unsigned N, typename...Ts> struct drop { struct in namespace:ParameterPackExpansions
94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}}
101 using D1 = drop<3, int, char, double, long>::type;
109 using D2 = drop<4, int, char, double, long>::type;
113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
/external/vboot_reference/tests/
H A Dtest_using_qemu.sh27 sudo chroot ${SYSROOT} ${QEMU_RUN} -drop-ld-preload \
/external/iproute2/testsuite/tests/
H A Dpolicer5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
/external/iproute2/examples/
H A DSYN-DoS.rate.limit36 police rate 1kbit burst 40 mtu 9k drop flowid :1
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php44 to download the drop.</p>
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java158 // when we use "auto drop on editor activation" option, this click is
312 * Sets drop state of combo.
314 public void doDropDown(boolean drop) { argument
315 // check, may be we already in this drop state
316 if (drop == isDropped()) {
320 if (!drop) {
H A DCTableCombo.java40 * drop-down.
497 private void dropDown(boolean drop) { argument
498 if (drop == isDropped()) {
501 if (!drop) {
/external/strace/
H A Dstrace.c779 goto drop;
791 goto drop;
796 goto drop;
804 goto drop;
828 goto drop;
916 drop:
2118 * notification. Let user know that, drop leader's tcb,
/external/skia/forth/
H A DStdWords.cpp21 BEGIN_WORD(drop) {
401 ADD_LITERAL_WORD("DROP", drop);
/external/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp305 Blocks.drop(NumUnreachableBlocks);
/external/libnl/lib/route/sch/
H A Dcbq.c35 __ADD(TC_CBQ_OVL_DROP,drop)
/external/libpcap/msdos/
H A Dpkt_rx1.s32 _pktDrop dw 0,0 ; packet drop counter
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex27 be a drop-in replacement for the normal, system-provided routines of
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h180 // drop last n elements from array
181 void drop(unsigned n = 0) {
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
H A DMochiKit.packed.js6921 },register:function(drop){
6922 this.drops.push(drop);
6923 },unregister:function(drop){
6925 return d!=drop;
6928 MochiKit.Base.map(function(drop){
6929 if(drop.isAccepted(_75b)){
6930 if(drop.options.activeclass){
6931 MochiKit.DOM.addElementClass(drop.element,drop.options.activeclass);
6933 drop
[all...]

Completed in 1341 milliseconds

12