/external/u-boot/lib/zlib/ |
D | inftrees.c | 41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local 202 drop = 0; /* current bits to drop from code for index */ in inflate_table() 214 this.bits = (unsigned char)(len - drop); in inflate_table() 229 incr = 1U << (len - drop); in inflate_table() 234 next[(huff >> drop) + fill] = this; in inflate_table() 258 if (drop == 0) in inflate_table() 259 drop = root; in inflate_table() 265 curr = len - drop; in inflate_table() 267 while (curr + drop < max) { in inflate_table() 268 left -= count[curr + drop]; in inflate_table() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | DropTest.kt | 19 assertEquals(5, flow.drop(1).sum()) in <lambda>() 20 assertEquals(0, flow.drop(Int.MAX_VALUE).sum()) in <lambda>() 21 assertNull(flow.drop(Int.MAX_VALUE).singleOrNull()) in <lambda>() 22 assertEquals(3, flow.drop(1).take(2).drop(1).single()) in <lambda>() 27 assertEquals(0, flowOf<Int>().drop(1).sum()) in <lambda>() 33 emptyFlow<Int>().drop(-1) in testNegativeCount() 50 }.drop(1) in <lambda>()
|
/external/iproute2/examples/diffserv/ |
D | afcbq | 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+1; 84 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ". 89 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
|
/external/v8/third_party/zlib/ |
D | inftrees.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 203 drop = 0; /* current bits to drop from code for index */ 216 here.bits = (unsigned char)(len - drop); 231 incr = 1U << (len - drop); 236 next[(huff >> drop) + fill] = here; 260 if (drop == 0) 261 drop = root; 267 curr = len - drop; 269 while (curr + drop < max) { 270 left -= count[curr + drop]; [all …]
|
/external/zlib/ |
D | inftrees.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 203 drop = 0; /* current bits to drop from code for index */ 216 here.bits = (unsigned char)(len - drop); 231 incr = 1U << (len - drop); 236 next[(huff >> drop) + fill] = here; 260 if (drop == 0) 261 drop = root; 267 curr = len - drop; 269 while (curr + drop < max) { 270 left -= count[curr + drop]; [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | inftrees.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 203 drop = 0; /* current bits to drop from code for index */ 216 here.bits = (unsigned char)(len - drop); 231 incr = 1U << (len - drop); 236 next[(huff >> drop) + fill] = here; 260 if (drop == 0) 261 drop = root; 267 curr = len - drop; 269 while (curr + drop < max) { 270 left -= count[curr + drop]; [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | tc_flower.sh | 42 $tcflags dst_mac $dummy_mac action drop 44 $tcflags dst_mac $h2mac action drop 68 $tcflags src_mac $dummy_mac action drop 70 $tcflags src_mac $h1mac action drop 92 $tcflags dst_ip 198.51.100.2 action drop 94 $tcflags dst_ip 192.0.2.2 action drop 96 $tcflags dst_ip 192.0.2.0/24 action drop 126 $tcflags src_ip 198.51.100.1 action drop 128 $tcflags src_ip 192.0.2.1 action drop 130 $tcflags src_ip 192.0.2.0/24 action drop [all …]
|
D | tc_chains.sh | 39 flower $tcflags dst_mac $h2mac action drop 58 flower $tcflags dst_mac $h2mac action drop 60 $tcflags dst_mac $h2mac action drop 134 flower dst_mac $h2mac action drop 138 flower src_mac $h2mac action drop &> /dev/null 142 flower src_mac $h2mac action drop 146 flower dst_mac $h2mac action drop &> /dev/null
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | LoadBalancer.java | 244 private final boolean drop; field in LoadBalancer.PickResult 248 Status status, boolean drop) { in PickResult() argument 252 this.drop = drop; in PickResult() 409 return drop; in isDrop() 418 .add("drop", drop) in toString() 424 return Objects.hashCode(subchannel, status, streamTracerFactory, drop); in hashCode() 439 && drop == that.drop; in equals()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | tc_flower.sh | 101 $tcflags dst_ip 192.0.2.2 action drop 110 $tcflags dst_ip 198.51.100.2 action drop 147 $tcflags dst_ip 192.0.2.2 action drop 149 $tcflags dst_ip 192.0.2.2 action drop 166 $tcflags dst_ip 192.0.2.2 action drop 195 $tcflags dst_ip 192.0.2.2 action drop 197 $tcflags dst_ip 192.0.0.0/8 action drop 214 $tcflags dst_ip 192.0.2.0/24 action drop 302 $tcflags dst_ip 192.0.2.2 action drop 305 $tcflags dst_ip 192.0.2.2 action drop [all …]
|
/external/autotest/client/site_tests/audio_AlsaAPI/ |
D | control.drop | 6 NAME = 'audio_AlsaAPI.drop' 8 PURPOSE = 'Test that simple ALSA API succeeds to drop playback and reset hw_ptr.' 18 Check ALSA API succeeds to drop playback and reset hw_ptr. 21 job.run_test('audio_AlsaAPI', to_test='drop', tag='drop')
|
/external/harfbuzz_ng/test/subset/data/tests/ |
D | cff-japanese.tests | 6 drop-hints.txt 7 drop-hints-retain-gids.txt 11 drop-hints-desubroutinize.txt 12 drop-hints-desubroutinize-retain-gids.txt
|
D | cff-full-font.tests | 6 drop-hints.txt 7 drop-hints-retain-gids.txt 11 drop-hints-desubroutinize.txt 12 drop-hints-desubroutinize-retain-gids.txt
|
/external/iproute2/doc/actions/ |
D | gact-usage | 5 ACTION := reclassify | drop | continue | pass | ok 14 - drop drops packets 32 10.0.0.9/32 flowid 1:16 action drop 41 action order 1: gact action drop 51 10.0.0.9/32 flowid 1:16 action drop random netrand ok 10 58 action order 1: gact action drop 66 10.0.0.9/32 flowid 1:16 action drop random determ ok 2 74 action order 1: gact action drop
|
/external/webrtc/webrtc/modules/video_processing/ |
D | video_decimator.cc | 58 bool drop = false; in DropFrame() local 75 drop = true; in DropFrame() 85 drop = true; in DropFrame() 89 drop = false; in DropFrame() 94 return drop; in DropFrame()
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | store-trunc.ll | 9 ; CHECK: i32.store8 $drop=, 0($0), $1{{$}} 17 ; CHECK: i32.store16 $drop=, 0($0), $1{{$}} 25 ; CHECK: i64.store8 $drop=, 0($0), $1{{$}} 33 ; CHECK: i64.store16 $drop=, 0($0), $1{{$}} 41 ; CHECK: i64.store32 $drop=, 0($0), $1{{$}}
|
D | offset.ll | 142 ; CHECK: i32.store $drop=, 24($0), $pop0{{$}} 154 ; CHECK: i32.store $drop=, 24($0), $pop0{{$}} 166 ; CHECK: i32.store $drop=, 0($pop1), $pop2{{$}} 178 ; CHECK: i32.store $drop=, 0($pop1), $pop2{{$}} 192 ; CHECK: i32.store $drop=, 0($pop1), $pop2{{$}} 202 ; CHECK: i64.store $drop=, 24($0), $pop0{{$}} 214 ; CHECK: i64.store $drop=, 24($0), $pop0{{$}} 226 ; CHECK: i64.store $drop=, 0($pop1), $pop2{{$}} 238 ; CHECK: i64.store $drop=, 0($pop1), $pop2{{$}} 252 ; CHECK: i64.store $drop=, 0($pop1), $pop2{{$}} [all …]
|
D | i64-load-store-alignment.ll | 179 ; CHECK-NEXT: i64.store $drop=, 0($0):p2align=0, $1{{$}} 188 ; CHECK-NEXT: i64.store $drop=, 0($0):p2align=1, $1{{$}} 197 ; CHECK-NEXT: i64.store $drop=, 0($0):p2align=2, $1{{$}} 208 ; CHECK-NEXT: i64.store $drop=, 0($0), $1{{$}} 219 ; CHECK-NEXT: i64.store $drop=, 0($0), $1{{$}} 228 ; CHECK-NEXT: i64.store $drop=, 0($0), $1{{$}} 239 ; CHECK-NEXT: i64.store8 $drop=, 0($0), $1{{$}} 249 ; CHECK-NEXT: i64.store8 $drop=, 0($0), $1{{$}} 259 ; CHECK-NEXT: i64.store16 $drop=, 0($0):p2align=0, $1{{$}} 269 ; CHECK-NEXT: i64.store16 $drop=, 0($0), $1{{$}} [all …]
|
D | i32-load-store-alignment.ll | 120 ; CHECK-NEXT: i32.store $drop=, 0($0):p2align=0, $1{{$}} 129 ; CHECK-NEXT: i32.store $drop=, 0($0):p2align=1, $1{{$}} 140 ; CHECK-NEXT: i32.store $drop=, 0($0), $1{{$}} 151 ; CHECK-NEXT: i32.store $drop=, 0($0), $1{{$}} 160 ; CHECK-NEXT: i32.store $drop=, 0($0), $1{{$}} 171 ; CHECK-NEXT: i32.store8 $drop=, 0($0), $1{{$}} 180 ; CHECK-NEXT: i32.store8 $drop=, 0($0), $1{{$}} 189 ; CHECK-NEXT: i32.store16 $drop=, 0($0):p2align=0, $1{{$}} 198 ; CHECK-NEXT: i32.store16 $drop=, 0($0), $1{{$}} 207 ; CHECK-NEXT: i32.store16 $drop=, 0($0), $1{{$}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | explicit-locals.mir | 3 # When a drop instruction is inserted to drop a dead register operand, the 5 # the new drop instruction. And the operand to the new drop instruction should
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 84 typedef types<typename Drop<_>::type...> drop; typedef 92 template<unsigned N, typename...Ts> struct drop { struct 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/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_l3_drops.sh | 170 flower dst_ip $h2_ipv4 action drop 200 flower ip_proto udp src_port 54321 dst_port 12345 action drop 236 flower src_ip $sip action drop 271 flower dst_ip $dip action drop 307 flower src_ip $sip action drop 339 flower src_ip $sip action drop 392 flower dst_ip $h2_ipv4 action drop 439 flower dst_ip $h2_ipv4 action drop 479 flower dst_ip $dip action drop 505 flower dst_ip $dip action drop [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-subset-cff-common.hh | 701 drop_hints_param_t drop; in subset() local 702 if (drop_hints_in_str (parsed_charstrings[i], param, drop)) in subset() 705 if (drop.vsindex_dropped) in subset() 801 const subr_subset_param_t ¶m, drop_hints_param_t &drop) in drop_hints_in_subr() 803 drop.ends_in_hint = false; in drop_hints_in_subr() 804 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr() 808 if (drop.ends_in_hint) in drop_hints_in_subr() 814 drop.ends_in_hint = false; in drop_hints_in_subr() 816 else if (drop.all_dropped) in drop_hints_in_subr() 825 …rop_hints_in_str (parsed_cs_str_t &str, const subr_subset_param_t ¶m, drop_hints_param_t &drop) in drop_hints_in_str() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | drop-debug.ll | 1 ; RUN: llvm-link %p/Inputs/drop-debug.bc -o %t 2>&1 | FileCheck %s 3 ;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and 6 ; CHECK: warning: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
|
/external/llvm/test/Linker/ |
D | drop-debug.ll | 1 ; RUN: llvm-link %p/Inputs/drop-debug.bc -o %t 2>&1 | FileCheck %s 3 ;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and 6 ; CHECK: WARNING: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
|