Home
last modified time | relevance | path

Searched defs:total_length (Results 1 – 25 of 32) 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/libjpeg-turbo/
Djdicc.c81 unsigned int total_length; in jpeg_read_icc_profile() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc66 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
743 bpf_u_int32 total_length; in pcap_ng_check_header() local
/external/wpa_supplicant_8/src/wps/
Dndef.c29 u32 total_length; member
/external/u-boot/drivers/tpm/
Dtpm_tis_st33zp24_spi.c115 int total_length = 0, ret; in st33zp24_spi_write() local
166 int total_length = 0, ret; in st33zp24_spi_read8_reg() local
/external/brotli/c/enc/
Dblock_splitter.c42 size_t total_length = 0; in CountLiterals() 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/u-boot/arch/x86/lib/
Dacpi_table.c194 int total_length = 0; in acpi_create_madt_lapics() local
/external/avb/libavb/
Davb_util.c350 uint64_t total_length; in avb_strdupv() local
/external/u-boot/lib/libavb/
Davb_util.c331 uint64_t total_length; in avb_strdupv() 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/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c196 const int total_length = in TlclWrite() local
/external/android-clat/
Dclatd_test.cpp299 size_t total_length, pos = 0; in reassemble_packet() local
857 size_t total_length = sizeof(reassembled); in TEST_F() local
/external/tensorflow/tensorflow/contrib/training/python/training/
Dsequence_queueing_state_saver.py369 def total_length(self): member in NextQueuedSequenceBatch
/external/v8/src/snapshot/
Dsnapshot-common.cc236 uint32_t total_length = startup_snapshot_offset; in CreateSnapshotBlob() local
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h68 uint64 total_length; member
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c586 uint32_t text_offset = 0, text_length = 0, total_length; in v3d_spec_load() local
/external/u-boot/lib/
Dtpm-v1.c151 const u32 total_length = in tpm_nv_write_value() local
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc1261 int64 total_length = 0; in Compute() local
/external/mesa3d/src/intel/common/
Dgen_decoder.c531 uint32_t text_offset = 0, text_length = 0, total_length; in gen_spec_load() local

12