Home
last modified time | relevance | path

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

/external/compiler-rt/test/cfi/
Dstats.cpp30 extern "C" __attribute__((noinline)) A *ucast(A *a) { in ucast() function
49 ucast(&a); in main()
/external/compiler-rt/test/cfi/cross-dso/
Dstats.cpp35 extern "C" __attribute__((noinline)) A *ucast(A *a) { in ucast() function
54 ucast(&a); in main()
/external/clang/test/CodeGenCXX/
Dcfi-stats.cpp38 extern "C" void ucast(void *a) { in ucast() function
/external/swiftshader/src/Renderer/
DSurface.cpp96 *(unsigned char*)element = ucast<8>(r); in write()
102 *(unsigned short*)element = ucast<16>(r); in write()
160 …*(unsigned int*)element = (ucast<8>(a) << 24) | (ucast<8>(b) << 16) | (ucast<8>(g) << 8) | (ucast<… in write()
178 …*(unsigned int*)element = 0xFF000000 | (ucast<8>(b) << 16) | (ucast<8>(g) << 8) | (ucast<8>(r) << … in write()
199 *(unsigned short*)element = (ucast<8>(g) << 8) | (ucast<8>(r) << 0); in write()
209 *(unsigned int*)element = (ucast<16>(g) << 16) | (ucast<16>(r) << 0); in write()
229 ((unsigned short*)element)[0] = static_cast<unsigned short>(ucast<16>(r)); in write()
230 ((unsigned short*)element)[1] = static_cast<unsigned short>(ucast<16>(g)); in write()
231 ((unsigned short*)element)[2] = static_cast<unsigned short>(ucast<16>(b)); in write()
232 ((unsigned short*)element)[3] = static_cast<unsigned short>(ucast<16>(a)); in write()
[all …]
/external/swiftshader/src/Common/
DMath.hpp286 inline unsigned int ucast(float x) in ucast() function
/external/mdnsresponder/mDNSCore/
DmDNS.c2567 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353; in BuildQuestion() local
2568 mDNSu16 ucbit = (mDNSu16)(ucast ? kDNSQClass_UnicastResponse : 0); in BuildQuestion()
2620 if (ucast) q->ExpectUnicastResp = NonZeroTime(m->timenow); in BuildQuestion()
3117 …mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn535… in SendQueries() local
3118 mDNSu16 ucbit = (mDNSu16)(ucast ? kDNSQClass_UnicastResponse : 0); in SendQueries()