/systemd-251/src/analyze/ |
D | analyze-plot.c | 16 #define svg_bar(class, x1, x2, y) \ argument 22 #define svg_text(b, x, y, format, ...) \ argument 160 static int plot_unit_times(UnitTimes *u, double width, int y) { in plot_unit_times() 189 int n, m = 1, y = 0, r; in verb_plot() local
|
/systemd-251/src/shared/ |
D | qrcode-util.c | 32 for (unsigned y = 0; y < 4; y += 2) { in print_border() local 50 for (unsigned y = 0; y < (unsigned) qr->width; y += 2) { in write_qrcode() local
|
D | boot-timestamps.c | 10 usec_t x = 0, y = 0, a; in boot_timestamps() local
|
D | user-record-show.c | 74 usec_t y; in user_record_show() local
|
D | dns-domain.c | 179 const char *y; in dns_label_unescape_suffix() local 508 const char *x, *y; in dns_name_compare_func() local 536 int dns_name_equal(const char *x, const char *y) { in dns_name_equal() 792 int x, y; in dns_name_address() local 1241 const char *x, *y; in dns_name_common_suffix() local
|
D | efi-loader.c | 34 uint64_t x, y; in efi_loader_get_boot_usec() local
|
D | uid-range.c | 31 UidRange *x = (*p)+i, *y = (*p)+j; in uid_range_coalesce() local
|
D | in-addr-prefix-util.c | 67 …c int in_addr_prefix_compare_func(const struct in_addr_prefix *x, const struct in_addr_prefix *y) { in in_addr_prefix_compare_func()
|
/systemd-251/src/test/ |
D | test-time-util.c | 194 usec_t y; in test_format_timespan_one() local 318 usec_t x, y; in TEST() local 362 usec_t x, y; in TEST() local 567 usec_t nowr, x, y, z; in TEST() local
|
D | test-rm-rf.c | 14 const char *x, *y; in test_rm_rf_chmod_inner() local
|
D | test-namespace.c | 32 struct stat x, y; in test_tmpdir_one() local 67 _cleanup_free_ char *x = NULL, *y = NULL, *z = NULL, *zz = NULL; in TEST() local
|
D | test-unaligned.c | 148 uint32_t y = 123456; in TEST() local
|
D | test-data-fd-util.c | 65 ssize_t x, y; in assert_equal_fd() local
|
D | test-prioq.c | 52 static int test_compare(const struct test *x, const struct test *y) { in test_compare()
|
D | test-calendarspec.c | 80 usec_t x, y; in TEST() local
|
D | test-varlink.c | 29 int64_t x, y; in method_something() local
|
/systemd-251/src/basic/ |
D | strv.h | 142 #define _STRV_FOREACH_PAIR(x, y, l, i) \ argument 147 #define STRV_FOREACH_PAIR(x, y, l) \ argument 220 #define _FOREACH_STRING(uniq, x, y, ...) \ argument 225 #define FOREACH_STRING(x, y, ...) \ argument
|
D | devnum-util.c | 14 unsigned x, y; in parse_devnum() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | test-mmap-cache.c | 16 int x, y, z, r; in main() local
|
D | lookup3.c | 804 uint32_t x[HASHSTATE],y[HASHSTATE]; in driver2() local 880 uint32_t ref,x,y; in driver3() local
|
/systemd-251/src/fundamental/ |
D | macro-fundamental.h | 52 #define XCONCATENATE(x, y) x ## y argument 53 #define CONCATENATE(x, y) XCONCATENATE(x, y) argument 142 #define MAX3(x, y, z) \ argument 148 #define MAX4(x, y, z, a) \ argument 172 #define MIN3(x, y, z) \ argument 213 #define DIV_ROUND_UP(x, y) __DIV_ROUND_UP(UNIQ, (x), UNIQ, (y)) argument 214 #define __DIV_ROUND_UP(xq, x, yq, y) \ argument
|
D | sha256.c | 239 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument 240 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
|
/systemd-251/src/libsystemd/sd-bus/ |
D | test-bus-marshal.c | 88 _cleanup_free_ char *t = NULL, *x = NULL, *y = NULL; in test_bus_label_escape_one() local 113 const char *x, *x2, *y, *z, *a, *b, *c, *d, *a_signature; in main() local
|
/systemd-251/src/resolve/ |
D | resolved-mdns.c | 58 DnsResourceRecord *x = *(DnsResourceRecord **) a, *y = *(DnsResourceRecord **) b; in mdns_rr_compare() local 94 static int proposed_rrs_cmp(DnsResourceRecord **x, unsigned x_size, DnsResourceRecord **y, unsigned… in proposed_rrs_cmp()
|
/systemd-251/src/boot/efi/ |
D | splash.c | 22 UINT32 y; member 177 for (UINTN y = 0; y < dib->y; y++) { in bmp_to_blt() local
|