Home
last modified time | relevance | path

Searched refs:temp32 (Results 1 – 6 of 6) sorted by relevance

/external/gptfdisk/
Dbsd.cc74 uint32_t* temp32; in ReadBSDData() local
102 temp32 = (uint32_t*) &buffer[offset[i]]; in ReadBSDData()
103 signature = *temp32; in ReadBSDData()
105 temp32 = (uint32_t*) &buffer[offset[i] + 132]; in ReadBSDData()
106 signature2 = *temp32; in ReadBSDData()
119 temp32 = (uint32_t*) &buffer[labelStart + 40]; in ReadBSDData()
120 sectorSize = *temp32; in ReadBSDData()
/external/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c612 par->temp32 = (par->temp32 << 8) | *cp++; in lws_ss_deserialize_parse()
622 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
623 lwsl_info("%s: RX_PEER_TXCR: %d\n", __func__, par->temp32); in lws_ss_deserialize_parse()
633 par->temp32 = (par->temp32 << 8) | *cp++; in lws_ss_deserialize_parse()
637 par->txcr_out = par->temp32; in lws_ss_deserialize_parse()
649 par->temp32 = (par->temp32 << 8) | *cp++; in lws_ss_deserialize_parse()
669 par->temp32); in lws_ss_deserialize_parse()
671 __func__, par->temp32, in lws_ss_deserialize_parse()
685 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
687 __func__, par->temp32); in lws_ss_deserialize_parse()
Dprivate-lib-secure-streams.h176 int32_t temp32; member
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp1295 glw::GLuint temp32 = 0; in fillInputData() local
1300 memcpy(&temp32, &val, sizeof(glw::GLfloat)); in fillInputData()
1301 temp32_2 = temp32 >> 31; in fillInputData()
1303 temp32_2 = temp32 >> 23; in fillInputData()
1307 temp32_2 = temp32 >> 13; in fillInputData()
/external/llvm/test/CodeGen/AMDGPU/
Dsi-sgpr-spill.ll302 %temp32.0 = phi float [ 1.000000e+00, %IF ], [ %tmp610, %ENDIF66 ]
658 %tmp599 = fmul float 5.000000e-01, %temp32.0
660 %tmp601 = fmul float %tmp598, %temp32.0
669 %tmp610 = fmul float %temp32.0, 5.000000e-01
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dsi-sgpr-spill.ll383 %temp32.0 = phi float [ 1.000000e+00, %IF ], [ %tmp610, %ENDIF66 ]
636 %tmp599 = fmul float 5.000000e-01, %temp32.0
638 %tmp601 = fmul float %tmp598, %temp32.0
647 %tmp610 = fmul float %temp32.0, 5.000000e-01