Searched refs:byte0 (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_crc32.c | 738 uint8_t byte0, byte1, byte2, byte3; in sctp_finalize_crc32c() local 748 byte0 = result & 0x000000ff; in sctp_finalize_crc32c() 752 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in sctp_finalize_crc32c()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | LinuxCOM.h | 33 unsigned char byte0; member
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_sdwa.cpp | 287 Temp byte0 = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::zero(), Operand::c32(8u), variable 289 Temp neg_byte0 = fneg(byte0); 304 Temp abs_byte0 = fabs(byte0);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 2631 const uint32_t byte0 = (value & 0x000000ff); in LoadPatchableImmediate() local 2638 orr(rd, rd, Operand(byte0), cond); in LoadPatchableImmediate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 630 double byte0 = deFloat16To64((deFloat16)((iRep ) & 0xffff)); in doPrintValue16() local 634 …os << fmt.floatToHex(byte0) << " " << fmt.floatToHex(byte1) << " " << fmt.floatToHex(byte2) << " "… in doPrintValue16()
|