Home
last modified time | relevance | path

Searched refs:upto (Results 1 – 25 of 51) sorted by relevance

123

/external/iptables/extensions/
Dlibxt_hashlimit.t8 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 5 --hashlimit-name mini1;=;OK
9 -m hashlimit --hashlimit-upto 1000000/sec --hashlimit-burst 5 --hashlimit-name mini1;=;OK
10 -m hashlimit --hashlimit-upto 1/min --hashlimit-burst 5 --hashlimit-name mini1;=;OK
11 -m hashlimit --hashlimit-upto 1/hour --hashlimit-burst 5 --hashlimit-name mini1;=;OK
13 -m hashlimit --hashlimit-upto 1/day --hashlimit-burst 5 --hashlimit-name mini1;;FAIL
14 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-name mini1 --hashlimit-htable-e…
15 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-mode srcip --hashlimit-name min…
16 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-mode dstip --hashlimit-name min…
17 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-mode dstip --hashlimit-name min…
18 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-mode dstip --hashlimit-name min…
[all …]
Dlibxt_connlimit.t2 -m connlimit --connlimit-upto 0;=;OK
3 -m connlimit --connlimit-upto 4294967295;=;OK
4 -m connlimit --connlimit-upto 4294967296;;FAIL
5 -m connlimit --connlimit-upto -1;;FAIL
10 -m connlimit --connlimit-upto 1 --conlimit-above 1;;FAIL
Dlibxt_hashlimit.man7 A hash limit option (\fB\-\-hashlimit\-upto\fP, \fB\-\-hashlimit\-above\fP) and
10 \fB\-\-hashlimit\-upto\fP \fIamount\fP[\fB/second\fP|\fB/minute\fP|\fB/hour\fP|\fB/day\fP]
67 \-s 192.168.0.0/16 \-\-hashlimit\-mode srcip \-\-hashlimit\-upto 1000/sec
71 \-s 192.168.1.1 \-\-hashlimit\-mode srcport \-\-hashlimit\-upto 100/sec
76 \-s 10.0.0.0/8 \-\-hashlimit\-mask 28 \-\-hashlimit\-upto 10000/min
Dlibxt_connlimit.man4 \fB\-\-connlimit\-upto\fP \fIn\fP
28 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT
Dlibxt_hashlimit.txlate4 iptables-translate -A OUTPUT -m tcp -p tcp --dport 443 -m hashlimit --hashlimit-upto 300 --hashlimi…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp55 StringRef upto(Cursor C) const { in upto() function in __anond5c0baf90111::Cursor
165 StringRef String = Range.upto(R); in lexName()
176 Token.reset(Type, Range.upto(C)) in lexName()
177 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName()
267 auto Identifier = Range.upto(C); in maybeLexIdentifier()
289 StringRef Number = NumberRange.upto(C); in maybeLexMachineBasicBlock()
302 Range.upto(C)) in maybeLexMachineBasicBlock()
304 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock()
317 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
330 StringRef Number = NumberRange.upto(C); in maybeLexIndexAndName()
[all …]
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp52 StringRef upto(Cursor C) const { in upto() function in __anon9131fd050111::Cursor
176 StringRef String = Range.upto(R); in lexName()
187 Token.reset(Type, Range.upto(C)) in lexName()
188 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName()
282 auto Identifier = Range.upto(C); in maybeLexIdentifier()
304 StringRef Number = NumberRange.upto(C); in maybeLexMachineBasicBlock()
317 Range.upto(C)) in maybeLexMachineBasicBlock()
319 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock()
332 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
345 StringRef Number = NumberRange.upto(C); in maybeLexIndexAndName()
[all …]
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp50 StringRef upto(Cursor C) const { in upto() function in __anon829dfdd70111::Cursor
160 StringRef String = Range.upto(R); in lexName()
171 Token.reset(Type, Range.upto(C)) in lexName()
172 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName()
183 Token.reset(MIToken::IntegerType, Range.upto(C)); in maybeLexIntegerType()
239 auto Identifier = Range.upto(C); in maybeLexIdentifier()
261 StringRef Number = NumberRange.upto(C); in maybeLexMachineBasicBlock()
271 Range.upto(C)) in maybeLexMachineBasicBlock()
273 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock()
286 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
[all …]
/external/dtc/
Dfdtput.c66 int upto; /* the number of bytes we have written to buf */ in encode_value() local
69 upto = 0; in encode_value()
77 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value()
85 if (upto + len > value_size) { in encode_value()
86 value_size = (upto + len) + 500; in encode_value()
90 ptr = value + upto; in encode_value()
110 *value_len = upto; in encode_value()
113 fprintf(stderr, "Value size %d\n", upto); in encode_value()
/external/e2fsprogs/lib/ext2fs/
Dalloc.c93 ext2_ino_t i, ino_in_group, upto, first_zero; in ext2fs_new_inode() local
118 upto = i + (EXT2_INODES_PER_GROUP(fs->super) - ino_in_group); in ext2fs_new_inode()
119 if (i < start_inode && upto >= start_inode) in ext2fs_new_inode()
120 upto = start_inode - 1; in ext2fs_new_inode()
121 if (upto > fs->super->s_inodes_count) in ext2fs_new_inode()
122 upto = fs->super->s_inodes_count; in ext2fs_new_inode()
124 retval = ext2fs_find_first_zero_inode_bitmap2(map, i, upto, in ext2fs_new_inode()
132 i = upto + 1; in ext2fs_new_inode()
/external/rust/crates/chrono/src/format/
Dscan.rs313 let upto = s in timezone_offset_2822() localVariable
321 if upto > 0 { in timezone_offset_2822()
322 let name = &s[..upto]; in timezone_offset_2822()
323 let s = &s[upto..]; in timezone_offset_2822()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/resources/META-INF/com.android.tools/proguard/
Dcoroutines.pro2 # - META-INF/com.android.tools/r8-upto-1.6.0/coroutines.pro
/external/flac/
DREADME.version1 This commit is upto-date with following the commit in upstream-master
/external/libopus/
DREADME.version1 This commit is upto-date with following the commit in upstream-master
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/resources/META-INF/proguard/
Dcoroutines.pro5 # - META-INF/com.android.tools/r8-upto-1.6.0/coroutines.pro
/external/autotest/client/tests/ffsb/
Dprofile.cfg.sample10 # sure what is is upto.
DREADME26 (6) Age filesystem according to a specified workload upto a specified limit.
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py435 self.assertTrue(self.upto < len(self.expected_list),
437 expected = self.expected_list[self.upto]
440 self.upto += 1
446 self.upto = 0
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py486 self.assertTrue(self.upto < len(self.expected_list),
488 expected = self.expected_list[self.upto]
491 self.upto += 1
497 self.upto = 0
/external/lua/src/
Dlstrlib.c744 size_t upto = 0; in nospecials() local
746 if (strpbrk(p + upto, SPECIALS)) in nospecials()
748 upto += strlen(p + upto) + 1; /* may have more after \0 */ in nospecials()
749 } while (upto <= l); in nospecials()
/external/ltp/testcases/realtime/
DREADME38 him/her to create SCHED_FIFO threads of priorities upto 99
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_arm-inl.inc44 // And allow frames upto about 1MB.
/external/abseil-cpp/absl/debugging/internal/
Dstacktrace_arm-inl.inc44 // And allow frames upto about 1MB.
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Dstacktrace_arm-inl.inc53 // And allow frames upto about 1MB.
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_arm-inl.inc53 // And allow frames upto about 1MB.

123