HomeSort by relevance Sort by last modified time
    Searched refs:ucast (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGenCXX/
cfi-stats.cpp 37 // CHECK: @ucast
38 extern "C" void ucast(void *a) { function
  /external/compiler-rt/test/cfi/cross-dso/
stats.cpp 35 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/
stats.cpp 30 extern "C" __attribute__((noinline)) A *ucast(A *a) { function
31 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}ucast cfi-unrelated-cast 81
49 ucast(&a);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 33 // ucast casts an unsigned int to the size in s
34 func ucast(i uint64, s sizedTestData) uint64 { func
139 fmt.Fprintf(w, "utd%s{a: %d, b: %d, add: %d, sub: %d, mul: %d", s.sn, i, j, ucast(i+j, s), ucast(i-j, s), ucast(i*j, s))
141 fmt.Fprintf(w, ", div: %d, mod: %d", ucast(i/j, s), ucast(i%j, s))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 33 // ucast casts an unsigned int to the size in s
34 func ucast(i uint64, s sizedTestData) uint64 { func
139 fmt.Fprintf(w, "utd%s{a: %d, b: %d, add: %d, sub: %d, mul: %d", s.sn, i, j, ucast(i+j, s), ucast(i-j, s), ucast(i*j, s))
141 fmt.Fprintf(w, ", div: %d, mod: %d", ucast(i/j, s), ucast(i%j, s))
  /external/swiftshader/src/Common/
Math.hpp 286 inline unsigned int ucast(float x) function in namespace:sw
  /external/swiftshader/src/Renderer/
Surface.cpp 96 *(unsigned char*)element = ucast<8>(r);
102 *(unsigned short*)element = ucast<16>(r);
160 *(unsigned int*)element = (ucast<8>(a) << 24) | (ucast<8>(b) << 16) | (ucast<8>(g) << 8) | (ucast<8>(r) << 0);
178 *(unsigned int*)element = 0xFF000000 | (ucast<8>(b) << 16) | (ucast<8>(g) << 8) | (ucast<8>(r) << 0);
199 *(unsigned short*)element = (ucast<8>(g) << 8) | (ucast<8>(r) << 0)
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 2567 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353; local
3117 mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn5353; local
    [all...]

Completed in 546 milliseconds