Searched refs:RE1 (Results 1 – 7 of 7) sorted by relevance
/external/iptables/extensions/ |
D | libxt_rateest.t | 2 %iptables -I INPUT -j RATEEST --rateest-name RE1 --rateest-interval 250.0ms --rateest-ewmalog 500.0… 3 -m rateest --rateest RE1 --rateest-lt --rateest-bps 8bit;=;OK 4 -m rateest --rateest RE1 --rateest-eq --rateest-pps 5;=;OK 5 -m rateest --rateest RE1 --rateest-gt --rateest-bps 5kbit;-m rateest --rateest RE1 --rateest-gt --r… 6 -m rateest --rateest-delta --rateest RE1 --rateest-bps1 8bit --rateest-lt --rateest-bps2 16bit;=;OK 8 -m rateest --rateest1 RE1 --rateest-lt --rateest-bps --rateest2 RE2;=;OK 9 -m rateest --rateest-delta --rateest1 RE1 --rateest-pps1 0 --rateest-lt --rateest-pps2 42 --rateest… 10 -m rateest --rateest-delta --rateest RE1 --rateest-bps1 8bit --rateest-eq --rateest-bps2 16bit;=;OK 11 -m rateest --rateest-delta --rateest RE1 --rateest-bps1 8bit --rateest-gt --rateest-bps2 16bit;=;OK 12 -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-lt --rateest-pps2 9;=;OK [all …]
|
D | libxt_RATEEST.t | 2 -j RATEEST --rateest-name RE1 --rateest-interval 250.0ms --rateest-ewmalog 500.0ms;=;OK
|
/external/angle/tools/flex-bison/third_party/m4sugar/ |
D | foreach.m4 | 106 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT) 110 # if (SWITCH =~ RE1) 169 # m4_bpatsubsts(STRING, RE1, SUBST1, RE2, SUBST2, ...) 174 # s/RE1/SUBST1/g;
|
D | m4sugar.m4 | 410 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT) 414 # if (SWITCH =~ RE1) 521 # m4_bpatsubsts(STRING, RE1, SUBST1, RE2, SUBST2, ...) 526 # s/RE1/SUBST1/g;
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1365 RE1 = BB1->getInstList().rend(), in SinkThenElseCodeToEnd() local 1369 while (RI1 != RE1 && isa<DbgInfoIntrinsic>(&*RI1)) in SinkThenElseCodeToEnd() 1371 if (RI1 == RE1) in SinkThenElseCodeToEnd() 1382 while (RI1 != RE1 && RI2 != RE2) { in SinkThenElseCodeToEnd() 1384 while (RI1 != RE1 && isa<DbgInfoIntrinsic>(&*RI1)) in SinkThenElseCodeToEnd() 1386 if (RI1 == RE1) in SinkThenElseCodeToEnd() 1484 RE1 = BB1->getInstList().rend(); in SinkThenElseCodeToEnd()
|
/external/angle/tools/flex-bison/third_party/skeletons/ |
D | bison.m4 | 23 # m4_gsub(STRING, RE1, SUBST1, RE2, SUBST2, ...) 28 # s/RE1/SUBST1/g;
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | hlo-legalize-to-linalg.mlir | 2374 // CHECK: %[[RE1:.+]] = complex.re %[[A]] : complex<f32> 2376 // CHECK: %[[CMP:.+]] = arith.cmpf oeq, %[[RE1]], %[[RE2]] : f32
|