Searched defs:n2 (Results 1 - 5 of 5) sorted by relevance

/systemd/src/basic/
H A Dstrbuf.c98 const struct strbuf_child_entry *n2) {
99 return n1->c - n2->c;
97 strbuf_children_cmp(const struct strbuf_child_entry *n1, const struct strbuf_child_entry *n2) argument
/systemd/src/journal/
H A Dtest-compress-benchmark.c89 usec_t n, n2 = 0; local
138 n2 = now(CLOCK_MONOTONIC);
139 if (n2 - n > arg_duration)
143 dt = (n2-n) / 1e6;
/systemd/src/libsystemd/sd-hwdb/
H A Dsd-hwdb.c122 const struct trie_child_entry_f *n2 = v2; local
124 return n1->c - n2->c;
/systemd/src/hwdb/
H A Dhwdb.c90 const struct trie_child_entry *n2 = v2; local
92 return n1->c - n2->c;
/systemd/src/udev/
H A Dudevadm-hwdb.c84 const struct trie_child_entry *n2 = v2; local
86 return n1->c - n2->c;

Completed in 17 milliseconds