Searched refs:gcc_word (Results 1 – 4 of 4) sorted by relevance
30 typedef unsigned int gcc_word __attribute__((mode(word))); typedef36 gcc_word size; /* size of the object in bytes */37 gcc_word align; /* alignment of the object in bytes */
56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef142 typedef uintptr_t gcc_word; typedef279 gcc_word size; // size of the object in bytes280 gcc_word align; // alignment of the object in bytes
69 typedef unsigned int gcc_word __attribute__((mode(word))); typedef70 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];