Home
last modified time | relevance | path

Searched refs:header_format (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dos_interface.py250 header_format = '<8s8sQ'
252 magic, _, kb_size = struct.unpack_from(header_format, blob)
267 header_format = '<8s96sQ'
268 magic, _, version = struct.unpack_from(header_format, blob)
280 header_format = '<8s8sQ'
282 magic, _, kb_size = struct.unpack_from(header_format, blob)
297 header_format = '<8s8sQ'
299 magic, _, kb_size = struct.unpack_from(header_format, blob)
/external/bcc/tools/
Dkvmexit.py283 header_format = "" variable
291 header_format = "TIDS " variable
306 header_format = "TID " variable
310 header_format = "PID TID " variable
339 print("%s%-35s %s" % (header_format, "KVM_EXIT_REASON", "COUNT"))
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_wait_list_manager.cc164 PacketHeaderFormat header_format, size_t received_packet_length, in ProcessPacket() argument
189 << "header format=" << header_format in ProcessPacket()
200 switch (header_format) { in ProcessPacket()
242 if (header_format == IETF_QUIC_LONG_HEADER_PACKET) { in ProcessPacket()
Dquic_time_wait_list_manager.h125 PacketHeaderFormat header_format, size_t received_packet_length,
/external/lz4/examples/
Dcompress_functions.c340 const char *header_format = "|%-14s|%-30s|%14s|%16s|%14s|%14s|\n"; in main() local
344 …printf(header_format, "Source", "Function Benchmarked", "Total Seconds", "Iterations/sec", "ns/Ite… in main()
352 printf(header_format, "", "", "", "", "", ""); in main()
/external/erofs-utils/dump/
Dmain.c36 static const char header_format[] = "%-16s %11s %16s |%-50s|\n"; variable
459 fprintf(stdout, header_format, ">=(KB) .. <(KB) ", "count", in erofsdump_filesize_distribution()
492 fprintf(stdout, header_format, "type", "count", "ratio", in erofsdump_filetype_distribution()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i70 %rename(header_format) x86_format_header;