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

  /external/vixl/src/
globals-vixl.h 74 #define VIXL_ASSERT(condition) assert(condition)
75 #define VIXL_CHECK(condition) VIXL_ASSERT(condition)
84 #define VIXL_ASSERT(condition) ((void) 0)
  /external/vixl/test/
test-assembler-a64.cc 175 VIXL_ASSERT(sizeof(buf) == sizeof(test_function)); \
    [all...]

Completed in 86 milliseconds