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

  /external/webrtc/webrtc/system_wrappers/include/
compile_assert_c.h 21 // COMPILE_ASSERT(sizeof(foo) < 128);
22 #define COMPILE_ASSERT(expression) switch (0) {case 0: case expression:;}
  /external/pdfium/third_party/base/
macros.h 13 // The COMPILE_ASSERT macro can be used to verify that a compile time
17 // COMPILE_ASSERT(ARRAYSIZE_UNSAFE(content_type_names) == CONTENT_NUM_TYPES,
22 // COMPILE_ASSERT(sizeof(foo) < 128, foo_too_large);
28 #undef COMPILE_ASSERT
29 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg)
  /external/gflags/src/
mutex.h 341 #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name)
342 #define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name)
343 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name)
util.h 92 #define COMPILE_ASSERT(expr, msg) \
gflags.cc 296 COMPILE_ASSERT(sizeof(kTrue) == sizeof(kFalse), true_false_equal);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator_c.c 69 COMPILE_ASSERT(PITCH_CORR_LEN2 %4 == 0);
pitch_estimator_mips.c 36 COMPILE_ASSERT(PITCH_CORR_LEN2 % 4 == 0);
pitch_filter.c 62 COMPILE_ASSERT(PITCH_FRACORDER == 9);
63 COMPILE_ASSERT(PITCH_DAMPORDER == 5);
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.c 147 COMPILE_ASSERT(kBandLast - kBandFirst < 32);
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c 504 COMPILE_ASSERT(PART_LEN % 16 == 0);
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]

Completed in 860 milliseconds