Searched refs:maximum (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/dev/bus/acpi/
H A Dresources.h21 uint32_t maximum; // max base address member in struct:resource_memory
31 uint64_t maximum; member in struct:resource_address
49 uint16_t maximum; member in struct:resource_io
H A Dresources.c13 out->maximum = (uint32_t)m24->Maximum << 8;
22 out->maximum = m32->Maximum;
31 out->maximum = m32->Address;
44 (out)->maximum = (src)->Address.Maximum; \
102 out->maximum = io->Maximum;
111 out->maximum = io->Address;
H A Dpci.c415 if (status != ZX_OK || mem.minimum != mem.maximum) {
437 if (!addr.min_address_fixed || !addr.max_address_fixed || addr.maximum < addr.minimum) {
442 // We compute len from maximum rather than address_length, since some
445 len = addr.maximum - base + 1;
460 if (io.minimum != io.maximum) {
H A Dbus-acpi.c73 // only expect fixed memory resource. resource_parse_memory sets minimum == maximum
75 if ((st != ZX_OK) || (mem.minimum != mem.maximum)) {
93 addr.max_address_fixed && (addr.maximum < addr.minimum)) {
129 if ((st != ZX_OK) || (mem.minimum != mem.maximum)) {
141 addr.max_address_fixed && (addr.maximum < addr.minimum)) {
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh290 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1974 # Constants for maximum metadata size. These are used to give
2962 maximum image size leaving enough room for metadata with the
2987 # First, calculate the maximum image size such that an image
2997 # If we're asked to only calculate the maximum image size, we're done.
3028 # If image size exceeds the maximum image size, fail.
3030 raise AvbError('Image size of {} exceeds maximum image '
3170 calculate the maximum image size leaving enough room for hashtree
3198 # If |partition_size| is given (e.g. not 0), calculate the maximum image
3215 # If we're asked to only calculate the maximum image size, we're done.
3257 # If image size exceeds the maximum imag
[all...]

Completed in 43 milliseconds