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

123456789

/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/sys/contrib/dev/acpica/compiler/
H A Daslprepkg.c70 UINT32 Count);
76 UINT32 Count,
88 UINT32 Count,
116 UINT32 Count; local
127 Count = (UINT32) Op->Asl.Value.Integer;
136 if (!Count)
178 if (Count < ExpectedCount)
182 else if (Count > ExpectedCount)
185 Count, ExpectedCount);
200 for (i = 0; i < Count;
409 UINT32 Count; local
613 ApPackageTooSmall( const char *PredefinedName, ACPI_PARSE_OBJECT *Op, UINT32 Count, UINT32 ExpectedCount) argument
671 ApPackageTooLarge( const char *PredefinedName, ACPI_PARSE_OBJECT *Op, UINT32 Count, UINT32 ExpectedCount) argument
[all...]
H A Ddtfield.c76 UINT32 *Count);
209 UINT32 Count; local
217 Count = ACPI_STRLEN (AsciiString) + 1;
221 for (i = 0; i < Count; i++)
357 * Count - Output the count of hex number in
370 UINT32 *Count)
416 *Count = BufferCount + 1;
430 * RETURN: Count of remaining data in the input list
448 UINT32 Count; local
453 StringValue = DtNormalizeBuffer (StringValue, &Count);
368 DtNormalizeBuffer( char *Buffer, UINT32 *Count) argument
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp113 Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial) { argument
114 return new LoopUnroll(Threshold, Count, AllowPartial);
173 unsigned Count = CurrentCount; local
175 Count = UnrollRuntimeCount;
177 if (Count == 0) {
184 Count = TripCount;
203 uint64_t Size = (uint64_t)LoopSize*Count;
205 DEBUG(dbgs() << " Too large to fully unroll with count: " << Count
214 Count = Threshold / LoopSize;
215 while (Count !
[all...]
H A DBasicBlockPlacement.cpp140 double Count = PI->getExecutionCount(*SI); local
141 if (Count > MaxExecutionCount ||
143 (Count == MaxExecutionCount && *SI == &*InsertPos)) {
144 MaxExecutionCount = Count;
/freebsd-10.0-release/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.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsprepkg.c61 UINT32 Count);
99 UINT32 Count; local
111 "%s Validating return Package of Type %X, Count %X\n",
113 ReturnObject->Package.Count));
124 Count = ReturnObject->Package.Count;
130 if (!Count)
159 if (Count < ExpectedCount)
163 else if (Count > ExpectedCount)
168 Info->FullPathname, Count, ExpectedCoun
367 AcpiNsCheckPackageList( ACPI_EVALUATE_INFO *Info, const ACPI_PREDEFINED_INFO *Package, ACPI_OPERAND_OBJECT **Elements, UINT32 Count) argument
[all...]
H A Dnsrepair2.c141 UINT32 Count,
438 for (i = 0; i < ReturnObject->Package.Count; i++)
482 * 4. Count must match the number of C state sub-packages
506 OuterElementCount = ReturnObject->Package.Count - 1;
513 if ((*OuterElements)->Package.Count == 0)
682 ElementCount = PackageObject->Package.Count;
766 OuterElementCount = ReturnObject->Package.Count;
888 OuterElementCount = ReturnObject->Package.Count;
916 if ((*OuterElements)->Package.Count < ExpectedCount)
962 * Count
976 AcpiNsSortList( ACPI_OPERAND_OBJECT **Elements, UINT32 Count, UINT32 Index, UINT8 SortDirection) argument
1033 UINT32 Count; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutbuffer.c58 * Count - Amount to dump, in bytes
75 UINT32 Count,
91 if ((Count < 4) || (Count & 0x01))
98 while (i < Count)
108 if (i + j >= Count)
157 if (i + j >= Count)
189 * Count - Amount to dump, in bytes
206 UINT32 Count,
219 AcpiUtDumpBuffer (Buffer, Count, Displa
73 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
204 AcpiUtDebugDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
[all...]
H A Dutids.c336 UINT32 Count; local
361 Count = ObjDesc->Package.Count;
366 Count = 1;
371 for (i = 0; i < Count; i++)
401 ((Count - 1) * sizeof (ACPI_PNP_DEVICE_ID)) +
414 ((ACPI_SIZE) Count * sizeof (ACPI_PNP_DEVICE_ID));
418 for (i = 0; i < Count; i++)
442 CidList->Count = Count;
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c143 UINT8 Count; local
148 Count = Table->Offset;
150 while (Count)
312 Count--;
419 UINT32 Count = 0; local
437 AcpiOsPrintf ("\n[%02X] ", Count);
438 Count++;
500 UINT8 Count; local
517 for (Count = 0; PrtElement->Length; Count
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h165 unsigned Count; // result local
171 Count = __builtin_clz(Value);
174 Count = 0;
181 Count |= Shift;
185 return Count;
201 unsigned Count; // result local
207 Count = __builtin_clzll(Value);
211 Count = 0;
218 Count |= Shift;
228 Count
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h154 void Observe(MachineInstr *MI, unsigned Count, unsigned InsertPosIndex);
174 void PrescanInstruction(MachineInstr *MI, unsigned Count,
176 void ScanInstruction(MachineInstr *MI, unsigned Count);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp86 int Count = 0; local
92 if (Count++ >= Threshold)
149 Count = 0;
154 if (Count++ >= Threshold)
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp62 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
106 bool MBlazeAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { argument
107 if ((Count % 4) != 0)
110 for (uint64_t i = 0; i < Count; i += 4)

Completed in 356 milliseconds

123456789