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

  /external/libffi/testsuite/libffi.call/
return_ul.c 9 static unsigned long return_ul(unsigned long ul1, unsigned long ul2)
11 return ul1 + ul2;
20 unsigned long ul1, ul2; local
25 values[1] = &ul2;
31 ul2 = 1073741824L;
34 printf("res: %lu, %lu\n", (unsigned long)res, ul1 + ul2);
  /external/clang/test/Sema/
bitfield-promote.c 21 unsigned long long ul2 : 50; member in struct:S
33 __typeof(s.ul2 + s.ul2) x_ul2;
  /frameworks/rs/tests/typecheck/
kernels.rs 87 ulong2 ul2;

Completed in 563 milliseconds