Home
last modified time | relevance | path

Searched refs:high (Results 1 – 12 of 12) sorted by relevance

/system/public/zircon/syscalls/
A Ddebug.h52 uint64_t high; member
111 uint64_t high;
/system/ulib/utf_conversion/
A Dutf_conversion.cpp108 uint16_t high = code_unit; in Utf16ToUtf8() local
121 code_point = ((code_unit & MASK) | (static_cast<uint32_t>(high & MASK) << SHIFT)) in Utf16ToUtf8()
125 code_point = preserve_unpaired ? high : kUnicodeReplacementChar; in Utf16ToUtf8()
/system/ulib/elfload/
A Delf-load.c99 uintptr_t low = 0, high = 0; in choose_load_bias() local
107 high = ((phdrs[j].p_vaddr + in choose_load_bias()
114 if (low > high) in choose_load_bias()
117 const size_t span = high - low; in choose_load_bias()
/system/ulib/sync/
A DREADME.md1 This library is used directly in libc. So it cannot use most high-level
/system/utest/core/pthread/
A Dpthread.cpp257 uintptr_t high = low + stack_size; in pthread_getstack_check() local
266 low, high, here); in pthread_getstack_check()
269 ASSERT_GT(high, here, "reported stack end not above actual SP"); in pthread_getstack_check()
/system/utest/core/threads/
A Dregister-set.cpp91 regs->v[i].high = i << 8; in vector_regs_fill_test_values()
209 EXPECT_EQ(regs1.v[i].high, regs2.v[i].high); in vector_regs_expect_eq()
/system/dev/gpio/mt-8167/
A Dmt8167-gpio-regs.h216 void SetPolarity(size_t idx, bool high) const { in SetPolarity() argument
218 (high ? 0x340 : 0x380) + (idx / kBitsPerReg) * kBytesRegSeparation); in SetPolarity()
/system/banjo/ddk-protocol-usb-function/
A Dusb-function.banjo55 /// depending on whether we are in low/full, high or super speed mode.
/system/dev/display/intel-i915/
A Ddp-display.cpp966 uint8_t high = 0; in Query() local
969 if (!DpcdRead(i, &low, 1) || !DpcdRead(i + 1, &high, 1) || (!high && !low)) { in Query()
973 uint32_t val = ((high << 8) | low) / 5; in Query()
/system/ulib/fit/
A DREADME.md30 necessarily be somewhat low-level but high impact. We don't want to add code to
/system/public/zircon/
A Dsyscalls.abigen67 #^ high resolution sleep
73 #^ Read the number of high-precision timer ticks since boot.
78 #^ Read the number of high-precision timer ticks in a second.
/system/fidl/fuchsia-cobalt/
A Dcobalt.fidl11 // high-quality, aggregate metrics to serve system and component software
507 // with very high frequency and it is not practical to make a FIDL call

Completed in 27 milliseconds