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

/external/clang/test/CodeGenCXX/
H A Dcfi-stats.cpp37 // CHECK: @ucast
38 extern "C" void ucast(void *a) { function
/external/compiler-rt/test/cfi/cross-dso/
H A Dstats.cpp35 extern "C" __attribute__((noinline)) A *ucast(A *a) { function
36 // CHECK: stats.cpp:[[@LINE+1]] ucast cfi-unrelated-cast 81
54 ucast(&a);
/external/compiler-rt/test/cfi/
H A Dstats.cpp30 extern "C" __attribute__((noinline)) A *ucast(A *a) { function
31 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}ucast cfi-unrelated-cast 81
49 ucast(&a);
/external/swiftshader/src/Common/
H A DMath.hpp273 inline unsigned int ucast(float x) function in namespace:sw
/external/swiftshader/src/Renderer/
H A DSurface.cpp84 *(unsigned char*)element = ucast<8>(color.r);
90 *(unsigned short*)element = ucast<16>(color.r);
148 *(unsigned int*)element = (ucast<8>(color.a) << 24) | (ucast<8>(color.b) << 16) | (ucast<8>(color.g) << 8) | (ucast<8>(color.r) << 0);
166 *(unsigned int*)element = 0xFF000000 | (ucast<8>(color.b) << 16) | (ucast<8>(color.g) << 8) | (ucast<8>(color.r) << 0);
186 *(unsigned short*)element = (ucast<
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c2567 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353; local
2568 mDNSu16 ucbit = (mDNSu16)(ucast ? kDNSQClass_UnicastResponse : 0);
2620 if (ucast) q->ExpectUnicastResp = NonZeroTime(m->timenow);
3117 mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn5353; local
3118 mDNSu16 ucbit = (mDNSu16)(ucast ? kDNSQClass_UnicastResponse : 0);
11058 // mcast resolvers. Today we get both mcast and ucast configuration using the same

Completed in 1108 milliseconds