Home
last modified time | relevance | path

Searched refs:temp32 (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-serialize.c821 par->temp32 = (par->temp32 << 8) | *cp++; in lws_ss_deserialize_parse()
827 * par->temp32 more bytes tx credit to write to it in lws_ss_deserialize_parse()
831 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
832 lwsl_info("%s: RX_PEER_TXCR: %d\n", __func__, par->temp32); in lws_ss_deserialize_parse()
868 par->temp32 = (par->temp32 << 8) | *cp++; in lws_ss_deserialize_parse()
872 par->client_pid = (uint32_t)par->temp32; in lws_ss_deserialize_parse()
881 par->temp32 = (par->temp32 << in lws_ss_deserialize_parse()
[all...]
H A Dprivate-lib-secure-streams.h256 int32_t temp32; member
/third_party/gptfdisk/
H A 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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A 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()

Completed in 5 milliseconds