Searched refs:high (Results 1 – 12 of 12) sorted by relevance
| /system/public/zircon/syscalls/ |
| A D | debug.h | 52 uint64_t high; member 111 uint64_t high;
|
| /system/ulib/utf_conversion/ |
| A D | utf_conversion.cpp | 108 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 D | elf-load.c | 99 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 D | README.md | 1 This library is used directly in libc. So it cannot use most high-level
|
| /system/utest/core/pthread/ |
| A D | pthread.cpp | 257 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 D | register-set.cpp | 91 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 D | mt8167-gpio-regs.h | 216 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 D | usb-function.banjo | 55 /// depending on whether we are in low/full, high or super speed mode.
|
| /system/dev/display/intel-i915/ |
| A D | dp-display.cpp | 966 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 D | README.md | 30 necessarily be somewhat low-level but high impact. We don't want to add code to
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 67 #^ 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 D | cobalt.fidl | 11 // 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