Home
last modified time | relevance | path

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

/bionic/tests/
Dthread_local_test.cpp166 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
169 gcc_word size;
170 gcc_word align;
189 static_assert(sizeof(size_t) == sizeof(gcc_word), in TEST()