Searched refs:upto (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc.c | 112 ext2_ino_t i, ino_in_group, upto, first_zero; in ext2fs_new_inode() local 137 upto = i + (EXT2_INODES_PER_GROUP(fs->super) - ino_in_group); in ext2fs_new_inode() 138 if (i < start_inode && upto >= start_inode) in ext2fs_new_inode() 139 upto = start_inode - 1; in ext2fs_new_inode() 140 if (upto > fs->super->s_inodes_count) in ext2fs_new_inode() 141 upto = fs->super->s_inodes_count; in ext2fs_new_inode() 143 retval = ext2fs_find_first_zero_inode_bitmap2(map, i, upto, in ext2fs_new_inode() 151 i = upto + 1; in ext2fs_new_inode()
|
/external/iptables/extensions/ |
D | libxt_hashlimit.man | 7 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] 59 \-s 192.168.0.0/16 \-\-hashlimit\-mode srcip \-\-hashlimit\-upto 1000/sec 63 \-s 192.168.1.1 \-\-hashlimit\-mode srcport \-\-hashlimit\-upto 100/sec 68 \-s 10.0.0.8 \-\-hashlimit\-mask 28 \-\-hashlimit\-upto 10000/min
|
D | libxt_connlimit.man | 4 \fB\-\-connlimit\-upto\fP \fIn\fP 28 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT
|
/external/iptables/tests/ |
D | options-most.rules | 12 …upto 1 --connlimit-mask 8 --connlimit-saddr -m connlimit --connlimit-above 1 --connlimit-mask 9 --… 18 -A INPUT -p tcp -m connlimit --connlimit-upto 1 --connlimit-mask 8 --connlimit-saddr 25 -A INPUT -p tcp -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 5 --hashlimit-mode srcip,dsti… 94 -A matches -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-name mini1 --hashlim… 95 -A matches -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-name mini1 96 -A matches -m hashlimit --hashlimit-upto 1/min --hashlimit-burst 1 --hashlimit-name mini2 97 -A matches -m hashlimit --hashlimit-upto 1/hour --hashlimit-burst 1 --hashlimit-name mini3 98 -A matches -m hashlimit --hashlimit-upto 1/day --hashlimit-burst 1 --hashlimit-name mini4 99 -A matches -m hashlimit --hashlimit-upto 4kb/s --hashlimit-burst 400kb --hashlimit-name mini5 100 -A matches -m hashlimit --hashlimit-upto 10mb/s --hashlimit-name mini6 [all …]
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | SaveRestoreStateTest.java | 78 private void setServerResponseAndLoad(TestVars vars, int upto) throws Throwable { in setServerResponseAndLoad() argument 79 for (int i = 0; i < upto; ++i) { in setServerResponseAndLoad()
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lstrlib.c | 567 size_t upto = 0; in nospecials() local 569 if (strpbrk(p + upto, SPECIALS)) in nospecials() 571 upto += strlen(p + upto) + 1; /* may have more after \0 */ in nospecials() 572 } while (upto <= l); in nospecials()
|
/external/openssl/crypto/cms/ |
D | cms_smime.c | 133 static void do_free_upto(BIO *f, BIO *upto) in do_free_upto() argument 135 if (upto) in do_free_upto() 144 while (f != upto); in do_free_upto()
|
/external/openssl/crypto/des/ |
D | README | 50 library can vary by upto %10 due to the positioning of files after application
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | README | 50 library can vary by upto %10 due to the positioning of files after application
|
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/ |
D | codemirror.js | 5897 var upto = Math.min(len, nextChange); 5902 var tokenText = end > upto ? text.slice(0, upto - pos) : text; 5906 if (end >= upto) {text = text.slice(upto - pos); pos = upto; break;}
|
/external/skia/experimental/webtry/res/js/cm/ |
D | codemirror.js | 5897 var upto = Math.min(len, nextChange); 5902 var tokenText = end > upto ? text.slice(0, upto - pos) : text; 5906 if (end >= upto) {text = text.slice(upto - pos); pos = upto; break;}
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | codemirror.js | 5922 var upto = Math.min(len, nextChange); 5927 var tokenText = end > upto ? text.slice(0, upto - pos) : text; 5931 if (end >= upto) {text = text.slice(upto - pos); pos = upto; break;}
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_lexpos.utf | 733 ADV "abrupto" "abr'upto"
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 2212 reconstruction is ambiguous upto a similarity transform. This is
|