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

1234567

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsprepkg.c169 UINT32 Count);
185 UINT32 Count);
213 UINT32 Count; local
225 "%s Validating return Package of Type %X, Count %X\n",
227 ReturnObject->Package.Count));
238 Count = ReturnObject->Package.Count;
244 if (!Count)
267 Status = AcpiNsCustomPackage (Info, Elements, Count);
278 if (Count < ExpectedCoun
536 AcpiNsCheckPackageList( ACPI_EVALUATE_INFO *Info, const ACPI_PREDEFINED_INFO *Package, ACPI_OPERAND_OBJECT **Elements, UINT32 Count) argument
767 AcpiNsCustomPackage( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **Elements, UINT32 Count) argument
[all...]
H A Dnsrepair2.c247 UINT32 Count,
551 for (i = 0; i < ReturnObject->Package.Count; i++)
591 * 4. Count must match the number of C state subpackages
615 OuterElementCount = ReturnObject->Package.Count - 1;
622 if ((*OuterElements)->Package.Count == 0)
795 ElementCount = PackageObject->Package.Count;
806 if (SubPackage->Package.Count < 4)
886 OuterElementCount = ReturnObject->Package.Count;
1009 OuterElementCount = ReturnObject->Package.Count;
1037 if ((*OuterElements)->Package.Count < ExpectedCoun
1097 AcpiNsSortList( ACPI_OPERAND_OBJECT **Elements, UINT32 Count, UINT32 Index, UINT8 SortDirection) argument
1154 UINT32 Count; local
[all...]
H A Dnsrepair.c611 UINT32 Count; local
643 Count = ObjDesc->Package.Count;
644 NewCount = Count;
651 for (i = 0; i < Count; i++)
668 if (NewCount < Count)
672 Info->FullPathname, (Count - NewCount)));
677 ObjDesc->Package.Count = NewCount;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutbuffer.c164 * Count - Amount to dump, in bytes
181 UINT32 Count,
199 if ((Count < 4) || (Count & 0x01))
206 while (i < Count)
219 if (i + j >= Count)
270 if (i + j >= Count)
312 * Count - Amount to dump, in bytes
329 UINT32 Count,
342 AcpiUtDumpBuffer (Buffer, Count, Displa
179 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
327 AcpiUtDebugDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
368 AcpiUtDumpBufferToFile( ACPI_FILE File, UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
[all...]
H A Dutclib.c211 * Count - Maximum # of bytes to compare
223 ACPI_SIZE Count)
229 for ( ; Count-- && (*Buffer1 == *Buffer2); Buffer1++, Buffer2++)
233 return ((Count == ACPI_SIZE_MAX) ? 0 : ((unsigned char) *Buffer1 -
244 * Count - Number of bytes to copy
256 ACPI_SIZE Count)
266 while (Count)
271 Count--;
278 New = New + Count - 1;
279 Old = Old + Count
220 memcmp( void *VBuffer1, void *VBuffer2, ACPI_SIZE Count) argument
253 memmove( void *Dest, const void *Src, ACPI_SIZE Count) argument
308 memcpy( void *Dest, const void *Src, ACPI_SIZE Count) argument
344 memset( void *Dest, int Value, ACPI_SIZE Count) argument
535 strncpy( char *DstString, const char *SrcString, ACPI_SIZE Count) argument
642 strncmp( const char *String1, const char *String2, ACPI_SIZE Count) argument
713 strncat( char *DstString, const char *SrcString, ACPI_SIZE Count) argument
[all...]
H A Dutascii.c238 * Count - Number of characters to check
251 UINT32 Count)
256 for (i = 0; i < Count; i++)
248 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
H A Dutids.c373 UINT32 Count; local
398 Count = ObjDesc->Package.Count;
403 Count = 1;
408 for (i = 0; i < Count; i++)
438 (Count * sizeof (ACPI_PNP_DEVICE_ID)) +
451 ((ACPI_SIZE) Count * sizeof (ACPI_PNP_DEVICE_ID));
455 for (i = 0; i < Count; i++)
480 CidList->Count = Count;
520 UINT32 Count; local
[all...]
H A Dutmath.c239 * Count - 32-bit shift count
249 UINT32 Count,
260 if ((Count & 63) >= 32)
264 Count = (Count & 63) - 32;
267 OperandOvl.Part.Lo, Count);
284 * Count - 32-bit shift count
294 UINT32 Count,
305 if ((Count & 63) >= 32)
309 Count
247 AcpiUtShortShiftLeft( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
292 AcpiUtShortShiftRight( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
366 AcpiUtShortShiftLeft( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
396 AcpiUtShortShiftRight( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
[all...]
/haiku/src/apps/charactermap/
H A DUnicodeBlocks.h19 uint32 Count() const { return end + 1 - start; } function in struct:unicode_block_entry
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDCollection.cpp49 for (int32 i = 0; i < fChildren.Count(); i++)
86 int32 count = fChildren.Count();
101 for (int32 i = 0; i < fChildren.Count(); i++) {
133 int32 count = fItems.Count();
144 uint32 count = fItems.Count();
146 for (int32 i = 0; i < fChildren.Count(); i++) {
201 TRACE_ALWAYS("%s\titem count: %" B_PRIu32 "\n", indent, fItems.Count());
202 for (int32 i = 0; i < fItems.Count(); i++) {
208 TRACE_ALWAYS("%s\tchild count: %" B_PRIu32 "\n", indent, fChildren.Count());
209 for (int32 i = 0; i < fChildren.Count();
[all...]
H A DHIDCollection.h29 uint32 CountChildren() { return fChildren.Count(); };
36 uint32 CountItems() { return fItems.Count(); };
H A DHIDReport.h50 uint32 CountItems() { return fItems.Count(); };
55 uint32 CountUsages() { return fUsages.Count(); };
/haiku/src/kits/debugger/dwarf/
H A DBaseUnit.cpp33 for (int32 i = 0; i < fEntries.Count(); i++)
51 fEntries.Remove(fEntries.Count() - 1);
76 return fEntries.Count();
97 int upper = fEntries.Count() - 1;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h242 ACPI_SIZE Count);
248 ACPI_SIZE Count);
254 ACPI_SIZE Count);
277 ACPI_SIZE Count);
283 ACPI_SIZE Count);
289 ACPI_SIZE Count);
295 ACPI_SIZE Count);
395 ACPI_SIZE Count,
402 ACPI_SIZE Count,
/haiku/headers/private/debugger/types/
H A DArrayIndexPath.h46 return fIndices.Count();
53 return index >= 0 && index < fIndices.Count()
68 if (at >= 0 && at < fIndices.Count())
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.h26 { return fSelectedItems.Count(); }
79 return index < fSelectedItems.Count() && fSelectedItems[index] == itemIndex;
86 return index >= 0 && index < fSelectedItems.Count()
H A DListSelectionModel.cpp32 int32 selectedCount = fSelectedItems.Count();
114 int32 selectedCount = fSelectedItems.Count();
135 int32 selectedCount = fSelectedItems.Count();
178 int32 upper = fSelectedItems.Count();
198 int32 selectedCount = fSelectedItems.Count();
/haiku/src/servers/registrar/
H A DClipboard.h20 int32 Count() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/arch/x86/
H A Darch_init.cpp46 parameter.Count = 1;
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageDirectory.cpp63 const int32 attrs = fAttributes.Count(),
64 otherAttrs = other->fAttributes.Count();
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockingQueue.h78 int32 count = fElements.Count();
98 fElements.Erase(fElements.Count() - 1);
114 int32 count = fElements.Count();
130 int32 count = fElements.Count();
167 return (fElements.Count());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexutils.c445 /* Count the digits in the requested base */
533 UINT32 Count; local
544 for (Count = DigitsNeeded; Count > 0; Count--)
547 OutString[Count-1] = (char) ('0' + Remainder);\
H A Dexoparg6.c365 if (Index >= Operand[0]->Package.Count)
369 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
396 for ( ; Index < Operand[0]->Package.Count; Index++)
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h36 virtual uint16 Count() = 0;
65 uint16 Count();
91 uint16 Count();
H A DNode.h29 virtual uint16 Count() = 0;
58 uint16 Count();
83 uint16 Count();

Completed in 408 milliseconds

1234567