/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/sys/external/bsd/acpica/dist/compiler/ |
aslprepkg.c | 178 UINT32 Count); 184 UINT32 Count, 196 UINT32 Count, 229 UINT32 Count; 240 Count = (UINT32) Op->Asl.Value.Integer; 249 if (!Count) 291 * The package count is fixed and there are no subpackages 297 if (Count < ExpectedCount) 301 else if (Count > ExpectedCount) 304 Count, ExpectedCount) [all...] |
aslprune.c | 180 UINT16 Count; 207 PruneObj.Count = 0; 236 AcpiOsPrintf ("\n%u Total Objects Removed\n", PruneObj.Count); 315 PruneObj->Count++; 323 PruneObj->Count++; 340 PruneObj->Count++;
|
dtfield.c | 181 UINT32 *Count); 317 UINT32 Count; 325 Count = strlen (AsciiString) + 1; 329 for (i = 0; i < Count; i++) 482 * Count - Output the count of hex numbers in 495 UINT32 *Count) 541 *Count = BufferCount + 1; 555 * RETURN: Count of remaining data in the input list 571 UINT32 Count; [all...] |
/src/sys/external/bsd/acpica/dist/namespace/ |
nsprepkg.c | 169 UINT32 Count); 185 UINT32 Count); 198 * DESCRIPTION: Check a returned package object for the correct count and 213 UINT32 Count; 225 "%s Validating return Package of Type %X, Count %X\n", 227 ReturnObject->Package.Count)); 235 /* Extract package count and elements array */ 238 Count = ReturnObject->Package.Count; 244 if (!Count) [all...] |
nsrepair2.c | 247 UINT32 Count, 551 for (i = 0; i < ReturnObject->Package.Count; i++) 564 /* Update reference count of new object */ 590 * 3. A subpackage count of zero means _CST is meaningless 591 * 4. Count must match the number of C state subpackages 615 OuterElementCount = ReturnObject->Package.Count - 1; 622 if ((*OuterElements)->Package.Count == 0) 626 "SubPackage[%u] - removing entry due to zero count", i)); 652 /* Update top-level package count, Type "Integer" checked elsewhere */ 795 ElementCount = PackageObject->Package.Count; [all...] |
nsrepair.c | 395 * The original object just had its reference count 415 /* Update reference count of new object */ 571 /* Set the reference count according to the parent Package object */ 611 UINT32 Count; 643 Count = ObjDesc->Package.Count; 644 NewCount = Count; 651 for (i = 0; i < Count; i++) 668 if (NewCount < Count) 672 Info->FullPathname, (Count - NewCount))) [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/sys/external/bsd/acpica/dist/utilities/ |
utbuffer.c | 164 * 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, Display, 0) [all...] |
utclib.c | 211 * 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 - 1 [all...] |
utascii.c | 238 * Count - Number of characters to check 251 UINT32 Count) 256 for (i = 0; i < Count; i++)
|
utids.c | 373 UINT32 Count; 391 * Get the count and size of the returned _CIDs. _CID can return either 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 [all...] |
utmath.c | 239 * 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, [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
nbsd-namespace-acpi.h | 33 #define count Count macro
|
/src/games/robots/ |
move.c | 83 else if (Count != 0) 111 Count = (c - '0'); 113 Count = Count * 10 + (c - '0'); 117 if (Count) 209 if (Count > 0) 210 if (--Count == 0) 307 * Reset the count variables 312 Count = 0; 325 return (Jump && (Count || Running || Waiting)) [all...] |
extern.c | 60 char Cnt_move; /* Command which has preceded the count */ 68 int Count = 0; /* Command count */
|
/src/sys/external/bsd/acpica/dist/include/ |
acclib.h | 242 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,
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_buffer_queue.cc | 31 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { 33 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); 39 size_t Count) { 41 (sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); 44 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { 48 deallocControlBlock(C, Size, Count); 134 Buf.Count = BufferCount; 193 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); 194 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); 211 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); [all...] |
/src/sys/external/bsd/acpica/dist/resources/ |
rsdump.c | 249 UINT32 Count = 0; 267 AcpiOsPrintf ("\n[%02X] ", Count); 268 Count++; 336 UINT8 Count; 353 for (Count = 0; PrtElement->Length; Count++) 355 AcpiOsPrintf ("\n[%02X] PCI IRQ Routing Table Package\n", Count); 385 UINT8 Count; 390 Count = Table->Offset; 392 while (Count) [all...] |
/src/sys/external/bsd/gnu-efi/dist/lib/ia32/ |
math.c | 43 IN UINTN Count 48 return Operand << Count; 54 mov ecx, Count 78 IN UINTN Count 83 return Operand >> Count; 89 mov ecx, Count
|
/src/sys/external/bsd/gnu-efi/dist/lib/x86_64/ |
math.c | 43 IN UINTN Count 48 return Operand << Count; 54 mov ecx, Count 78 IN UINTN Count 83 return Operand >> Count; 89 mov ecx, Count
|
/src/sys/external/bsd/acpica/dist/executer/ |
exutils.c | 445 /* Count the digits in the requested base */ 533 UINT32 Count; 544 for (Count = DigitsNeeded; Count > 0; Count--) 547 OutString[Count-1] = (char) ('0' + Remainder);\
|