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

  /bionic/tests/
thread_local_test.cpp 174 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),
198 "size_t != gcc_word");
  /external/compiler-rt/lib/builtins/
emutls.c 70 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
72 COMPILE_TIME_ASSERT(sizeof(size_t) == sizeof(gcc_word));

Completed in 65 milliseconds