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

  /external/clang/test/CodeGen/
alignment.c 12 typedef int myint __attribute__((aligned(1))); typedef
14 void test1(myint *p) {
21 int test1a(myint *p) {
  /external/grub/stage2/
char_io.c 850 int myint = 0; local
879 if (myint > ((MAXINT - digit) / mult))
884 myint = (myint * mult) + digit;
895 *myint_ptr = myint;

Completed in 53 milliseconds