Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 71) sorted by relevance

123

/systemd-251/src/analyze/
Danalyze-plot.c16 #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/
Dqrcode-util.c32 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
Dboot-timestamps.c10 usec_t x = 0, y = 0, a; in boot_timestamps() local
Duser-record-show.c74 usec_t y; in user_record_show() local
Ddns-domain.c179 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
Defi-loader.c34 uint64_t x, y; in efi_loader_get_boot_usec() local
Duid-range.c31 UidRange *x = (*p)+i, *y = (*p)+j; in uid_range_coalesce() local
Din-addr-prefix-util.c67 …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/
Dtest-time-util.c194 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
Dtest-rm-rf.c14 const char *x, *y; in test_rm_rf_chmod_inner() local
Dtest-namespace.c32 struct stat x, y; in test_tmpdir_one() local
67 _cleanup_free_ char *x = NULL, *y = NULL, *z = NULL, *zz = NULL; in TEST() local
Dtest-unaligned.c148 uint32_t y = 123456; in TEST() local
Dtest-data-fd-util.c65 ssize_t x, y; in assert_equal_fd() local
Dtest-prioq.c52 static int test_compare(const struct test *x, const struct test *y) { in test_compare()
Dtest-calendarspec.c80 usec_t x, y; in TEST() local
Dtest-varlink.c29 int64_t x, y; in method_something() local
/systemd-251/src/basic/
Dstrv.h142 #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
Ddevnum-util.c14 unsigned x, y; in parse_devnum() local
/systemd-251/src/libsystemd/sd-journal/
Dtest-mmap-cache.c16 int x, y, z, r; in main() local
Dlookup3.c804 uint32_t x[HASHSTATE],y[HASHSTATE]; in driver2() local
880 uint32_t ref,x,y; in driver3() local
/systemd-251/src/fundamental/
Dmacro-fundamental.h52 #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
Dsha256.c239 #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/
Dtest-bus-marshal.c88 _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/
Dresolved-mdns.c58 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/
Dsplash.c22 UINT32 y; member
177 for (UINTN y = 0; y < dib->y; y++) { in bmp_to_blt() local

123