| /dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
| H A D | utprint.c | 186 UINT8 Base, 195 UINT8 Base, 282 UINT8 Base, in AcpiUtPutNumber() argument 301 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex); in AcpiUtPutNumber() 402 UINT8 Base, in AcpiUtFormatNumber() argument 418 if (Base < 2 || Base > 16) in AcpiUtFormatNumber() 428 NeedPrefix = ((Type & ACPI_FORMAT_PREFIX) && Base != 10) ? TRUE : FALSE; in AcpiUtFormatNumber() 457 if (Base == 16) in AcpiUtFormatNumber() 465 Pos = AcpiUtPutNumber (ReversedString, Number, Base, Upper); in AcpiUtFormatNumber() 493 if (Base == 16) in AcpiUtFormatNumber() [all …]
|
| H A D | utstrtoul64.c | 235 UINT32 Base = 10; /* Default is decimal */ in AcpiUtStrtoul64() local 260 Base = 16; in AcpiUtStrtoul64() 269 Base = 8; in AcpiUtStrtoul64() 289 switch (Base) in AcpiUtStrtoul64() 459 UINT32 Base = 10; /* Default is decimal */ in AcpiUtExplicitStrtoul64() local 476 Base = 16; in AcpiUtExplicitStrtoul64() 489 switch (Base) in AcpiUtExplicitStrtoul64()
|
| H A D | utstrsuppt.c | 164 UINT32 Base, 170 UINT32 Base, 534 UINT32 Base, in AcpiUtInsertDigit() argument 543 Status = AcpiUtStrtoulMultiply64 (*AccumulatedValue, Base, &Product); in AcpiUtInsertDigit() 577 UINT32 Base, in AcpiUtStrtoulMultiply64() argument 587 if (!Multiplicand || !Base) in AcpiUtStrtoulMultiply64() 600 AcpiUtShortDivide (ACPI_UINT64_MAX, Base, &Quotient, NULL); in AcpiUtStrtoulMultiply64() 606 Product = Multiplicand * Base; in AcpiUtStrtoulMultiply64()
|
| H A D | utclib.c | 807 UINT32 Base) in strtoul() argument 851 if (Base == 0) in strtoul() 857 Base = 16; in strtoul() 862 Base = 8; in strtoul() 867 Base = 10; in strtoul() 870 else if (Base < 2 || Base > 36) in strtoul() 883 if (Base == 8 && *String == '0') in strtoul() 888 if (Base == 16 && in strtoul() 917 if (index >= Base) in strtoul() 927 (UINT32) Base)) in strtoul() [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/executer/ |
| H A D | exconvrt.c | 166 UINT16 Base, 425 UINT16 Base, in AcpiExConvertToAscii() argument 442 switch (Base) in AcpiExConvertToAscii() 557 UINT16 Base = 16; in AcpiExConvertToString() local 584 Base = 10; in AcpiExConvertToString() 610 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString() 631 Base = 10; in AcpiExConvertToString() 709 if (Base == 16) in AcpiExConvertToString() 718 (UINT64) ObjDesc->Buffer.Pointer[i], Base, NewBuf, 1); in AcpiExConvertToString()
|
| H A D | exutils.c | 181 UINT32 Base); 426 UINT32 Base) in AcpiExDigitsNeeded() argument 449 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL); in AcpiExDigitsNeeded()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | iosfwd | 128 /// Base class for @c char streams. 131 /// Base class for @c char buffers. 134 /// Base class for @c char input streams. 137 /// Base class for @c char output streams. 140 /// Base class for @c char mixed input and output streams. 168 /// Base class for @c wchar_t streams. 171 /// Base class for @c wchar_t buffers. 174 /// Base class for @c wchar_t input streams. 177 /// Base class for @c wchar_t output streams. 180 /// Base class for @c wchar_t mixed input and output streams.
|
| H A D | streambuf | 452 * @brief Base constructor. 570 * @note Base class version does nothing. 585 * @note Base class version does nothing, returns @c this. 595 * @note Base class version does nothing, returns a @c pos_type 607 * @note Base class version does nothing, returns a @c pos_type 621 * @note Base class version does nothing, returns zero. 638 * @note Base class version does nothing, returns zero. 681 * @note Base class version does nothing, returns eof(). 718 * @note Base class version does nothing, returns eof(). 762 * @note Base class version does nothing, returns eof().
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | iosfwd | 131 /// Base class for @c char streams. 134 /// Base class for @c char buffers. 137 /// Base class for @c char input streams. 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 171 /// Base class for @c wchar_t streams. 174 /// Base class for @c wchar_t buffers. 177 /// Base class for @c wchar_t input streams. 180 /// Base class for @c wchar_t output streams. 183 /// Base class for @c wchar_t mixed input and output streams.
|
| H A D | streambuf | 462 * @brief Base constructor. 580 * @note Base class version does nothing. 595 * @note Base class version does nothing, returns @c this. 605 * @note Base class version does nothing, returns a @c pos_type 617 * @note Base class version does nothing, returns a @c pos_type 631 * @note Base class version does nothing, returns zero. 648 * @note Base class version does nothing, returns zero. 691 * @note Base class version does nothing, returns eof(). 728 * @note Base class version does nothing, returns eof(). 772 * @note Base class version does nothing, returns eof().
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd8_private.h | 62 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member 90 #define Ppmd8_WasAllocated(p) ((p)->Base != NULL) 102 #define Ppmd8_GetPtr(p, offs) ((void *)((p)->Base + (offs))) 139 #define Ppmd7_WasAllocated(p) ((p)->Base != NULL)
|
| H A D | archive_ppmd7_private.h | 53 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member 101 #define Ppmd7_WasAllocated(p) ((p)->Base != NULL)
|
| H A D | archive_ppmd7.c | 16 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs))) 39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) 75 #define NODE(offs) ((CPpmd7_Node *)(p->Base + (offs))) 91 p->Base = 0; in Ppmd7_Construct() 120 free(p->Base); in Ppmd7_Free() 122 p->Base = 0; in Ppmd7_Free() 127 if (p->Base == 0 || p->Size != size) in Ppmd7_Alloc() 141 if ((p->Base = (Byte *)malloc(p->AlignOffset + size in Ppmd7_Alloc() 324 p->Text = p->Base + p->AlignOffset; in RestartModel()
|
| H A D | archive_ppmd8.c | 24 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) 59 #define NODE(offs) ((CPpmd8_Node *)(p->Base + (offs))) 68 p->Base = 0; in Ppmd8_Construct() 94 free(p->Base); in Ppmd8_Free() 96 p->Base = 0; in Ppmd8_Free() 101 if (p->Base == 0 || p->Size != size) in Ppmd8_Alloc() 110 if ((p->Base = (Byte *)malloc(p->AlignOffset + size)) == 0) in Ppmd8_Alloc() 344 #define RESET_TEXT(offs) { p->Text = p->Base + p->AlignOffset + (offs); }
|
| /dflybsd-src/share/examples/getdate/ |
| H A D | posixmsk.example3 | 3 # The Open Group Base Specifications Issue 7 / IEEE Std 1003.1-2008
|
| H A D | posixmsk.example4 | 3 # The Open Group Base Specifications Issue 7 / IEEE Std 1003.1-2008
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | pci_ids | 43 # Base class code https://wiki.osdev.org/PCI 86 # Base System Peripherals
|
| /dflybsd-src/contrib/bmake/mk/ |
| H A D | README | 86 MANDIR Base path for manual installation. 136 MANDIR Base path for manual installation. [/usr/share/man/cat] 144 LIBDIR Base path for library installation. [/usr/lib] 146 LINTLIBDIR Base path for lint(1) library installation. [/usr/libdata/lint] 154 DOCDIR Base path for system documentation (e.g. PSD, USD, etc.) 163 NLSDIR Base path for National Language Support files installation.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | trouble.texi | 755 template <typename T> struct Base @{ 759 template <typename T> struct Derived : public Base<T> @{ 768 @code{Base} even after declaring @code{Derived}, so the compiler can't 777 @code{Base<T>::i}. Alternatively, @code{Base<T>::i} might be brought 784 template <typename T> struct Base @{ 788 template <typename T> struct Derived : Base<T> @{ 809 @code{Base<T>::f()}. Using the @option{-fpermissive} flag will also let 888 struct Base@{ 890 Base(char *n) : name(strdup(n))@{@} 891 Base& operator= (const Base& other)@{ [all …]
|
| /dflybsd-src/stand/boot/pc32/boot2/ |
| H A D | sio.S | 18 .set SIO_PRT,SIOPRT # Base port
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-pdp11.texi | 161 KA11 CPU. Base line instruction set only. 173 KD11-B CPU. Base line instruction set only. 177 KD11-D CPU. Base line instruction set only.
|
| /dflybsd-src/sys/contrib/dev/acpica/source/include/ |
| H A D | acclib.h | 268 UINT32 Base);
|
| /dflybsd-src/stand/boot/pc32/btx/btxldr/ |
| H A D | btxldr.S | 105 movl %eax,%ebp # Base of user stack 431 .long gdt # Base
|
| /dflybsd-src/stand/boot/pc32/cdboot/ |
| H A D | cdboot.S | 566 .long gdt # Base
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| H A D | exception | 55 * @brief Base class for all library exceptions.
|