Home
last modified time | relevance | path

Searched defs:n_match (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/extras/memory_replay/
H A DMemoryTrace.cpp60 int n_match = sscanf(&line[op_prefix_pos], " %" SCNd64, &entry.end_ns); in FillInEntryFromString() local
119 int n_match = sscanf(timestamps_beg, "%" SCNd64 " %" SCNd64, &entry.start_ns, &entry.end_ns); in FillInEntryFromString() local
/aosp_15_r20/external/ethtool/netlink/
H A Dfeatures.c151 unsigned int n_match = 0; in dump_features() local