Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 1461) sorted by relevance

12345678910>>...59

/external/scapy/scapy/contrib/
Dbgp.py233 remain, ret = s[:length], s[length:]
237 remain = s[:index]
240 remain = s
242 while remain:
243 mask_length_in_bits = orb(remain[0])
245 current = remain[:mask_length_in_bytes + 1]
246 remain = remain[mask_length_in_bytes + 1:]
250 return remain + ret, lst
746 remain = s
748 remain = s[:length]
[all …]
Dopenflow3.py103 remain = s
105 while remain:
106 l = HelloElemPacketListField._get_hello_elem_length(remain)
107 current = remain[:l]
108 remain = remain[l:]
112 return remain, lst
597 remain = s[:lim]
599 while remain and len(remain) > 4:
600 l = OXMPacketListField._get_oxm_length(remain) + 4
602 if l <= 4 or len(remain) < l:
[all …]
Dopenflow.py346 remain = s
348 while remain:
349 l = ActionPacketListField._get_action_length(remain)
350 current = remain[:l]
351 remain = remain[l:]
355 return remain, lst
402 remain = s
404 while remain:
405 l = QueuePropertyPacketListField._get_queue_property_length(remain)
406 current = remain[:l]
[all …]
Ddtp.py56 remain = s
57 while len(remain) > 0:
58 p = self.m2i(pkt,remain)
61 remain = pad.load
64 remain = ""
66 return remain,lst
/external/rust/crates/remain/tests/
Dstable.rs3 #[remain::sorted]
8 #[remain::unsorted]
17 #[remain::sorted]
25 #[remain::unsorted]
41 #[remain::check]
48 #[remain::unsorted] in test_let()
59 #[remain::check]
70 #[remain::unsorted] in test_match()
Dorder.rs3 #[remain::sorted]
10 #[remain::sorted]
17 #[remain::sorted]
23 #[remain::sorted]
30 #[remain::sorted]
37 #[remain::sorted]
53 #[remain::sorted]
Dunstable.rs5 #[remain::sorted]
9 #[remain::unsorted]
17 #[remain::sorted]
42 #[remain::sorted] in test_let()
45 #[remain::unsorted] in test_let()
57 #[remain::sorted] in test_match()
/external/rust/crates/remain/
DREADME.md4 …adge/github-dtolnay/remain-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">]…
5 …//img.shields.io/crates/v/remain.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](htt…
6remain-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white&logo=data:image/svg+xml;base64…
7 …io/github/workflow/status/dtolnay/remain/CI/master?style=for-the-badge" height="20">](https://gith…
15 remain = "0.2"
20 Place a `#[remain::sorted]` attribute on enums, structs, match-expressions, or
23 Alternatively, import as `use remain::sorted;` and use `#[sorted]` as the
27 #[remain::sorted]
41 #[remain::sorted]
55 #[remain::sorted]
[all …]
DMETADATA1 name: "remain"
6 value: "https://crates.io/crates/remain"
10 value: "https://static.crates.io/crates/remain/remain-0.2.2.crate"
DCargo.toml.orig2 name = "remain"
8 repository = "https://github.com/dtolnay/remain"
9 documentation = "https://docs.rs/remain"
/external/scapy/scapy/layers/
Dntp.py238 remain = s
244 remain = s[start:]
245 return remain, ret
328 remain = s
333 remain = s[end:]
350 return remain, lst
1518 remain = s
1523 while len(remain) >= pkt.data_item_size and item_counter < pkt.nb_items:
1524 current = remain[:length]
1525 remain = remain[length:]
[all …]
Dradius.py1071 remain, ret = s[:length], s[length:]
1073 while remain:
1074 attr_len = orb(remain[1])
1075 current = remain[:attr_len]
1076 remain = remain[attr_len:]
1080 return remain + ret, lst
/external/arm-trusted-firmware/drivers/renesas/common/emmc/
Demmc_read.c90 uint32_t remain; in emmc_read_sector() local
113 remain = count; in emmc_read_sector()
114 while (remain != 0) { in emmc_read_sector()
115 trans_count = MIN_EMMC(remain, EMMC_RW_SECTOR_COUNT_MAX); in emmc_read_sector()
126 remain -= trans_count; in emmc_read_sector()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h89 size_t remain = total_size_ - byte_count_; in Next() local
94 if (GRPC_SLICE_LENGTH(slice_) > remain) { in Next()
95 GRPC_SLICE_SET_LENGTH(slice_, remain); in Next()
101 remain > static_cast<size_t>(block_size_) ? block_size_ : remain; in Next()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h89 size_t remain = static_cast<size_t>(total_size_ - byte_count_); in Next() local
94 if (GRPC_SLICE_LENGTH(slice_) > remain) { in Next()
95 GRPC_SLICE_SET_LENGTH(slice_, remain); in Next()
101 remain > static_cast<size_t>(block_size_) ? block_size_ : remain; in Next()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dproto_buffer_writer.h89 size_t remain = static_cast<size_t>(total_size_ - byte_count_); in Next() local
94 if (GRPC_SLICE_LENGTH(slice_) > remain) { in Next()
95 GRPC_SLICE_SET_LENGTH(slice_, remain); in Next()
101 remain > static_cast<size_t>(block_size_) ? block_size_ : remain; in Next()
/external/toolchain-utils/heatmaps/
Dheatmap_generator.py188 _, remain = arg.split('(', 1)
189 pid1, remain = remain.split(':', 1)
190 pid2, remain = remain.split(')', 1)
191 _, remain = remain.split('(', 1)
192 pid3, remain = remain.split(':', 1)
193 pid4, remain = remain.split(')', 1)
/external/mdnsresponder/mDNSPosix/
DIdentify.c189 struct timeval now, remain = end; in WaitForAnswer() local
194 if (remain.tv_usec < now.tv_usec) { remain.tv_usec += 1000000; remain.tv_sec--; } in WaitForAnswer()
195 if (remain.tv_sec < now.tv_sec) in WaitForAnswer()
200 remain.tv_usec -= now.tv_usec; in WaitForAnswer()
201 remain.tv_sec -= now.tv_sec; in WaitForAnswer()
202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain); in WaitForAnswer()
203 result = select(nfds, &readfds, NULL, NULL, &remain); in WaitForAnswer()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
DCpioArchiveEntry.java514 final int remain = size % this.alignmentBoundary; in getHeaderPadCount() local
515 if (remain > 0) { in getHeaderPadCount()
516 return this.alignmentBoundary - remain; in getHeaderPadCount()
529 final int remain = (int) (size % this.alignmentBoundary); in getDataPadCount() local
530 if (remain > 0){ in getDataPadCount()
531 return this.alignmentBoundary - remain; in getDataPadCount()
/external/rust/crates/grpcio/src/
Dbuf.rs306 remain: usize, field
322 let remain = grpc_byte_buffer_length((*reader.as_mut_ptr()).buffer_out); in new() localVariable
330 remain, in new()
348 self.remain in len()
353 self.remain == 0 in is_empty()
365 let cap = self.remain; in read_to_end()
368 while self.remain > 0 { in read_to_end()
398 if amt > self.remain { in consume()
399 amt = self.remain; in consume()
401 self.remain -= amt; in consume()
[all …]
/external/scapy/scapy/layers/tls/
Drecord.py123 remain = s
125 remain, ret = s[:l], s[l:]
127 if remain == b"":
135 return ret, _TLSEncryptedContent(remain)
137 while remain:
138 raw_msg = remain
139 p = self.m2i(pkt, remain)
142 remain = pad.load
144 if len(remain) != 0:
145 raw_msg = raw_msg[:-len(remain)]
[all …]
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DPlatformACT.c169 uint32_t remain; in _plat__ACT_GetRemaining() local
173 remain = actData->remaining; in _plat__ACT_GetRemaining()
175 remain = actData->newValue; in _plat__ACT_GetRemaining()
176 return remain; in _plat__ACT_GetRemaining()
/external/scapy/scapy/
Dplist.py458 remain = self.res[:]
461 while i < len(remain):
462 s = remain[i]
464 while j < len(remain)-1:
466 r = remain[j]
470 remain[i]._answered=1
471 remain[j]._answered=2
473 del(remain[j])
474 del(remain[i])
479 remain = [x for x in remain if not hasattr(x, "_answered")]
[all …]
Dsendrecv.py212 remain = list(itertools.chain(*six.itervalues(hsent)))
214 remain = [p for p in remain if not hasattr(p, '_answered')]
216 if autostop and len(remain) > 0 and len(remain) != len(tobesent):
219 tobesent = remain
225 debug.sent=plist.PacketList(remain[:], "Sent")
236 return plist.SndRcvList(ans), plist.PacketList(remain, "Unanswered")
527 remain = list(itertools.chain(*six.itervalues(hsent)))
536 return plist.SndRcvList(ans), plist.PacketList(remain, "Unanswered")
712 remain = None
717 return bpf_select(sockets, remain)
[all …]
/external/rust/crates/remain/tests/ui/
Dunnamed-fields.rs1 #[remain::sorted]
4 #[remain::sorted]

12345678910>>...59