Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/basic/
Dstrbuf.c128 for (size_t depth = 0; depth <= len; depth++) { in strbuf_add_string() local
133 … if (depth == len || (node->value_len >= len && memcmp(str->buf + off, s, len) == 0)) { in strbuf_add_string()
139 c = s[len - 1 - depth]; in strbuf_add_string()
/systemd-251/src/boot/efi/
Dsplash.c24 UINT16 depth; member
74 switch (dib->depth) { in bmp_parse_header()
95 row_size = ((UINTN) dib->depth * dib->x + 31) / 32 * 4; in bmp_parse_header()
113 switch (dib->depth) { in bmp_parse_header()
117 map_count = 1 << dib->depth; in bmp_parse_header()
183 switch (dib->depth) { in bmp_to_blt()
/systemd-251/shell-completion/zsh/
D_systemd45 '--depth=[Maximum traversal depth]:maximum depth:'
/systemd-251/.semaphore/
Dsemaphore-runner.sh73 …[ -d "$AUTOPKGTEST_DIR" ] || git clone --quiet --depth=1 https://salsa.debian.org/ci-team/autopkgt…
79 git fetch --depth=1 https://salsa.debian.org/systemd-team/systemd.git "$BRANCH"
/systemd-251/src/udev/
Dudevadm-info.c303 static void cleanup_dir(DIR *dir, mode_t mask, int depth) { in cleanup_dir() argument
306 if (depth <= 0) in cleanup_dir()
325 cleanup_dir(subdir, mask, depth-1); in cleanup_dir()
/systemd-251/.github/workflows/
Dlinter.yml29 fetch-depth: 0
/systemd-251/
D.packit.yml21 - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
DNEWS8506 legacy compatibility reasons. For a more in-depth description of the
/systemd-251/src/cgtop/
Dcgtop.c445 unsigned depth, in refresh_one() argument
456 if (depth > arg_depth) in refresh_one()
485 r = refresh_one(controller, p, a, b, iteration, depth + 1, &child); in refresh_one()
/systemd-251/shell-completion/bash/
Dsystemd-cgtop37 [ARG]='--cpu --depth -M --machine --recursive -n --iterations -d --delay --order'
/systemd-251/tools/
Doss-fuzz.sh101 git clone --depth 1 https://github.com/CZ-NIC/dns-fuzzing "$df"
/systemd-251/src/shared/
Djson.c68 uint16_t depth; member
228 return v->depth; in json_variant_depth()
555 if (d >= v->depth) in json_variant_new_array()
556 v->depth = d + 1; in json_variant_new_array()
592 .depth = 1, in json_variant_new_array_bytes()
632 .depth = 1, in json_variant_new_array_strv()
714 if (d >= v->depth) in json_variant_new_object()
715 v->depth = d + 1; in json_variant_new_object()
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.c1235 uint64_t *depth, in next_hash_offset() argument
1246 (*depth)++; in next_hash_offset()
1250 *header_max_depth = htole64(MAX(*depth, le64toh(*header_max_depth))); in next_hash_offset()
1262 uint64_t p, osize, h, m, depth = 0; in journal_file_find_field_object_with_hash() local
1309 &depth, in journal_file_find_field_object_with_hash()
1355 uint64_t p, osize, h, m, depth = 0; in journal_file_find_data_object_with_hash() local
1440 &depth, in journal_file_find_data_object_with_hash()
/systemd-251/src/basic/linux/
Dpkt_sched.h232 unsigned int depth; /* max number of packets per flow */ member
/systemd-251/src/test/
Dtest-json.c386 TEST(depth) { in TEST() argument