/external/bcc/examples/networking/http_filter/ |
D | http-parse-simple.py | 112 total_length = packet_bytearray[ETH_HLEN + 2] #load MSB variable 113 total_length = total_length << 8 #shift MSB variable 114 total_length = total_length + packet_bytearray[ETH_HLEN+3] #add LSB variable
|
D | http-parse-complete.py | 177 total_length = packet_bytearray[ETH_HLEN + 2] #load MSB variable 178 total_length = total_length << 8 #shift MSB variable 179 total_length = total_length + packet_bytearray[ETH_HLEN+3] #add LSB variable
|
/external/bcc/examples/networking/vlan_filter/ |
D | data-plane-tracing.py | 124 total_length = packet_bytearray[ETH_HLEN + 2] #load MSB variable 125 total_length = total_length << 8 #shift MSB variable 126 total_length = total_length + packet_bytearray[ETH_HLEN+3] #add LSB variable
|
/external/webrtc/logging/rtc_event_log/ |
D | logged_events.cc | 45 size_t total_length) in LoggedRtcpPacket()
|
/external/ppp/pppd/plugins/radius/ |
D | sendserver.c | 36 int total_length = 0; in rc_pack_list() local 205 int total_length; in rc_send_server() local
|
/external/openscreen/osp/impl/discovery/mdns/ |
D | domain_name.h | 26 size_t total_length = 1; in FromLabels() local
|
/external/libjpeg-turbo/ |
D | jdicc.c | 81 unsigned int total_length; in jpeg_read_icc_profile() local
|
/external/marisa-trie/include/marisa/ |
D | keyset.h | 43 std::size_t total_length() const { in total_length() function
|
/external/marisa-trie/tests/ |
D | base-test.cc | 115 std::size_t total_length = 0; in TestKeyset() local
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 72 size_t total_length = procfs_path_len + 1 + node_len; in BuildProcPath() local
|
D | linux_ptrace_dumper.cc | 121 const size_t total_length = 6 + pid_len + 1 + node_len; in BuildProcPath() local
|
/external/libpcap/ |
D | sf-pcapng.c | 55 bpf_u_int32 total_length; member 62 bpf_u_int32 total_length; member 773 bpf_u_int32 total_length; in pcap_ng_check_header() local
|
/external/wpa_supplicant_8/src/wps/ |
D | ndef.c | 29 u32 total_length; member
|
/external/brotli/c/enc/ |
D | block_splitter.c | 42 size_t total_length = 0; in CountLiterals() local
|
/external/angle/src/common/third_party/smhasher/src/ |
D | PMurHash.cpp | 280 uint32_t PMurHash32_Result(uint32_t h, uint32_t carry, uint32_t total_length) in PMurHash32_Result()
|
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig.cxx | 72 size_t Keyset::total_length() const { in total_length() function in marisa_swig::Keyset
|
/external/marisa-trie/bindings/perl/ |
D | marisa-swig.cxx | 72 size_t Keyset::total_length() const { in total_length() function in marisa_swig::Keyset
|
/external/marisa-trie/bindings/ |
D | marisa-swig.cxx | 72 size_t Keyset::total_length() const { in total_length() function in marisa_swig::Keyset
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig.cxx | 72 size_t Keyset::total_length() const { in total_length() function in marisa_swig::Keyset
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 120 size_t total_length = 0; in get_total_length() local
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 118 size_t total_length = 0; in get_total_length() local
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils.cc | 202 const size_t total_length = tensor_proto.tensor_content().size(); in WrapTensorAsEvents() local 252 const size_t total_length = encoded_graph_def.size(); in PublishEncodedGraphDefInChunks() local
|
/external/android-clat/ |
D | clatd_test.cpp | 298 size_t total_length, pos = 0; in reassemble_packet() local 683 size_t total_length = sizeof(reassembled); in TEST_F() local
|
/external/avb/libavb/ |
D | avb_util.c | 375 uint64_t total_length; in avb_strdupv() local
|
/external/vboot_reference/firmware/lib/tpm_lite/ |
D | tlcl.c | 196 const int total_length = in TlclWrite() local
|