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

12345

/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
/external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
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.
203 drop = 0; /* current bits to drop from code for index */
216 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.
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
[all...]
/external/syslinux/com32/lib/zlib/
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/webrtc/webrtc/modules/video_processing/
H A Dvideo_decimator.cc58 bool drop = false;
68 if (drop_count_) { // Just got here so drop to be sure.
75 drop = true;
85 drop = true;
89 drop = false;
94 return drop;
/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/libcap/progs/
H A Dquicktest.sh110 fail_capsh --drop=cap_setuid --secbits=0x2f --print -- -c "./privileged --uid=$nouid"
115 # Note, the bounding set (edited with --drop) only limits p
117 pass_capsh --secbits=47 --inh=cap_setuid,cap_setgid --drop=cap_setuid \
148 --drop=all --secbits=0x2f --caps= --print
/external/iproute2/testsuite/tests/tc/
H A Dpolicer.t5 $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/lisa/tools/scripts/power/
H A Dpower_average.py53 df.drop(df.index[end_idx:], inplace=True)
58 df.drop(df.index[:start_idx], inplace=True)
/external/skia/src/pdf/
H A DSkPDFTypes.h55 * drop().
57 virtual void drop() {} function in class:SkPDFObject
196 void drop() override;
244 void drop() override;
304 void drop() override;
336 void drop() override;
H A DSkPDFTypes.cpp264 SkPDFArray::~SkPDFArray() { this->drop(); }
266 void SkPDFArray::drop() { function in class:SkPDFArray
343 SkPDFDict::~SkPDFDict() { this->drop(); }
345 void SkPDFDict::drop() { function in class:SkPDFDict
445 SkPDFSharedStream::~SkPDFSharedStream() { this->drop(); }
447 void SkPDFSharedStream::drop() { function in class:SkPDFSharedStream
449 fDict.drop();
526 void SkPDFStream::drop() { function in class:SkPDFStream
528 fDict.drop();
/external/skqp/src/pdf/
H A DSkPDFTypes.h55 * drop().
57 virtual void drop() {} function in class:SkPDFObject
196 void drop() override;
244 void drop() override;
304 void drop() override;
336 void drop() override;
H A DSkPDFTypes.cpp264 SkPDFArray::~SkPDFArray() { this->drop(); }
266 void SkPDFArray::drop() { function in class:SkPDFArray
343 SkPDFDict::~SkPDFDict() { this->drop(); }
345 void SkPDFDict::drop() { function in class:SkPDFDict
445 SkPDFSharedStream::~SkPDFSharedStream() { this->drop(); }
447 void SkPDFSharedStream::drop() { function in class:SkPDFSharedStream
449 fDict.drop();
526 void SkPDFStream::drop() { function in class:SkPDFStream
528 fDict.drop();
/external/autotest/client/site_tests/security_SymlinkRestrictions/
H A Dsecurity_SymlinkRestrictions.py131 drop = os.path.join(tmpdir, "remove.me")
132 open(drop, 'w').write("I can be deleted in a non-sticky directory")
133 os.chown(drop, uidone, 0)
138 rc = utils.system("su -c 'rm -f %s' %s" % (drop, usertwo),
151 self.check(os.path.exists(drop) == (sticky and uidtwo != 0),
152 "'%s' should only exist in a sticky directory" % (drop))
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/
H A Dnetwork_WiFi_BluetoothStreamPerf.py88 # Log the drop in throughput compared with the 'BT_disconnected'
89 # baseline. Only positive values are valid. Report the drop as a
94 drop = int( (self.base_through - result.throughput) * 100 /
97 drop, units='percent_drop',
100 self.write_perf_keyval({'_'.join([config.tag, test_str, 'drop']):
101 drop})
102 logging.info('logging drop value as %d%%', drop)
/external/syslinux/core/lwip/src/netif/
H A Dethernetif.c132 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */
182 pbuf_header(p, -ETH_PAD_SIZE); /* drop the padding word */
206 drop packet();
208 LINK_STATS_INC(link.drop);
/external/syslinux/core/lwip/src/core/
H A Dstats.c78 LWIP_PLATFORM_DIAG(("drop: %"STAT_COUNTER_F"\n\t", proto->drop));
96 LWIP_PLATFORM_DIAG(("drop: %"STAT_COUNTER_F"\n\t", igmp->drop));
/external/trappy/tests/
H A Dtest_results.py77 res1.drop('step_wise', axis=1, level=1, inplace=True)
78 res2.drop('power_allocator', axis=1, level=1, inplace=True)

Completed in 1534 milliseconds

12345