Home
last modified time | relevance | path

Searched refs:zone_start (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlcnalloc.c238 LCN zone_start, zone_end; /* current search range */ in ntfs_cluster_alloc() local
283 zone_start = start_lcn; in ntfs_cluster_alloc()
285 if (zone_start < 0) { in ntfs_cluster_alloc()
287 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc()
289 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
295 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()
296 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
299 if (zone_start < vol->mft_zone_start) { in ntfs_cluster_alloc()
302 } else if (zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()
310 bmp_pos = zone_start; in ntfs_cluster_alloc()
[all …]
/third_party/nghttp2/src/
Dnghttp.cc265 auto zone_start = std::find(std::begin(host), std::end(host), '%'); in decode_host() local
266 if (zone_start == std::end(host) || in decode_host()
268 std::string(std::begin(host), zone_start).c_str())) { in decode_host()
272 if (zone_start + 1 == std::end(host)) { in decode_host()
276 if (zone_start + 3 >= std::end(host)) { in decode_host()
281 auto zone_id_src = (*(zone_start + 1) == '2' && *(zone_start + 2) == '5') in decode_host()
282 ? zone_start + 3 in decode_host()
283 : zone_start + 1; in decode_host()
285 auto res = std::string(std::begin(host), zone_start + 1); in decode_host()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h41039 long unsigned int zone_start; member
41049 long unsigned int zone_start; member