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

  /external/clang/test/CodeGenCXX/
cfi-stats.cpp 37 // CHECK: @ucast
38 extern "C" void ucast(void *a) { function
  /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/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);
  /external/swiftshader/src/Common/
Math.hpp 286 inline unsigned int ucast(float x) function in namespace:sw
  /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 294 milliseconds