Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 89) sorted by relevance

1234

/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutprint.c186 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 Dutstrtoul64.c235 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 Dutstrsuppt.c164 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 Dutclib.c807 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 Dexconvrt.c166 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 Dexutils.c181 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 Diosfwd128 /// 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 Dstreambuf452 * @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 Diosfwd131 /// 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 Dstreambuf462 * @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 Darchive_ppmd8_private.h62 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 Darchive_ppmd7_private.h53 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; member
101 #define Ppmd7_WasAllocated(p) ((p)->Base != NULL)
H A Darchive_ppmd7.c16 #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 Darchive_ppmd8.c24 #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 Dposixmsk.example33 # The Open Group Base Specifications Issue 7 / IEEE Std 1003.1-2008
H A Dposixmsk.example43 # The Open Group Base Specifications Issue 7 / IEEE Std 1003.1-2008
/dflybsd-src/contrib/file/magic/Magdir/
H A Dpci_ids43 # Base class code https://wiki.osdev.org/PCI
86 # Base System Peripherals
/dflybsd-src/contrib/bmake/mk/
H A DREADME86 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 Dtrouble.texi755 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 Dsio.S18 .set SIO_PRT,SIOPRT # Base port
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-pdp11.texi161 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 Dacclib.h268 UINT32 Base);
/dflybsd-src/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S105 movl %eax,%ebp # Base of user stack
431 .long gdt # Base
/dflybsd-src/stand/boot/pc32/cdboot/
H A Dcdboot.S566 .long gdt # Base
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dexception55 * @brief Base class for all library exceptions.

1234