Home
last modified time | relevance | path

Searched defs:total_length (Results 1 – 25 of 42) sorted by relevance

12

/external/bcc/examples/networking/http_filter/
Dhttp-parse-simple.py112 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
Dhttp-parse-complete.py177 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/
Ddata-plane-tracing.py124 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/ppp/pppd/plugins/radius/
Dsendserver.c36 int total_length = 0; in rc_pack_list() local
205 int total_length; in rc_send_server() local
/external/webrtc/logging/rtc_event_log/
Dlogged_events.cc45 size_t total_length) in LoggedRtcpPacket()
/external/openscreen/osp/impl/discovery/mdns/
Ddomain_name.h26 size_t total_length = 1; in FromLabels() local
/external/libjpeg-turbo/
Djdicc.c81 unsigned int total_length; in jpeg_read_icc_profile() local
/external/marisa-trie/include/marisa/
Dkeyset.h43 std::size_t total_length() const { in total_length() function
/external/marisa-trie/tests/
Dbase-test.cc115 std::size_t total_length = 0; in TestKeyset() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc72 size_t total_length = procfs_path_len + 1 + node_len; in BuildProcPath() local
Dlinux_ptrace_dumper.cc121 const size_t total_length = 6 + pid_len + 1 + node_len; in BuildProcPath() local
/external/libpcap/
Dsf-pcapng.c55 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/
Dndef.c29 u32 total_length; member
/external/brotli/c/enc/
Dblock_splitter.c42 size_t total_length = 0; in CountLiterals() local
/external/angle/src/common/third_party/smhasher/src/
DPMurHash.cpp280 uint32_t PMurHash32_Result(uint32_t h, uint32_t carry, uint32_t total_length) in PMurHash32_Result()
/external/marisa-trie/bindings/perl/
Dmarisa-swig.cxx72 size_t Keyset::total_length() const { in total_length() function in marisa_swig::Keyset
/external/marisa-trie/bindings/python/
Dmarisa-swig.cxx72 size_t Keyset::total_length() const { in total_length() function in marisa_swig::Keyset
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.cxx72 size_t Keyset::total_length() const { in total_length() function in marisa_swig::Keyset
/external/marisa-trie/bindings/
Dmarisa-swig.cxx72 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/
Dalts_iovec_record_protocol.cc120 size_t total_length = 0; in get_total_length() local
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc118 size_t total_length = 0; in get_total_length() local
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc202 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/
Dclatd_test.cpp298 size_t total_length, pos = 0; in reassemble_packet() local
683 size_t total_length = sizeof(reassembled); in TEST_F() local
/external/avb/libavb/
Davb_util.c375 uint64_t total_length; in avb_strdupv() local
/external/webrtc/modules/video_coding/
Dframe_buffer2.cc723 size_t total_length = 0; in CombineAndDeleteFrames() local

12