Home
last modified time | relevance | path

Searched refs:count_fd (Results 1 – 14 of 14) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libmeminfo/
H A Dpageacct.cpp47 unique_fd count_fd(TEMP_FAILURE_RETRY(open("/proc/kpagecount", O_RDONLY | O_CLOEXEC))); in InitPageAcct() local
48 if (count_fd < 0) { in InitPageAcct()
52 kpagecount_fd_ = std::move(count_fd); in InitPageAcct()
/dports/devel/vcglib/vcglib-2020.09/apps/unsupported/trimeshinfo/
H A Dtrimeshinfo.cpp244 int count_e,boundary_e,count_fd,count_uv,numholes; member
335 mi.count_fd = 0; in initMeshInfo()
361 printf(" Number of degenerated faces: %d\n", mi.count_fd); in PrintMeshInfo()
462 sprintf(s,"%d",mi.count_fd); in SaveXMLInfo()
775 mi.count_fd = tri::Clean<CMesh>::RemoveDegenerateFace(m); in main()
776 mi.count_fd += tri::Clean<CMesh>::RemoveFaceOutOfRangeArea<false>(m,0); in main()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dclean.h376 int count_fd = 0; in RemoveDegenerateVertex() local
384 count_fd++; in RemoveDegenerateVertex()
400 int count_fd = 0; in RemoveDegenerateFace() local
409 count_fd++; in RemoveDegenerateFace()
413 return count_fd; in RemoveDegenerateFace()
591 int count_fd = 0; in RemoveNonManifoldFace() local
619 count_fd++; in RemoveNonManifoldFace()
623 return count_fd; in RemoveNonManifoldFace()
629 int count_fd = 0; variable
640 count_fd++;
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dclean.h453 int count_fd = 0; in RemoveDegenerateVertex() local
461 count_fd++; in RemoveDegenerateVertex()
477 int count_fd = 0; in RemoveDegenerateFace() local
486 count_fd++; in RemoveDegenerateFace()
490 return count_fd; in RemoveDegenerateFace()
764 int count_fd = 0; in RemoveNonManifoldFace() local
792 count_fd++; in RemoveNonManifoldFace()
796 return count_fd; in RemoveNonManifoldFace()
802 int count_fd = 0; variable
813 count_fd++;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DdiagnosticCommand.cpp314 fieldDescriptor count_fd, name_fd; in execute() local
317 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
332 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DdiagnosticCommand.cpp314 fieldDescriptor count_fd, name_fd; in execute() local
317 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
332 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/services/
H A DdiagnosticCommand.cpp443 fieldDescriptor count_fd, name_fd; in execute() local
446 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
461 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DdiagnosticCommand.cpp481 fieldDescriptor count_fd, name_fd; in execute() local
484 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
499 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/services/
H A DdiagnosticCommand.cpp481 fieldDescriptor count_fd, name_fd; in execute() local
484 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
499 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/services/
H A DdiagnosticCommand.cpp486 fieldDescriptor count_fd, name_fd; in execute() local
489 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
504 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DdiagnosticCommand.cpp481 fieldDescriptor count_fd, name_fd; in execute() local
484 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
499 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/services/
H A DdiagnosticCommand.cpp478 fieldDescriptor count_fd, name_fd; in execute() local
481 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
496 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/services/
H A DdiagnosticCommand.cpp479 fieldDescriptor count_fd, name_fd; in execute() local
482 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
497 int count = element_oop->int_field(count_fd.offset()); in execute()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/services/
H A DdiagnosticCommand.cpp481 fieldDescriptor count_fd, name_fd; in execute() local
484 vmSymbols::finalizer_histogram_entry_count_field(), vmSymbols::int_signature(), &count_fd); in execute()
499 int count = element_oop->int_field(count_fd.offset()); in execute()