Searched refs:Base (Results 1 – 14 of 14) sorted by relevance
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utnonansi.c | 189 UINT32 Base, in AcpiUtStrtoul64() argument 196 UINT32 ToIntegerOp = (Base == ACPI_ANY_BASE); in AcpiUtStrtoul64() 206 switch (Base) in AcpiUtStrtoul64() 241 Base = 16; in AcpiUtStrtoul64() 248 Base = 10; in AcpiUtStrtoul64() 282 else if (Base == 10) in AcpiUtStrtoul64() 336 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); in AcpiUtStrtoul64() 350 ReturnValue *= Base; in AcpiUtStrtoul64() 369 if (Base == 10) in AcpiUtStrtoul64()
|
| A D | utprint.c | 78 UINT8 Base, 87 UINT8 Base, 180 UINT8 Base, in AcpiUtPutNumber() argument 300 UINT8 Base, in AcpiUtFormatNumber() argument 316 if (Base < 2 || Base > 16) in AcpiUtFormatNumber() 355 if (Base == 16) in AcpiUtFormatNumber() 391 if (Base == 16) in AcpiUtFormatNumber() 445 UINT8 Base; in AcpiUtVsnprintf() local 472 Base = 10; in AcpiUtVsnprintf() 619 Base = 8; in AcpiUtVsnprintf() [all …]
|
| A D | utclib.c | 557 UINT32 Base) in strtoul() argument 601 if (Base == 0) in strtoul() 607 Base = 16; in strtoul() 612 Base = 8; in strtoul() 617 Base = 10; in strtoul() 620 else if (Base < 2 || Base > 36) in strtoul() 633 if (Base == 8 && *String == '0') in strtoul() 638 if (Base == 16 && in strtoul() 667 if (index >= Base) in strtoul() 677 (UINT32) Base)) in strtoul() [all …]
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslutils.c | 1008 UINT32 Base, in stroul64() argument 1019 switch (Base) in stroul64() 1066 if (Base == 0) in stroul64() 1072 Base = 16; in stroul64() 1077 Base = 8; in stroul64() 1082 Base = 10; in stroul64() 1095 if (Base == 16 && in stroul64() 1123 if (Index >= Base) in stroul64() 1131 (UINT64) Base)) in stroul64() 1137 ReturnValue *= Base; in stroul64() [all …]
|
| A D | aslcompiler.h | 1012 UINT32 Base,
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exconvrt.c | 58 UINT16 Base, 312 UINT16 Base, in AcpiExConvertToAscii() argument 329 switch (Base) in AcpiExConvertToAscii() 443 UINT16 Base = 16; in AcpiExConvertToString() local 468 Base = 10; in AcpiExConvertToString() 494 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString() 513 Base = 10; in AcpiExConvertToString() 583 (UINT64) ObjDesc->Buffer.Pointer[i], Base, NewBuf, 1); in AcpiExConvertToString()
|
| A D | exutils.c | 73 UINT32 Base); 309 UINT32 Base) in AcpiExDigitsNeeded() argument 332 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL); in AcpiExDigitsNeeded()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acclib.h | 133 UINT32 Base);
|
| A D | acutils.h | 196 UINT32 Base,
|
| /third_party/ulib/jemalloc/m4/ |
| A D | ax_cxx_compile_stdcxx.m4 | 186 struct Base 191 struct Derived : public Base
|
| /third_party/lib/acpica/source/tools/examples/ |
| A D | extables.c | 330 [0001] GPE1 Base Offset : 00
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 1251 [Base 2 log of minimum tiny size class to support])], 1258 [Base 2 log of minimum allocation alignment])], 1266 [AS_HELP_STRING([--with-lg-page=<lg-page>], [Base 2 log of system page size])], 1321 [Base 2 log of sytem huge page size])], 1351 [Base 2 logs of system page sizes to support])], 1356 [Base 2 log of size classes per doubling])],
|
| A D | ChangeLog | 978 - Base maximum dirty page count on proportion of active memory.
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal.h.in | 786 * Size | Base 2 | Minimum alignment
|
Completed in 30 milliseconds