HomeSort by: relevance | last modified time | path
    Searched defs:Base (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utstrtoul64.c 57 * 1) A standard strtoul() function that supports 64-bit integers, base
127 UINT32 Base = 10; /* Default is decimal */
148 * 1) Check for a hex constant. A "0x" prefix indicates base 16.
152 Base = 16;
161 Base = 8;
178 * Perform the base 8, 10, or 16 conversion. A 64-bit numeric overflow
181 switch (Base)
222 * Base is always 16, either with or without the 0x prefix. Decimal and
310 * Base is either 10 (default) or 16 (with 0x prefix). Octal (base 8) string
    [all...]
utprint.c 78 UINT8 Base,
87 UINT8 Base,
160 * Base - Base of the integer
174 UINT8 Base,
193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex);
278 * Base - Base of the integer
285 * DESCRIPTION: Print an integer into a string with any base and any precision.
294 UINT8 Base,
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
exconvrt.c 58 UINT16 Base,
305 * Base - ACPI_STRING_DECIMAL or ACPI_STRING_HEX
319 UINT16 Base,
338 switch (Base)
443 * Type - String flags (base and conversion type)
462 UINT16 Base = 16;
491 Base = 10;
534 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth, LeadingZeros);
551 /* Setup string length, base, and separator */
563 Base = 10
    [all...]
  /src/games/warp/
object.h 16 #define Base 1
55 EXT OBJECT *base; variable
  /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/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h 411 ErrorBase Base;
  /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 684 UINT64 Base;
1077 UINT64 Address; /* Register Base Address */
1093 UINT64 BaseAddress; /* 4K aligned base address */

Completed in 33 milliseconds