Searched refs:Count (Results 1 - 25 of 246) sorted by relevance

12345678910

/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dpridist.d60 @Count[execname, pid] = lquantize(curlwpsinfo->pr_pri, 0, 170, 5);
65 printa(" CMD: %-16s PID: %d\n%@d\n", @Count);
H A Dsigdist.d54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
60 printa("%16s %16s %6d %6@d\n", @Count);
H A Dhotkernel90 my %Count;
100 $Count{$name} += $count;
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
110 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
111 100 * $Count{$name} / ($total ? $total : 1);
H A Dhotuser102 my %Count;
113 $Count{$name} += $count;
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
123 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
124 100 * $Count{$name} / ($total ? $total : 1);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Kernel/
H A Dpridist.d60 @Count[execname, pid] = lquantize(curlwpsinfo->pr_pri, 0, 170, 5);
65 printa(" CMD: %-16s PID: %d\n%@d\n", @Count);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Proc/
H A Dsigdist.d54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
60 printa("%16s %16s %6d %6@d\n", @Count);
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c70 UINT32 Count);
76 UINT32 Count,
88 UINT32 Count,
121 UINT32 Count; local
132 Count = (UINT32) Op->Asl.Value.Integer;
141 if (!Count)
189 if (Count < ExpectedCount)
193 else if (Count > ExpectedCount)
196 Count, ExpectedCount);
211 for (i = 0; i < Count;
417 UINT32 Count; local
567 UINT32 Count; local
805 ApPackageTooSmall( const char *PredefinedName, ACPI_PARSE_OBJECT *Op, UINT32 Count, UINT32 ExpectedCount) argument
863 ApPackageTooLarge( const char *PredefinedName, ACPI_PARSE_OBJECT *Op, UINT32 Count, UINT32 ExpectedCount) argument
[all...]
H A Daslprune.c72 UINT16 Count; member in struct:acpi_prune_info
99 PruneObj.Count = 0;
128 AcpiOsPrintf ("\n%u Total Objects Removed\n", PruneObj.Count);
207 PruneObj->Count++;
215 PruneObj->Count++;
232 PruneObj->Count++;
H A Ddtfield.c74 UINT32 *Count);
208 UINT32 Count; local
216 Count = strlen (AsciiString) + 1;
220 for (i = 0; i < Count; i++)
373 * Count - Output the count of hex number in
386 UINT32 *Count)
432 *Count = BufferCount + 1;
446 * RETURN: Count of remaining data in the input list
464 UINT32 Count; local
469 StringValue = DtNormalizeBuffer (StringValue, &Count);
384 DtNormalizeBuffer( char *Buffer, UINT32 *Count) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h25 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime,
28 bool UnrollRuntimeLoopProlog(Loop *L, unsigned Count, LoopInfo *LI,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DAddressSpaces.h39 Count = Last-Offset enumerator in enum:clang::LangAS::ID
44 typedef unsigned Map[Count];
/freebsd-10-stable/cddl/contrib/dtracetoolkit/
H A Dhotkernel90 my %Count;
100 $Count{$name} += $count;
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
110 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
111 100 * $Count{$name} / ($total ? $total : 1);
H A Dhotuser102 my %Count;
113 $Count{$name} += $count;
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
123 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
124 100 * $Count{$name} / ($total ? $total : 1);
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsprepkg.c61 UINT32 Count);
77 UINT32 Count);
105 UINT32 Count; local
117 "%s Validating return Package of Type %X, Count %X\n",
119 ReturnObject->Package.Count));
130 Count = ReturnObject->Package.Count;
136 if (!Count)
159 Status = AcpiNsCustomPackage (Info, Elements, Count);
170 if (Count < ExpectedCoun
428 AcpiNsCheckPackageList( ACPI_EVALUATE_INFO *Info, const ACPI_PREDEFINED_INFO *Package, ACPI_OPERAND_OBJECT **Elements, UINT32 Count) argument
657 AcpiNsCustomPackage( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **Elements, UINT32 Count) argument
[all...]
H A Dnsrepair2.c139 UINT32 Count,
440 for (i = 0; i < ReturnObject->Package.Count; i++)
484 * 4. Count must match the number of C state subpackages
508 OuterElementCount = ReturnObject->Package.Count - 1;
515 if ((*OuterElements)->Package.Count == 0)
688 ElementCount = PackageObject->Package.Count;
699 if (SubPackage->Package.Count < 4)
779 OuterElementCount = ReturnObject->Package.Count;
902 OuterElementCount = ReturnObject->Package.Count;
930 if ((*OuterElements)->Package.Count < ExpectedCoun
990 AcpiNsSortList( ACPI_OPERAND_OBJECT **Elements, UINT32 Count, UINT32 Index, UINT8 SortDirection) argument
1047 UINT32 Count; local
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h107 ACPI_SIZE Count);
113 ACPI_SIZE Count);
119 ACPI_SIZE Count);
142 ACPI_SIZE Count);
148 ACPI_SIZE Count);
154 ACPI_SIZE Count);
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutbuffer.c56 * Count - Amount to dump, in bytes
73 UINT32 Count,
89 if ((Count < 4) || (Count & 0x01))
96 while (i < Count)
106 if (i + j >= Count)
155 if (i + j >= Count)
196 * Count - Amount to dump, in bytes
213 UINT32 Count,
226 AcpiUtDumpBuffer (Buffer, Count, Displa
71 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
211 AcpiUtDebugDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
252 AcpiUtDumpBufferToFile( ACPI_FILE File, UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
[all...]
H A Dutids.c265 UINT32 Count; local
290 Count = ObjDesc->Package.Count;
295 Count = 1;
300 for (i = 0; i < Count; i++)
330 ((Count - 1) * sizeof (ACPI_PNP_DEVICE_ID)) +
343 ((ACPI_SIZE) Count * sizeof (ACPI_PNP_DEVICE_ID));
347 for (i = 0; i < Count; i++)
372 CidList->Count = Count;
412 UINT32 Count; local
[all...]
H A Dutascii.c130 * Count - Number of characters to check
143 UINT32 Count)
148 for (i = 0; i < Count; i++)
140 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp122 Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial, argument
124 return new LoopUnroll(Threshold, Count, AllowPartial, Runtime);
161 UP.Count = CurrentCount;
194 unsigned Count = UserCount ? CurrentCount : UP.Count; local
195 if (Runtime && Count == 0 && TripCount == 0)
196 Count = UnrollRuntimeCount;
198 if (Count == 0) {
205 Count = TripCount;
224 uint64_t Size = (uint64_t)LoopSize*Count;
[all...]
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c21 #define Count CTM_F_Count macro
36 MD5|After|Chunk, Count, Bytes,0 };
40 MD5|Before|Force, MD5|After|Chunk, Count, Bytes,0 };
44 MD5|Before, MD5|After, Count, Bytes,0 };
/freebsd-10-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Doslibcfs.c130 * Count - Number of data blocks
143 ACPI_SIZE Count)
148 Length = fread (Buffer, Size, Count, File);
165 * Count - Number of data blocks
178 ACPI_SIZE Count)
183 Length = fwrite (Buffer, Size, Count, File);
139 AcpiOsReadFile( ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) argument
174 AcpiOsWriteFile( ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) argument
/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h66 bit32 Count; member in struct:_SALINK_LIST
102 (pList)->Count = 0; \
108 (pList)->Count = 0; \
181 (pList)->Count ++; \
190 (pList)->Count ++; \
231 (pList)->Count ++; \
272 (pList)->Count --; \
279 (pList)->Count --; \
359 #define saLlistGetCount(pList) ((pList)->Count)
361 #define saLlistIOGetCount(pList) ((pList)->Count)
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DUse.cpp105 ptrdiff_t Count = Done; local
108 if (!Count) {
111 Count = Done;
113 new(Stop) Use(PrevPtrTag(Count & 1));
114 Count >>= 1;
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c136 UINT32 Count = 0; local
154 AcpiOsPrintf ("\n[%02X] ", Count);
155 Count++;
218 UINT8 Count; local
235 for (Count = 0; PrtElement->Length; Count++)
237 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count);
267 UINT8 Count; local
272 Count = Table->Offset;
274 while (Count)
[all...]

Completed in 218 milliseconds

12345678910