Home
last modified time | relevance | path

Searched refs:gcc_word (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dthread_local_test.cpp174 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
177 gcc_word size;
178 gcc_word align;
197 static_assert(sizeof(size_t) == sizeof(gcc_word), in TEST()