Home
last modified time | relevance | path

Searched refs:has_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/geom/part/
H A Dgeom_part.c454 int error, has_size, has_start, has_alignment; in gpart_autofill() local
507 has_size = (*s == '*') ? 0 : 1; in gpart_autofill()
509 if (has_size) { in gpart_autofill()
525 if (has_size && has_start && !has_alignment) in gpart_autofill()
560 if (has_size) { in gpart_autofill()
588 if (has_size) { in gpart_autofill()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h112 bool has_size = false;
92 bool has_size = false; global() member
H A Dsanitizer_symbolizer_libcdep.cpp413 local.has_size = internal_strncmp(str, "??", 2) != 0; in SymbolizePC()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp225 if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset) in PrintStackAllocations()