HomeSort by: relevance | last modified time | path
    Searched refs:Count (Results 1 - 25 of 640) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LEB128.h 26 unsigned Count = 0;
33 Count++;
34 if (More || Count < PadTo)
40 if (Count < PadTo) {
42 for (; Count < PadTo - 1; ++Count)
45 Count++;
47 return Count;
54 unsigned Count = 0;
62 Count++
    [all...]
MemAlloc.h 38 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_calloc(size_t Count,
40 void *Result = std::calloc(Count, Sz);
45 if (Count == 0 || Sz == 0)
  /src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c 70 UINT32 Count);
76 UINT32 Count,
88 UINT32 Count,
121 UINT32 Count;
132 Count = (UINT32) Op->Asl.Value.Integer;
141 if (!Count)
183 * The package count is fixed and there are no subpackages
189 if (Count < ExpectedCount)
193 else if (Count > ExpectedCount)
196 Count, ExpectedCount)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/aarch64/
math.c 25 IN UINTN Count
29 return Operand << Count;
35 IN UINTN Count
39 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
math.c 25 IN UINTN Count
29 return Operand << Count;
35 IN UINTN Count
39 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
math.c 25 IN UINTN Count
29 return Operand << Count;
35 IN UINTN Count
39 return Operand >> Count;
  /src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
math.c 17 IN UINTN Count
20 return Operand << Count;
29 IN UINTN Count
32 return Operand >> Count;
  /src/external/apache2/llvm/dist/llvm/utils/count/
count.c 1 /*===- count.c - The 'count' testing tool ---------------------------------===*\
13 unsigned Count, NumLines, NumRead;
17 fprintf(stderr, "usage: %s <expected line count>\n", argv[0]);
21 Count = strtol(argv[1], &End, 10);
23 fprintf(stderr, "%s: invalid count argument '%s'\n", argv[0], argv[1]);
43 if (Count != NumLines) {
44 fprintf(stderr, "Expected %d lines, got %d.\n", Count, NumLines);
  /src/external/cddl/dtracetoolkit/dist/Bin/
pridist.d 23 * count number of samples of at least this priority
60 @Count[execname, pid] = lquantize(curlwpsinfo->pr_pri, 0, 170, 5);
65 printa(" CMD: %-16s PID: %d\n%@d\n", @Count);
sigdist.d 18 * COUNT number of signals sent
54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
59 printf("%16s %16s %6s %6s\n", "SENDER", "RECIPIENT", "SIG", "COUNT");
60 printa("%16s %16s %6d %6@d\n", @Count);
hotkernel 25 # COUNT Number of samples
78 \@pc[arg0] = count();
90 my %Count;
96 my ($addr, $count) = split ' ', $line;
100 $Count{$name} += $count;
101 $total += $count;
108 printf "\n%-52s %8s %6s\n", $mods ? "MODULE" : "FUNCTION", "COUNT", "PCNT";
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count)
    [all...]
hotuser 28 # COUNT Number of samples
90 \@pc[arg1] = count();
102 my %Count;
109 my ($tag, $addr, $count) = split ' ', $line;
113 $Count{$name} += $count;
114 $total += $count;
121 printf "\n%-52s %8s %6s\n", $libs ? "LIBRARY" : "FUNCTION", "COUNT", "PCNT";
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count)
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Kernel/
pridist.d 23 * count number of samples of at least this priority
60 @Count[execname, pid] = lquantize(curlwpsinfo->pr_pri, 0, 170, 5);
65 printa(" CMD: %-16s PID: %d\n%@d\n", @Count);
  /src/external/cddl/dtracetoolkit/dist/Proc/
sigdist.d 18 * COUNT number of signals sent
54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
59 printf("%16s %16s %6s %6s\n", "SENDER", "RECIPIENT", "SIG", "COUNT");
60 printa("%16s %16s %6d %6@d\n", @Count);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Waymarking.h 135 // Add a new tag, calculated from Count and Stop, to the Vals pack, while
137 template <unsigned Len, bool Stop, unsigned Count, uint8_t... Vals>
141 template <unsigned Len, unsigned Count, uint8_t... Vals> struct GenTag {
143 typename AddTag<Len, (Count <= MARK_MASK), Count, Vals...>::Xdata Xdata;
146 // Start adding tags while calculating the next Count, which is actually the
153 // Add the tag and remove it from Count.
154 template <unsigned Len, unsigned Count, uint8_t... Vals>
155 struct AddTag<Len, false, Count, Vals...> {
156 typedef typename GenTag<Len - 1, (Count >> MARK_SIZE), Vals...
    [all...]
  /src/external/cddl/dtracetoolkit/dist/
hotkernel 25 # COUNT Number of samples
78 \@pc[arg0] = count();
90 my %Count;
96 my ($addr, $count) = split ' ', $line;
100 $Count{$name} += $count;
101 $total += $count;
108 printf "\n%-52s %8s %6s\n", $mods ? "MODULE" : "FUNCTION", "COUNT", "PCNT";
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count)
    [all...]
hotuser 28 # COUNT Number of samples
90 \@pc[arg1] = count();
102 my %Count;
109 my ($tag, $addr, $count) = split ' ', $line;
113 $Count{$name} += $count;
114 $total += $count;
121 printf "\n%-52s %8s %6s\n", $libs ? "LIBRARY" : "FUNCTION", "COUNT", "PCNT";
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 32 // remaining call count) for it to be considered as the promotion target.
36 "call count for the promotion"));
39 // total call count) for it to be considered as the promotion target.
44 "count for the promotion"));
57 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count,
60 return Count * 100 >= ICPRemainingPercentThreshold * RemainingCount &&
61 Count * 100 >= ICPTotalPercentThreshold * TotalCount;
65 // the count. Stop at the first target that is not promoted. Returns the
77 uint64_t Count = ValueDataRef[I].Count;
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceAliases.cpp 40 int Count = 0;
42 errs() << "\t" << ++Count << ": " << GA.getName() << "\n";
45 return Count;
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 61 UINT32 Count);
77 UINT32 Count);
90 * DESCRIPTION: Check a returned package object for the correct count and
105 UINT32 Count;
117 "%s Validating return Package of Type %X, Count %X\n",
119 ReturnObject->Package.Count));
127 /* Extract package count and elements array */
130 Count = ReturnObject->Package.Count;
136 if (!Count)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/ia64/
math.c 46 IN UINTN Count
50 return Operand << Count;
56 IN UINTN Count
60 return Operand >> Count;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
ProfileCommon.h 42 /// We keep track of the number of times a count (block count or samples)
60 inline void addCount(uint64_t Count);
77 inline void addEntryCount(uint64_t Count);
78 inline void addInternalCount(uint64_t Count);
100 /// This is called when a count is seen in the profile.
101 void ProfileSummaryBuilder::addCount(uint64_t Count) {
102 TotalCount += Count;
103 if (Count > MaxCount)
104 MaxCount = Count;
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utbuffer.c 56 * Count - Amount to dump, in bytes
73 UINT32 Count,
91 if ((Count < 4) || (Count & 0x01))
98 while (i < Count)
111 if (i + j >= Count)
162 if (i + j >= Count)
204 * Count - Amount to dump, in bytes
221 UINT32 Count,
234 AcpiUtDumpBuffer (Buffer, Count, Display, 0)
    [all...]
utclib.c 103 * Count - Maximum # of bytes to compare
115 ACPI_SIZE Count)
121 for ( ; Count-- && (*Buffer1 == *Buffer2); Buffer1++, Buffer2++)
125 return ((Count == ACPI_SIZE_MAX) ? 0 : ((unsigned char) *Buffer1 -
136 * Count - Number of bytes to copy
148 ACPI_SIZE Count)
158 while (Count)
163 Count--;
170 New = New + Count - 1;
171 Old = Old + Count - 1
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAEnumDebugStreams.cpp 21 LONG Count = 0;
22 return (S_OK == Enumerator->get_Count(&Count)) ? Count : 0;

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>