/external/iptables/extensions/ |
D | libxt_hashlimit.t | 8 -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 …]
|
D | libxt_connlimit.t | 2 -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
|
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.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/u-boot/drivers/usb/emul/ |
D | usb-emul-uclass.c | 83 int upto, todo; in usb_emul_get_descriptor() local 97 for (upto = 0; *ptr && upto < length; ptr++, upto += todo) { in usb_emul_get_descriptor() 98 todo = min(length - upto, (int)(*ptr)->bLength); in usb_emul_get_descriptor() 100 memcpy(buffer + upto, *ptr, todo); in usb_emul_get_descriptor() 103 return upto ? upto : length ? -EIO : 0; in usb_emul_get_descriptor() 265 int upto; in usb_emul_setup_device() local 272 for (cdesc = NULL, upto = 0; *ptr; upto += (*ptr)->bLength, ptr++) { in usb_emul_setup_device() 273 debug(" - upto=%d, type=%d\n", upto, (*ptr)->bDescriptorType); in usb_emul_setup_device() 276 cdesc->wTotalLength = upto; in usb_emul_setup_device() 282 upto = 0; in usb_emul_setup_device() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 56 StringRef upto(Cursor C) const { in upto() function in __anon1554d6510111::Cursor 166 StringRef String = Range.upto(R); in lexName() 177 Token.reset(Type, Range.upto(C)) in lexName() 178 .setStringValue(Range.upto(C).drop_front(PrefixLength)); in lexName() 257 auto Identifier = Range.upto(C); in maybeLexIdentifier() 279 StringRef Number = NumberRange.upto(C); in maybeLexMachineBasicBlock() 292 Range.upto(C)) in maybeLexMachineBasicBlock() 294 .setStringValue(Range.upto(C).drop_front(StringOffset)); in maybeLexMachineBasicBlock() 307 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex() 320 StringRef Number = NumberRange.upto(C); in maybeLexIndexAndName() [all …]
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 50 StringRef upto(Cursor C) const { in upto() function in __anon8e8127f90111::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/u-boot/lib/ |
D | trace.c | 151 int upto; in trace_list_functions() local 161 for (func = upto = 0; func < hdr->func_count; func++) { in trace_list_functions() 172 upto++; in trace_list_functions() 179 output_hdr->rec_count = upto; in trace_list_functions() 194 int rec, upto; in trace_list_calls() local 208 for (rec = upto = 0; rec < count; rec++) { in trace_list_calls() 216 upto++; in trace_list_calls() 223 output_hdr->rec_count = upto; in trace_list_calls()
|
/external/dtc/ |
D | fdtput.c | 80 int upto; /* the number of bytes we have written to buf */ in encode_value() local 83 upto = 0; in encode_value() 91 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value() 99 if (upto + len > value_size) { in encode_value() 100 value_size = (upto + len) + 500; in encode_value() 104 ptr = value + upto; in encode_value() 124 *value_len = upto; in encode_value() 127 fprintf(stderr, "Value size %d\n", upto); in encode_value()
|
/external/u-boot/drivers/input/ |
D | key_matrix.c | 58 int valid, upto; in key_matrix_decode() local 63 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode() 64 struct key_matrix_key *key = &keys[upto]; in key_matrix_decode()
|
/external/u-boot/arch/arm/lib/ |
D | cache-cp15.c | 61 unsigned long upto, end; in mmu_set_region_dcache_behaviour() local 72 for (upto = start; upto < end; upto++) in mmu_set_region_dcache_behaviour() 73 set_section_dcache(upto, option); in mmu_set_region_dcache_behaviour()
|
/external/u-boot/arch/arm/mach-exynos/ |
D | spl_boot.c | 108 int upto, todo; in exynos_spi_copy() local 152 for (upto = 0, i = 0; upto < uboot_size; upto += todo, i++) { in exynos_spi_copy() 153 todo = min(uboot_size - upto, (unsigned int)(1 << 15)); in exynos_spi_copy()
|
/external/u-boot/drivers/gpio/ |
D | s5p_gpio.c | 49 unsigned int upto; in s5p_gpio_get_bank() local 54 upto = 0; in s5p_gpio_get_bank() 57 debug("i=%d, upto=%d\n", i, upto); in s5p_gpio_get_bank() 61 bank += (gpio - upto) / GPIO_PER_BANK; in s5p_gpio_get_bank() 66 upto = data->max_gpio; in s5p_gpio_get_bank()
|
/external/e2fsprogs/lib/ext2fs/ |
D | alloc.c | 93 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/u-boot/cmd/ |
D | efi.c | 126 int upto, i; in efi_print_mem_table() local 135 for (upto = 0; desc->type != EFI_TABLE_END; in efi_print_mem_table() 136 upto++, desc = efi_get_next_mem_desc(map, desc)) { in efi_print_mem_table() 150 printf("%2d %x:%-12s %010llx %010llx %010llx ", upto, in efi_print_mem_table()
|
/external/u-boot/drivers/misc/ |
D | cros_ec_sandbox.c | 194 int upto; in keyscan_read_fdt_matrix() local 206 for (upto = 0; upto < ec->matrix_count; upto++) { in keyscan_read_fdt_matrix() 207 struct ec_keymatrix_entry *matrix = &ec->matrix[upto]; in keyscan_read_fdt_matrix() 224 if (upto != ec->matrix_count) { in keyscan_read_fdt_matrix()
|
/external/u-boot/drivers/spi/ |
D | exynos_spi.c | 326 int upto, todo; in exynos_spi_xfer() local 346 for (upto = 0; !ret && upto < bytelen; upto += todo) { in exynos_spi_xfer() 347 todo = min(bytelen - upto, (1 << 16) - 4); in exynos_spi_xfer()
|
/external/u-boot/tools/ |
D | fit_image.c | 194 int upto; in fit_write_images() local 223 upto = 0; in fit_write_images() 227 snprintf(str, sizeof(str), "%s-%d", FIT_FDT_PROP, ++upto); in fit_write_images() 276 int upto; in fit_write_configs() local 281 upto = 0; in fit_write_configs() 286 snprintf(str, sizeof(str), "conf-%d", ++upto); in fit_write_configs() 300 snprintf(str, sizeof(str), FIT_FDT_PROP "-%d", upto); in fit_write_configs() 305 if (!upto) { in fit_write_configs()
|
/external/u-boot/tools/buildman/ |
D | board.py | 130 for upto in range(len(fields)): 131 if fields[upto] == '-': 132 fields[upto] = ''
|
D | control.py | 70 for upto in range(0, len(series.commits), options.step): 71 commit = series.commits[upto]
|
/external/u-boot/tools/patman/ |
D | series.py | 113 for upto in range(len(args)): 114 commit = self.commits[upto] 115 print(col.Color(col.GREEN, ' %s' % args[upto]))
|
/external/autotest/client/tests/ffsb/ |
D | profile.cfg.sample | 10 # sure what is is upto.
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 485 self.assertTrue(self.upto < len(self.expected_list), 487 expected = self.expected_list[self.upto] 490 self.upto += 1 496 self.upto = 0
|
/external/python/cpython2/Lib/test/ |
D | test_pyexpat.py | 435 self.assertTrue(self.upto < len(self.expected_list), 437 expected = self.expected_list[self.upto] 440 self.upto += 1 446 self.upto = 0
|
/external/u-boot/board/freescale/ls1012afrdm/ |
D | README | 15 - SERDES Connections, 2 lanes supportingspeeds upto 1 Gbit/s
|