Searched refs:UINT8_MAX (Results 1 - 24 of 24) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/C99/
H A Dstdint.h140 #define UINT8_MAX _UI8_MAX macro
154 #define UINT_LEAST8_MAX UINT8_MAX
168 #define UINT_FAST8_MAX UINT8_MAX
/fuchsia/zircon/system/dev/bus/acpi/
H A Dpci.c30 * UINT8_MAX if this call is for the root bus, not a root port
32 * UINT8_MAX if this call is for the root bus, not a root port
39 assert((port_dev_id == UINT8_MAX && port_func_id == UINT8_MAX) ||
40 (port_dev_id != UINT8_MAX && port_func_id != UINT8_MAX));
71 // Either we're handling the root complex (port_dev_id == UINT8_MAX), or
74 if (port_dev_id != UINT8_MAX && dev_id != 0) {
159 if (port_dev_id == UINT8_MAX) {
250 UINT8_MAX,
[all...]
H A Ddev-ec.c179 if (Address > UINT8_MAX || Address - 1 + BitWidth / 8 > UINT8_MAX) {
/fuchsia/zircon/system/public/zircon/device/
H A Dusb-device.h17 #define MAX_USB_STRING_LEN ((((UINT8_MAX - sizeof(usb_descriptor_header_t)) / \
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp14 static thread_local uint8_t u8 = UINT8_MAX;
78 ASSERT_EQ(u8, UINT8_MAX, "unexpected initialized value");
109 ASSERT_EQ(byte, UINT8_MAX, "unexpected initialized value");
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dguest.cpp59 status = guest->msr_bitmaps_page_.Alloc(vmx_info, UINT8_MAX);
H A Dvmexit.cpp725 uint32_t vector = static_cast<uint32_t>(guest_state->rax) & UINT8_MAX;
912 packet->guest_mem.inst_len = exit_info.exit_instruction_length & UINT8_MAX;
H A Dvcpu.cpp143 uint32_t interrupt_info = kInterruptInfoValid | (vector & UINT8_MAX);
/fuchsia/zircon/kernel/arch/x86/
H A Dsmp.cpp27 DEBUG_ASSERT(num_cpus <= UINT8_MAX);
H A Dmp.cpp385 DEBUG_ASSERT(dst_apic_id < UINT8_MAX);
H A Dlapic.cpp209 DEBUG_ASSERT(dst_apic_id < UINT8_MAX);
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdint.h156 #define UINT8_MAX __UINT8_MAX__ macro
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dpci.h124 *value = value_ & UINT8_MAX;
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp365 if (data > UINT8_MAX)
378 if (data > UINT8_MAX)
/fuchsia/zircon/system/utest/trace/
H A Devent_tests_common.h729 TRACE_DURATION_BEGIN("+enabled", "name", "key", uint8_t(UINT8_MAX));
832 kUint8_Max = UINT8_MAX };
/fuchsia/zircon/system/utest/int-types/
H A Dint-types.c285 CHECK_FORMATS(8, uint8_t, UINT8_MAX);
H A Dint-types.cpp286 CHECK_FORMATS(8, uint8_t, UINT8_MAX);
/fuchsia/zircon/system/dev/board/gauss/
H A Dgauss-led.c78 if (value > UINT8_MAX) {
/fuchsia/zircon/system/dev/bus/pci/
H A Dproxy.c150 if (cap_offset >= UINT8_MAX) {
/fuchsia/zircon/system/ulib/edid/include/lib/edid/
H A Dedid.h429 : edid_(edid), sad_idx_(UINT8_MAX), dbs_(edid) {
/fuchsia/zircon/system/dev/i2c/intel-i2c/
H A Dintel-i2c-controller.c577 if (threshold - 1 > UINT8_MAX) {
597 if (threshold - 1 > UINT8_MAX) {
/fuchsia/zircon/kernel/syscalls/
H A Dddk_pci.cpp400 config->Write(PciReg8(offset), static_cast<uint8_t>(val & UINT8_MAX));
/fuchsia/zircon/system/ulib/edid/
H A Dedid.cpp388 sad_idx_ = UINT8_MAX;
/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp832 if (top_priority == UINT8_MAX) {

Completed in 124 milliseconds