Searched defs:fill (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/lib/hypervisor/include/hypervisor/
H A Dpage.h25 zx_status_t Alloc(uint8_t fill) { argument
33 memset(VirtualAddress(), fill, PAGE_SIZE); local
/fuchsia/zircon/kernel/lib/fbl/
H A Dname_tests.cpp13 constexpr char fill = 0x7f; member in namespace:__anon71
[all...]
/fuchsia/zircon/system/ulib/crypto/
H A Dbytes.cpp40 zx_status_t Bytes::Resize(size_t size, uint8_t fill) { argument
/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dtests.cpp29 static void initialize_buffer(char* buf, size_t len, char fill, size_t fill_len) { argument
[all...]
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmx_cpu_state.cpp71 zx_status_t VmxPage::Alloc(const VmxInfo& vmx_info, uint8_t fill) { argument
/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp67 static void fill(vc_char_t* ptr, vc_char_t val, size_t count) { function
/fuchsia/zircon/system/utest/core/channel/
H A Dchannel.c586 unsigned fill = (op == OP_RUNT) ? 0xee : fillbyte++; local

Completed in 41 milliseconds