/src/sys/external/bsd/acpica/dist/utilities/ |
utstrtoul64.c | 25 * base code distributed originally by Intel ("Original Intel Code") to copy, 165 * 1) A standard strtoul() function that supports 64-bit integers, base 235 UINT32 Base = 10; /* Default is decimal */ 256 * 1) Check for a hex constant. A "0x" prefix indicates base 16. 260 Base = 16; 269 Base = 8; 286 * Perform the base 8, 10, or 16 conversion. A 64-bit numeric overflow 289 switch (Base) 330 * Base is always 16, either with or without the 0x prefix. Decimal and 418 * Base is either 10 (default) or 16 (with 0x prefix). Octal (base 8) string [all...] |
utprint.c | 24 * base code distributed originally by Intel ("Original Intel Code") to copy, 186 UINT8 Base, 195 UINT8 Base, 268 * Base - Base of the integer 282 UINT8 Base, 301 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex); 386 * Base - Base of the integer 393 * DESCRIPTION: Print an integer into a string with any base and any precision [all...] |
/src/sys/external/bsd/acpica/dist/executer/ |
exconvrt.c | 24 * base code distributed originally by Intel ("Original Intel Code") to copy, 166 UINT16 Base, 413 * Base - ACPI_STRING_DECIMAL or ACPI_STRING_HEX 427 UINT16 Base, 446 switch (Base) 551 * Type - String flags (base and conversion type) 570 UINT16 Base = 16; 599 Base = 10; 642 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth, LeadingZeros); 659 /* Setup string length, base, and separator * [all...] |
/src/games/warp/ |
object.h | 16 #define Base 1 55 EXT OBJECT *base; variable in typeref:typename:EXT OBJECT *
|
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_type_hash_itanium.cc | 36 /// Type info for classes with no bases, and base class for type info for 115 /// \brief Determine whether \p Derived has a \p Base base class subobject at 118 const abi::__class_type_info *Base, 120 if (Derived->__type_name == Base->__type_name || 122 !internal_strcmp(Derived->__type_name, Base->__type_name))) 127 return isDerivedFromAtOffset(SI->__base_type, Base, Offset); 132 // No base class subobjects. 135 // Look for a base class which is derived from \p Base at the right offset 136 for (unsigned int base = 0; base != VTI->base_count; ++base) { local in function:isDerivedFromAtOffset 172 for (unsigned int base = 0; base != VTI->base_count; ++base) { local in function:findBaseAtOffset [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_errors.h | 411 ErrorBase Base;
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_segmented_array.h | 157 auto Base = &S->Data; 158 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize); 372 auto Base = &Tail->Data; 373 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); 375 reinterpret_cast<unsigned char *>(Base) + SegmentSize); 404 auto Base = &Tail->Data; 405 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); 424 auto Base = &S->Data; 425 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize);
|
/src/sys/dev/acpi/ |
apei_cper.h | 141 struct cper_memory_error Base;
|
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
pe.h | 225 #define IMAGE_DIRECTORY_ENTRY_BASERELOC 5 // Base Relocation Table 409 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols virtual address, base not included 466 #define IMAGE_REL_PPC_TOCREL16 0x0008 // 16-bit offset from TOC base 467 #define IMAGE_REL_PPC_TOCREL14 0x0009 // 16-bit offset from TOC base, shifted left 2 (load doubleword) 469 #define IMAGE_REL_PPC_ADDR32NB 0x000A // 32-bit addr w/o image base 560 UINT32 Base;
|
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
pe.h | 231 #define IMAGE_DIRECTORY_ENTRY_BASERELOC 5 // Base Relocation Table 415 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols virtual address, base not included 472 #define IMAGE_REL_PPC_TOCREL16 0x0008 // 16-bit offset from TOC base 473 #define IMAGE_REL_PPC_TOCREL14 0x0009 // 16-bit offset from TOC base, shifted left 2 (load doubleword) 475 #define IMAGE_REL_PPC_ADDR32NB 0x000A // 32-bit addr w/o image base 566 UINT32 Base;
|
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
pe.h | 225 #define IMAGE_DIRECTORY_ENTRY_BASERELOC 5 // Base Relocation Table 409 #define IMAGE_REL_I386_DIR32NB 07 // Direct 32-bit reference to the symbols virtual address, base not included 466 #define IMAGE_REL_PPC_TOCREL16 0x0008 // 16-bit offset from TOC base 467 #define IMAGE_REL_PPC_TOCREL14 0x0009 // 16-bit offset from TOC base, shifted left 2 (load doubleword) 469 #define IMAGE_REL_PPC_ADDR32NB 0x000A // 32-bit addr w/o image base 560 UINT32 Base;
|
/src/sys/external/bsd/acpica/dist/include/ |
actbl1.h | 24 * base code distributed originally by Intel ("Original Intel Code") to copy, 792 UINT64 Base; 1184 UINT64 Address; /* Register Base Address */ 1200 UINT64 BaseAddress; /* 4K aligned base address */
|