Searched refs:xdata (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/bootloader/src/
H A Dframebuffer.c193 uint16_t xdata = *cdata++; local
195 gop->Blt(gop, (xdata & 1) ? fg : bg, EfiBltVideoFill, 0, 0, x + scale_x * j, y + scale_y * i, scale_x, scale_y, 0);
196 xdata >>= 1;
/fuchsia/zircon/system/utest/crypto/
H A Dhmac.cpp183 bool TestRfc4231_TC(const char* xkey, const char* xdata, const char* xhmac) { argument
188 ASSERT_OK(HexToBytes(xdata, &data));
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp430 uint16_t xdata = *cdata++; local
432 *dest++ = static_cast<T>((xdata & 1) ? fg : bg);
433 xdata = static_cast<uint16_t>(xdata >> 1);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/asm/
H A Dmd5-x86_64.pl360 .section .xdata
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c188 uint16_t xdata = *cdata++; \
190 *dest++ = (xdata & 1) ? fg : bg; \
191 xdata >>= 1; \
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dvpaes-x86_64.pl1186 .section .xdata
H A Daes-x86_64.pl2867 .section .xdata
H A Dbsaes-x86_64.pl3184 .section .xdata
H A Daesni-x86_64.pl5030 .section .xdata
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Daesni-gcm-x86_64.pl1104 .section .xdata
H A Dghash-x86_64.pl1741 .section .xdata
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-x86_64.pl1991 .section .xdata
H A Dsha512-x86_64.pl2338 .section .xdata
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl2706 .section .xdata

Completed in 119 milliseconds